enso/test/Base_Internal_Tests
Jaroslav Tulach f37e50e87b
Propagate comparator warnings via Any.== (#11009)
Fixes #10679 by changing the return type of `EqualsXyzNode`s to `EqualsAndInfo`. This class holds the result of the comparation as well as any attached warnings. `EqualsBuiltinNode` then re-attaches the warnings, if there are any.
2024-09-25 09:48:34 +00:00
..
src Propagate comparator warnings via Any.== (#11009) 2024-09-25 09:48:34 +00:00
package.yaml Internal tests run with --disable-private-check (#10743) 2024-08-05 15:22:22 +02:00
README.md Internal tests run with --disable-private-check (#10743) 2024-08-05 15:22:22 +02:00

This is a set of tests for the Base library for Enso that need access to library internals. Run with --disable-private-checks.