-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
ada-url 3.2.5 #228652
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
ada-url 3.2.5 #228652
Conversation
|
0364401
to
4f5dbdc
Compare
@lemire any suggestions why the latest version is failing? |
base64 does not appear in our codebase... https://github.com/search?q=repo%3Aada-url%2Fada%20base64&type=code |
@lemire But simdutf is part of our repo. Home brew uses cmake. |
@anonrig I am not sure. The simdutf library is part of brew as well. |
@anonrig It seems that simdutf is OFF by default in ada, right now. Do you expect simdutf to be involved in this issue? |
The issue appears to be specific to Linux. |
I do not think that this is an issue with ada. I believe that the Linux brew CI is likely misconfigured, with a mismatch of the assembler and the compiler.
|
Here is what is likely happening. The compiler (GCC 15) emits the The issue is that brew is not careful when it configures GCC 15 to make sure that it (GCC 15) also uses the right assembler. This has been reported to brew by @c-kloukinas : |
You can see the new feature being requested and provided here: https://sourceware.org/bugzilla/show_bug.cgi?id=31964 This is a brand new feature that requires a matching assembler. |
More at: Daniel Lemire, "Base64 for compression," in Daniel Lemire's blog, July 3, 2025, https://lemire.me/blog/2025/07/03/base64-for-compression/. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
4f5dbdc
to
7b9845b
Compare
🤖 An automated task has requested bottles to be published to this PR. Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Full Changelog: ada-url/ada@v3.2.4...v3.2.5
View the full release notes at https://github.com/ada-url/ada/releases/tag/v3.2.5.