eoc icon indicating copy to clipboard operation
eoc copied to clipboard

Parser and linting errors

Open SenjeyB opened this issue 9 months ago • 3 comments
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:

  1. 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

  2. Unused alias error: The alias "org.eolang.io.console" is not used, but defined as "+alias console org.eolang.io.console"

  3. 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)

SenjeyB avatar Feb 03 '25 14:02 SenjeyB