Alexander Lazar

Results 5 comments of Alexander Lazar

Copying an insightful comment from Stackoverflow: > profiling your bench it appears that this package spends a great amount of time within some internals `github.com/antlr/antlr4/runtime/Go/antlr.(*ParserATNSimulator).closureWork:1091`. Doing that, it allocates a...

Also interested in getting this. In the meantime, going to look into making my own bundle. Anyone tried yet?

@marcohu any chance of getting this updated?

Ended up just writing a patch. ``` diff --git a/antlr/repositories.bzl b/antlr/repositories.bzl index e2525ab..342dd57 100644 --- a/antlr/repositories.bzl +++ b/antlr/repositories.bzl @@ -3,13 +3,18 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_jar") load(":lang.bzl", "C", "CPP", "GO", "JAVA",...

Has any update been made here? @ilius 's PR looked promising. Log between any two commits would be highly useful. There are certainly manual workarounds for most use cases. Just...