enso/distribution/lib
Pavel Marek 0b94493258
Equality does not swallow errors (#9560)
`42 == (Error.throw "foo")` now correctly returns an `Error` rather than False

# Important Notes
The error was in the wrong usage of the `org.enso.interpreter.dsl.AcceptsError` DSL annotation.
2024-03-29 04:11:16 +00:00
..
Standard Equality does not swallow errors (#9560) 2024-03-29 04:11:16 +00:00