-
Notifications
You must be signed in to change notification settings - Fork 42
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
Test failure: missing BlockCode
s ?
#94
Comments
https://github.com/haskell/text-icu/actions/runs/6361312691/job/17275646782#step:11:957
|
Same with '\202654' |
Thank you, just uploaded |
Some of the tests fail now because they use the pre-72 version of ICU |
Yes I see for Stackage LTS:
It would be nice if there was some detection. |
CI on |
We should probably open a new issue or reopen this one? I need to allow the tests to fail in Nightly too |
Should be fixed in |
I deprecated 0.8.0.3 on hackage. |
If you would like the testsuite re-enabled in Stackage, please open a PR for that, thanks |
The CI on macOS for GHC 9.6 reports a failed test case (ICU_VER=73.2):
https://github.com/haskell/text-icu/actions/runs/6341389638/job/17224925448#step:11:26
The Windows CI has a similar test failure (ICU_VER=73.2):
https://github.com/haskell/text-icu/actions/runs/6341389638/job/17224926997#step:11:25
These could be symptomatic that
text-icu
has fallen behind the ICU lib.ICU 72 has Unicode 15, but currently only ICU 70 is supported.
I suppose this package needs some updates to the state of the art.
ATTN: @vshabanov
The text was updated successfully, but these errors were encountered: