|
From: Christophe R. <cs...@ca...> - 2026-04-23 20:17:28
|
Stas Boukarev <sta...@gm...> writes: > I just send c-call.lisp to various free LLMs and say "find bugs here". > And also make them generate test cases. > I didn't include any specific test because they won't find new > problems. Sure, but they'll help the day someone wants to make struct-by-value work on platforms that don't support it yet. (Maybe in this grand future that's less necessary because we'll just send riscv's c-call to some LLM and say "now implement the struct-by-value ABI please".) > A test that performs an exhaustive combination of different foreign > types is needed. > But I'm not eager to make that yet. ... that would work too, sure. I can be patient. Thanks, Christophe |