mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
99a1d052a0
- Follow-up to #9361 - Enables assertions and fixes `count` check - Tests and fixes null references - Tests and fixes serializing a deserialized structure - by saving the id of the `Persistance` corresponding to the entry - After the change to how we determine which `Persistance` instance to use, the most specific one is now used (based on the saved id). This has an unfortunate consequence that `Seq` which is most of the time represented by a subtype of `List`, is now using `PersistScalaList` which is not lazy. - To alleviate that, we no longer use `Seq` to store some field lazily and instead use a dedicated type for that purpose: `InlineReference`. |
||
---|---|---|
.. | ||
java | ||
js/runner | ||
rust | ||
scala | ||
README.md |
Libraries
This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.