enso/engine/runtime-compiler
Jaroslav Tulach ced7ba2de2
Syntax error shall contain location of the error (#9864)
Fixes #8735 by making sure compilation errors contain `SourceSection` identifying location where they occurred. This behavior is required by Truffle TCK. The TCK allocates its own `Context` without any other configuration and still requires a syntax error to be reported. Thus changing the default mode to _strict errors_.
2024-05-07 15:15:51 +00:00
..
src Syntax error shall contain location of the error (#9864) 2024-05-07 15:15:51 +00:00