rostamn739

Results 7 comments of rostamn739

This is a more detailed run with `--allow-unknown-exports` ```sh ✗ cargo run -- run --allow-precompiled --allow-unknown-exports ./demo.cwasm Running `target/debug/wasmtime run --allow-precompiled --allow-unknown-exports ./demo.cwasm` The program accepts a JSON input via...

@Kobzol How do you envision solving this with process groups? I could try to implement that in my spare time.. There was a nifty hack using DEATHSIG `prctl` in the...

:arrow_up: Actually, there are more errors in case of successful generation Full log: ``` Checking plsql-antlr4 v0.1.0 (/home/rustam/work/antlr-rust/plsql-antlr4) error[E0424]: expected value, found module `self` --> src/plsqllexer.rs:9175:18 | 9169 | fn...

@rrevenantt Thank you so much! I'll try and report if succesful

@rrevenantt Your solution does partly solve my problems, however the functions - IsVersion10 - IsVersion12 - IsNewlineAtPos Are still absent from the methods of `recog` variable The errors are as...

I'm trying to add the missing methods via an extension trait: ```rust pub trait BaseLexerAdopt { fn IsNewLineAtPos(&self, pos: isize) -> bool; } impl>> BaseLexerAdopt for BaseLexer> { fn IsNewLineAtPos(&self,...

This seems portable in current Rust https://doc.rust-lang.org/stable/std/primitive.i32.html#method.rem_euclid