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
While investigating so called "legit failure" in the CI Windows run I am concluding there is a problem in parsing META-DATA - there is no way to parse the same file on Windows and on other systems. To reproduce:
but then the file becomes unparsable on Linux & Mac. E.g. users sharing their files between windows and other system must loose their positions of widgets and visualizations as the parsing of META-DATA sections is too fragile - also reported as
JaroslavTulach
changed the title
Cannot exchange metadata between Windows & Mac+Linux
Exchange metadata between Windows & Unix complicated because of EOL
Oct 9, 2023
While investigating so called "legit failure" in the CI Windows run I am concluding there is a problem in parsing META-DATA - there is no way to parse the same file on Windows and on other systems. To reproduce:
works on Linux, Mac, but fails on Windows. With a following
Convert.java
program:I can fix the problem on Windows, by running:
$ java Convert.java Instrumentor_Spec.enso "cr"
but then the file becomes unparsable on Linux & Mac. E.g. users sharing their files between windows and other system must loose their positions of widgets and visualizations as the parsing of META-DATA sections is too fragile - also reported as
and cannot handle parsing the same file on different systems.
The text was updated successfully, but these errors were encountered: