enso/engine/runtime-compiler/src
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
..
main Syntax error shall contain location of the error (#9864) 2024-05-07 15:15:51 +00:00
test/java/org/enso/compiler Removing Truffle API dependency from runtime-compiler project (#9785) 2024-04-26 13:14:22 +00:00