You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however this is what I get when trying to type it in the IDE's editor (and reload to see what actually got saved on disk):
Your experience may vary - but I expect the result to be similarly corrupted just like mine on 2024.5.1-nightly.2024.11.3 release. The typos seem unfixable. At the end I had to use external editor to get the correct code.
The text was updated successfully, but these errors were encountered:
This shows the inadequacy of our GUI parse/print-round trip tests. We should have a check in CI similar to the Rust parser's ./run libraries lint that ensures all .enso sources in libraries and tests are accurately represented; then the unit tests would only need to cover syntax errors and oddities that don't occur in idiomatic code.
While investigating better behavior of type classes I created following program:
and I tried to "type it" by enforcing return types of
as_text
,as_both
andas_int
methods. The desired state is:however this is what I get when trying to type it in the IDE's editor (and reload to see what actually got saved on disk):
Your experience may vary - but I expect the result to be similarly corrupted just like mine on
2024.5.1-nightly.2024.11.3
release. The typos seem unfixable. At the end I had to use external editor to get the correct code.The text was updated successfully, but these errors were encountered: