eoc
eoc copied to clipboard
Parser and linting errors
trafficstars
Parser and linting errors
Several tests are failing due to parsing and linting error. So these are some what I found in grunt / build logs.
Issues found:
-
Critical parsing error in stdout.eo:
Error: Failed to parse '/Users/runner/work/eoc/eoc/temp/test-dataize/0.49.2/Java/target/4-pull/org/eolang/io/stdout.eo:41': [41:-1] error: no viable alternative at input: true -
Unused alias error:
The alias "org.eolang.io.console" is not used, but defined as "+alias console org.eolang.io.console" -
JSON parsing error in foreign command:
Unexpected number in JSON at position 13537
Affected tests
- compile tests
- dataize tests
- foreign test
- link test
You can find them here (I used the logs from the last commit)