-
Notifications
You must be signed in to change notification settings - Fork 101
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
Upgrade UXStrings to version 0.7.0. #1051
Conversation
Add UXStrings 4 implementation (Ada.Containers.Vectors). Use scenario variables in project files for choosing between UXStrings implementation UXS_VARIANT=UXS1..4. Add Keep_Empty_Parts default parameter to Split.
==> Is there a way to force macOS host with x86_64?
==> what to do?
==> Should I remove arch, centos, fedora from libgnutls and unixodbc?
==> I'll update alire.toml with gnat >= 13
==> what to do? |
I'm looking into the macOS issue. There are compilation failures in other platforms though. |
This is something I must fix but it's benign, it's not failing the test. The actual problem is also the missing dependencies. |
I must say, the simple components are currently a rather heavy dependency. I want to split it into several crates with only the needed dependencies (e.g. I doubt you need |
Yes, agreed, in the mean time, I propose to comment these dependencies as they are only needed for ODBC and TLS purpose. |
I'd prefer not to lie about hidden dependencies and instead solve the simple components packaging for good. Perhaps until the simple components are repackaged you could include only the sources you need with UXStrings (and a conflict with |
…endancies of SC puzzled Alire.
They were included at the beginning, I bring them back. |
Add UXStrings 4 implementation (Ada.Containers.Vectors). Use scenario variables in project files for choosing between UXStrings implementation UXS_VARIANT=UXS1..4. Add Keep_Empty_Parts default parameter to Split.