Skip to content

Commit

Permalink
update from antlr-4.8 to antlr-4.9
Browse files Browse the repository at this point in the history
Use the latest 4.9 release (4.9.3)

Addresses issue omry#798
  • Loading branch information
pixelb committed May 6, 2022
1 parent 32b267d commit a79ac89
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed build_helpers/bin/antlr-4.8-complete.jar
Binary file not shown.
Binary file added build_helpers/bin/antlr-4.9.3-complete.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build_helpers/build_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self) -> None:
command = [
"java",
"-jar",
str(build_dir / "bin" / "antlr-4.8-complete.jar"),
str(build_dir / "bin" / "antlr-4.9.3-complete.jar"),
"-Dlanguage=Python3",
"-o",
str(project_root / "omegaconf" / "grammar" / "gen"),
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
antlr4-python3-runtime==4.8
antlr4-python3-runtime==4.9.*
PyYAML>=5.1.0
# Use dataclasses backport for Python 3.6.
dataclasses;python_version=='3.6'

0 comments on commit a79ac89

Please sign in to comment.