enso/std-bits
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
..
aws/src/main/java/org/enso/aws Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
base/src/main/java/org/enso/base Improve backend error handling (#11136) 2024-09-20 13:23:52 +00:00
benchmarks/src/main/java/org/enso/benchmarks/libs Detect compilation while benchmarking (#10574) 2024-07-18 15:49:16 +00:00
database/src/main/java/org/enso/database Include projectName in audit logs (#10892) 2024-08-27 13:13:28 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Update java formatter sbt plugin (#8543) 2023-12-15 14:45:23 +00:00
microsoft/src/main/java/org/enso/microsoft Add Initial SQL Server support (#10624) 2024-07-30 11:13:08 +01:00
snowflake/src/main/java/org/enso/snowflake Snowflake Dialect pt. 4 - reading a column of small integers as Integer type, other type mapping tests (#10518) 2024-07-11 20:14:46 +00:00
table/src/main Add today, now and time to expressions (#10944) 2024-09-02 11:13:51 +01:00
tableau/src/main/java/org/enso/tableau Initial Tableau Reading Support (#10733) 2024-08-07 09:23:05 +00:00