Wismill

Results 185 comments of Wismill

In #55 I have implemented a newtype IRI with IRI validation and resolution.

You are right, they are not used yet. The compiler did not catch this because they are in the export list. Maybe we could keep things simple and use the...

> I'm inclined to close this as dormant until `ghc-internal` becomes reinstallable. @Bodigrim we _could_ make `base:Data.Char` depend on `unicode-data-core` and not `ghc-internal`. But then it would not be sync...

Hi, xkeyboard-config maintainer here. Our *build system changes* for 2.45 are [documented in the release notes](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/ChangeLog.md#build-system).

> despite `xkb-base` set to the later one. > > maybe it's not what i think is the issue, but it seems like one. i may be wrong, idk. @atikattar1104...

Related: haskell/core-libraries-committee#278

About the error `Missing closing '"' […]`: this come from a malformed custom Compose file. Fix: ```diff - : "^\" # LIGATURE: U005C + : "^\\" # LIGATURE: U005C ```...

I am working on further improvements, but if you are in hurry you can release a minor version.

About the tests: they probably fail because you are comparing to `base` which has a different Unicode version. I fixed these tests to make them pass when characters are unassigned...

> So it makes sense to completely keep `unicode-data` in sync with `base`. We can > possibly make the version bounds for the `base` dependency restrictive. I am leaning towards...