Skip to content

antlr4_{9,10,11}.runtime.cpp: fix build#451891

Merged
vcunat merged 3 commits intoNixOS:masterfrom
aaronjheng:antlr4
Oct 19, 2025
Merged

antlr4_{9,10,11}.runtime.cpp: fix build#451891
vcunat merged 3 commits intoNixOS:masterfrom
aaronjheng:antlr4

Conversation

@aaronjheng
Copy link
Contributor

@aaronjheng aaronjheng commented Oct 14, 2025

See #445447.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Oct 14, 2025
@Gurjaka
Copy link
Contributor

Gurjaka commented Oct 14, 2025

Built on platform x86_64-linux:

gurami on desktop ~ took 0s 
✗ nix build github:aaronjheng/nixpkgs/antlr4#antlr4_11

gurami on desktop ~ took 48s 
➜ ./result/bin/antlr 
ANTLR Parser Generator  Version 4.11.1
 -o ___              specify output directory where all output is generated
 -lib ___            specify location of grammars, tokens files
 -atn                generate rule augmented transition network diagrams
 -encoding ___       specify grammar file encoding; e.g., euc-jp
 -message-format ___ specify output style for messages in antlr, gnu, vs2005
 -long-messages      show exception details when available for errors and warnings
 -listener           generate parse tree listener (default)
 -no-listener        don't generate parse tree listener
 -visitor            generate parse tree visitor
 -no-visitor         don't generate parse tree visitor (default)
 -package ___        specify a package/namespace for the generated code
 -depend             generate file dependencies
 -D<option>=value    set/override a grammar-level option
 -Werror             treat warnings as errors
 -XdbgST             launch StringTemplate visualizer on generated code
 -XdbgSTWait         wait for STViz to close before continuing
 -Xforce-atn         use the ATN simulator for all predictions
 -Xlog               dump lots of logging info to antlr-timestamp.log
 -Xexact-output-dir  all output goes into -o dir regardless of paths/package

Nixpkgs-review output:

Link to currently reviewing PR:
https://github.com/NixOS/nixpkgs/pull/451891
--------- Report for 'x86_64-linux' ---------
4 packages built:
luaformatter mysql-shell mysql-shell-innovation nixpkgs-manual

@aaronjheng aaronjheng mentioned this pull request Oct 15, 2025
13 tasks
@vcunat vcunat added this pull request to the merge queue Oct 19, 2025
Merged via the queue into NixOS:master with commit ac80080 Oct 19, 2025
30 checks passed
@aaronjheng aaronjheng deleted the antlr4 branch January 24, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants