-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
antlr: 4.7 -> 4.8 #102820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
antlr: 4.7 -> 4.8 #102820
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regression in azure-cli. Do you mind leaving the 4_7 package?
builder for '/nix/store/mij0zarqvrqwaa1c61dkq1lsj7cfycva-python3.7-azure-cli-2.14.0.drv' failed with exit code 1; last 10 log lines:
Processing ./azure_cli-2.14.0-py3-none-any.whl
Requirement already satisfied: azure-mgmt-reservations==0.6.0 in /nix/store/lrbr2qfvz277xd0y072gzlh9s5d2wcmr-python3.7-azure-mgmt-reservations-0.8.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (0.6.0)
Requirement already satisfied: websocket-client~=0.56.0 in /nix/store/j22x6k4qha7dyx56k85gpsylkjdf53x5-python3.7-websocket_client-0.56.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (0.56.0)
Requirement already satisfied: azure-mgmt-compute~=14.0 in /nix/store/6vyyg3y3wh1jfwxnji28w0h4qb3zsa73-python3.7-azure-mgmt-compute-17.0.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (14.0.0)
Requirement already satisfied: azure-mgmt-synapse~=0.3.0 in /nix/store/myjf2z8nvm6hwfba8knziz44wkm43s0b-python3.7-azure-mgmt-synapse-0.4.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (0.3.0)
Requirement already satisfied: azure-mgmt-imagebuilder~=0.4.0 in /nix/store/f8nl125m5bfhsffy0lhbhk717dv6d79b-python3.7-azure-mgmt-imagebuilder-0.4.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (0.4.0)
Requirement already satisfied: azure-mgmt-containerservice~=9.4.0 in /nix/store/1cpd30pvh11h8rgp33pdlaw001ry3j9x-python3.7-azure-mgmt-containerservice-10.0.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (9.4.0)
Requirement already satisfied: azure-mgmt-botservice~=0.2.0 in /nix/store/29a55fqkw9yv96d2cgyr452ngrwdfm8d-python3.7-azure-mgmt-botservice-0.2.0/lib/python3.7/site-packages (from azure-cli==2.14.0) (0.2.0)
ERROR: Could not find a version that satisfies the requirement antlr4-python3-runtime~=4.7.2 (from azure-cli==2.14.0) (from versions: none)
ERROR: No matching distribution found for antlr4-python3-runtime~=4.7.2 (from azure-cli==2.14.0)
I'm good with bumping antlr4
to be antlr4_8
though
actually, let me try just making them do |
do you mind applying this diff in a
|
@jonringer I've added the losen bound for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Result of nixpkgs-review pr 102820 1
6 packages built:
- antlr4 (antlr4_8)
- azure-cli
- mysql-workbench
- python27Packages.antlr4-python2-runtime
- python37Packages.antlr4-python3-runtime
- python38Packages.antlr4-python3-runtime
Result of 5 packages built:
|
Motivation for this change
Update to new antlr 4.8
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
--> yes but I may do it wrongly because it says "no change detected"../result/bin/
)nix path-info -S
before and after) (same.511.2 M
)I tested the compilation of
mysql-workbench
which depends onantlr4_7
and also I tested a fewantlr
binaires as well as the jar on my project.