Terence Parr

Results 554 comments of Terence Parr

Maybe @KvanTTT has an idea? Looks like this PR also fails to build. https://github.com/antlr/antlr4/actions/runs/3504526096/jobs/5870258100

Hi @tonyarnold, tried changing version but still failing. :) https://github.com/antlr/antlr4/actions/runs/3505681821/jobs/5872128382

Hmm...i never upgrade to first OS X major release. hahah. wonder if that matters. i'm at 12.6. `maven 3.8.6 already installed`. `mvn clean` then `mvn -DskipTests install`. The error `Unsupported...

> Are these types supposed to be being generated prior to compilation? From the package description looks like they should not be included: ``` exclude: [ "./runtime/Swift/Tests/VisitorBasic.g4", "./runtime/Swift/Tests/VisitorCalc.g4", "./runtime/Swift/Tests/LexerA.g4", "./runtime/Swift/Tests/LexerB.g4",...

Hi @tonyarnold we have some semi useful documentation here: https://github.com/antlr/antlr4/blob/master/doc/antlr-project-testing.md Definitely have to change into the runtime test directory. I start by building the whole thing in the roof directory:...

actually, @KvanTTT that gives us a clue. Maybe another cut and paste error where are we are actually building Go runtime instead of Swift before running tests? No I think...

If you go into RuntimeRunner.java and turn on ``` public static final boolean WATCH_COMMANDS_EXEC = true; ``` You will see the following commands being executed. Does this help @tonyarnold ?...

The key issue here is that this directory does not exist: ``` /Users/parrt/antlr/code/antlr4/runtime/Swift/.build/release ``` I think I just have to fix the runner to use the correct directory.

pulling in dev branch into this branch... Seems some stuff was not pulled in here. Retrying everything.