-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release a new version of unicode-data
#123
Comments
I am working on further improvements, but if you are in hurry you can release a minor version. |
I'll make a minor release for the time being. What do you suggest we do about the incorrect version bounds on hackage for |
About the tests: they probably fail because you are comparing to If you re-generate using I am improving the lib before bumping to Unicode 15.1. Notably, I would like to reduce the |
Gotcha, I'll make a minor release then. |
I am leaning towards this too, because this may trigger much trickier bugs in workflows. I added tracking of Unicode version in the The thing is, Well, the solution would be for everyone to use That’s a huge change though, and this will have to go through CLC. But since there are already bits of We already planned to change the versioning scheme to follow closely the one of Unicode. So I can see the following happening:
Finally, if we go that road, that means Will probably have to open a dedicated issue for this, sorry for the wall of text 😅 |
I would just fix the version bounds for |
@wismill Looks like I somehow managed to delete a comment I made. Re-writing the essence of comment for context:
Looks like there is already a lot of thought put into keeping packages in sync.
I will fix the version bounds for base in Again, thank you for the amazing work! |
@adithyaov this is a breaking change. You should bump to 0.5 then. |
To unblock downstream developments I made a revision: https://hackage.haskell.org/package/unicode-data-0.4.0.1/revisions/ |
I sent an issue to the CLC, about a new core library |
unicode-data-0.4.0.1
's test cases seem to break with the newer GHCs. (newer base versions)See: #118
I can confirm that this is the case for
9.10
and9.8
.But the CIs for the latest master are passing so the problem seems to have been fixed.
The hackage has version-bounds for base that are incorrect. With base-4.20 above mentioned test fails
Can release a newer version of
unicode-data
with the fix included?We can then, update the dependent packages accordingly.
Should we re-revise the version bounds on hackage?
The text was updated successfully, but these errors were encountered: