-
Notifications
You must be signed in to change notification settings - Fork 2.1k
antlr4-cppruntime: Upgrade to 4.12.0 #16328
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
Conversation
This comment has been minimized.
This comment has been minimized.
|
I detected other pull requests that are modifying antlr4-cppruntime/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
|
Hi Eric, I'm gratefull that you take action here and bump 4.12.0 - But Antlr4 has one ugly methodology in their project development - they publish 1.x.0 version then in a few week later - 1.x.1 with bug fixes that is quite stable for some time. I'm Just checking https://github.com/antlr/antlr4/issues - I'm ok with bumping to 1.12.0 but this should be in the back of our heads. I've always wait for 1.x.1 stable version in mine project. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
|
Look's like #16159 have solved conan-v2 issue. |
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.
Please sync with #16159 and solve V2 build issue or close as DUP
The V2 pipeline failed because prebuilt package for |
|
Let me bump the dependency to |
This comment has been minimized.
This comment has been minimized.
|
@SpaceIm Could you please generate the package |
|
I'm not a team member but a contributor like you, therefore I can't generate these binaries on-demand. You may want to ping @danimtb or @uilianries instead. |
This comment has been minimized.
This comment has been minimized.
@jcar87 @uilianries @danimtb can you please take a peak ❤️ |
657f26b
…th of them as of 4.12.0.
This comment has been minimized.
This comment has been minimized.
|
New version should not need new binaries for 🤞 |
This comment has been minimized.
This comment has been minimized.
|
😖 How can binaries exist if the dependency is missing
|
Probably because the other PR #16159 got merged and the one who can update the Ready List decided to add |
|
Yes! they should abe available now that it's merged so 🤞 everything goes through |
|
V2 passed 🚀 |
Conan v1 pipeline ✔️All green in build 13 (
Conan v2 pipeline (informative, not required for merge) ✔️
All green in build 10 ( |
|
Finally!!!! |
* antlr4-cppruntime: Build the shared/static library only instead of both of them as of 4.12.0. * antlr4-cppruntime: Set the new CMake variables for 4.12.0 as well. * antlr4-cppruntime: Bump the dependency to `utfcpp/3.2.3`. * antlr4-cppruntime: Drop the dependency `utfcpp` as of 4.10.
Specify library name and version: antlr4-cppruntime/4.12.0
This PR contains the following changes:
ANTLR_BUILD_SHAREDandANTLR_BUILD_STATICutfcppas of 4.10.0.utfcppto 3.2.3.Thank you.