Olivier ROLAND
Olivier ROLAND
@RebelCoderRU for better autocomplete you probably want to use https://github.com/rust-lang/rls-vscode instead (or https://rust-analyzer.github.io/ if you are adventurous) See https://github.com/editor-rs/vscode-rust/issues/391 for details.
The CI use `/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1` so the wrong old submodule version is checkout `Submodule path 'runtime/Rust': checked out '76d0a7dde296bb194242a1430d88fdd6b79ac2eb'` but the released artifact is...
FYI [utf7-imap](https://crates.io/crates/utf7-imap) can now also encode IMAP-UTF7.
https://github.com/newca12/playground-rs/tree/main/antlr-calc
This mention of NLL has now been completly removed.
An issue indeed. I guesss the culprit is here : https://github.com/rrevenantt/antlr4rust/blob/master/src/common_token_stream.rs#L23 The first token is consumed there before next_token_on_channel function can filter it on the channel criteria.
Can you check that this is not already fix by https://github.com/rrevenantt/antlr4rust/pull/58 ?
This PR is not merged yet, you have no other choice than built it yourself. Github now allow to fetch PR locally : https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
It simply mean that your fat jar was not built with the Rust target. Ensure you did the git submodule update in the antlr4 directory and that your Reactor Summary...
You are not doing anything wrong, there are just missing/misleading instructions in the readme, the root dico folder must be created by you before running the program, I've added that...