-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
ABI break in locale_ref ctor (11.0.0 -> 11.1.1) #4292
Comments
This was non-intentional, will look into restoring the ABI compatibility. Thanks for reporting! |
looks good |
Patch release that includes the fix: https://github.com/fmtlib/fmt/releases/tag/11.1.2. |
@vitaut in case you are interested in a more comprehensive approach to determining ABI breakages, there are some automated tools for that, e.g. https://sourceware.org/libabigail/manual/abidiff.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit ff92223 changed:
which is an ABI change for platforms like amd64-gnu-linux:
I am reporting this because ABI seems to be important to fmtlib (cf. commit 3e04222).
ABI break observed by end-user at https://bugzilla.suse.com/show_bug.cgi?id=1235078 .
The text was updated successfully, but these errors were encountered: