open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Fix issue with Pattern Whitespace #253

Closed declanvk closed 5 years ago

declanvk commented 5 years ago

Fixes issue #254

This change is Reviewable

CAD97 commented 5 years ago

...oops

bors: r+

bors[bot] commented 5 years ago

Build failed

CAD97 commented 5 years ago

That'll teach me to wait for CI I suppose....

This is consistently failing on nightly only; I think there's a missing translation for this table in unic-gen.

cc @behnam directly: we're very wrong here and the fix is fairly straightforward but apparently not this trivial. The earliest I could possibly look at it is Saturday.

behnam commented 5 years ago

bors: r+

behnam commented 5 years ago

Thanks, @declanvk, for catching this and sending the fix!

behnam commented 5 years ago

bors: r-

bors[bot] commented 5 years ago

Canceled

behnam commented 5 years ago

Needed a change. Trying to fix it in https://github.com/open-i18n/rust-unic/pull/255 . Thanks all!