Fix support for Go 1.27 using unicode 17#51
Conversation
|
@pgimalac thank you for this PR and will take a look at this evening / tomorrow! |
|
Seeing some test failures that are very likely due to issues with code generation (e.g. some appear to be around |
|
👋 @charlievieth I don't have any failures locally, can you share what's failing / on which platform maybe ? |
|
@pgimalac, @charlievieth you can see some runtime panics in Homebrew/homebrew-core#288803, specifically |
|
Apologies for the delay, haven't had many free cycles lately, but there was an issue with the generated |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #51 +/- ##
=======================================
Coverage 98.45% 98.45%
=======================================
Files 2 2
Lines 1938 1938
=======================================
Hits 1908 1908
Misses 30 30 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Generate the table for Unicode 17 to fix Go 1.27.
Fixes #50.