enso/lib
Kaz Wesley e587d564f8
Improve backend error handling (#11136)
- Fix debug logging for #11088 case--attempt to create an exception that is its own cause fails.
- In case the parser is used after closing, throw an `IllegalStateException` instead of UB. (This case is not known to occur and doesn't seem to be behind the #11121, but we should handle it more safely if it does.)
2024-09-20 13:23:52 +00:00
..
java Avoid AliasAnalysis for Hello_World.enso (#10996) 2024-09-09 14:21:22 +02:00
js/runner Format TS code (#10648) 2024-07-26 17:47:59 +10:00
rust Improve backend error handling (#11136) 2024-09-20 13:23:52 +00:00
scala Fold output of each benchmark (#10914) 2024-09-09 12:30:22 +02:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.