@@ -144,9 +144,9 @@ to make another attempt.
144
144
145
145
- Edward Kmett: has been vocal about his use of ` text-icu ` and requires it not be broken.
146
146
147
- - Ben Gamari: integration with GHC
147
+ - Ben Gamari: integration with GHC
148
148
149
- - The Cabal maintainers (fgaz, emilypi, mikolaj): integration with Cabal
149
+ - The Cabal maintainers (fgaz, emilypi, mikolaj): integration with Cabal
150
150
151
151
Progress will be reported on a weekly basis to the HF Technical Agenda
152
152
Track, with Emily as support for Andrew.
@@ -284,7 +284,7 @@ of avoiding conversion between UTF-8 and UTF-16 conversion.
284
284
Fast validation of UTF-8 is not a trivial task, but we intend to employ
285
285
[ ` simdjson::validate_utf8 ` ] ( https://arxiv.org/pdf/2010.03090.pdf ) for this task.
286
286
287
- Another important aspect of ` text ` performance is fusion.We are finalising
287
+ Another important aspect of ` text ` performance is fusion. We are finalising
288
288
an ` inspection-testing ` -based [ test suite] ( https://github.com/haskell/text/pull/337 ) to check that
289
289
pipelines, which used to fuse before, are fusing after UTF-8 transition as well.
290
290
Fusion is incredibly fragile matter: for example, of 100 tests, which fuse in GHC 8.10.4,
@@ -329,9 +329,9 @@ packages that go out of date.
329
329
330
330
# Deliverables
331
331
332
- - text-2.0.0.0, which will provide a UTF-8 encoding for Text as a default for all versions going forward.
332
+ - ` text-2.0.0.0 ` , which will provide a UTF-8 encoding for Text as a default for all versions going forward.
333
333
334
- - Updates to the Text Haddocks that reflect the UTF-8 changes.
334
+ - Updates to the ` text ` Haddocks that reflect the UTF-8 changes.
335
335
336
336
- Announcements and updates across all Haskell channels covering the following:
337
337
- Significant dates and milestones.
@@ -360,7 +360,7 @@ packages that go out of date.
360
360
361
361
- HF must minimize the cost to migrate, or people will just get mad (and rightfully so).
362
362
363
- - Text -icu will need a bespoke UTF-8 conversion function. In general, the Unicode story must be tracked and made sure it will not break.
363
+ - ` text -icu` will need a bespoke UTF-8 conversion function. In general, the Unicode story must be tracked and made sure it will not break.
364
364
- Recommendation: make this a high-priority deliverable when project planning
365
365
366
366
- The old UTF-16 text package will need to be preserved, and will require a maintainer.
0 commit comments