Commit graph

3 commits

Author SHA1 Message Date
Ruud van Asseldonk
ad3d7405bf Simplify call frame handling in evaluation
This time I think I got this one right. There is even the possibility to
omit the call frame for calls to BuiltinMethod and BuiltinFunction, and
then when they get called from a builtin it still works. I initially
thought that that would be useful because those call stacks are so
verbose and add little value, but now I'm not so sure any more that they
add little value, for some errors it *is* helpful to still know the name
of the thing being called, even if you already blame the argument span
and the function name is right next to it.
2024-02-24 21:54:35 +01:00
Ruud van Asseldonk
23034b7bad Update goldens for new error messages 2024-02-24 21:43:39 +01:00
Ruud van Asseldonk
c9d22cc880 Add goldens to test error message contexts 2023-12-16 00:03:32 +01:00