Skip to content

Commit 3579759

Browse files
ulysses4everBodigrim
authored andcommitted
Improve formatting
1 parent 5bea03d commit 3579759

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

proposals/002-text-utf-default.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ to make another attempt.
144144

145145
- Edward Kmett: has been vocal about his use of `text-icu` and requires it not be broken.
146146

147-
- Ben Gamari: integration with GHC
147+
- Ben Gamari: integration with GHC
148148

149-
- The Cabal maintainers (fgaz, emilypi, mikolaj): integration with Cabal
149+
- The Cabal maintainers (fgaz, emilypi, mikolaj): integration with Cabal
150150

151151
Progress will be reported on a weekly basis to the HF Technical Agenda
152152
Track, with Emily as support for Andrew.
@@ -284,7 +284,7 @@ of avoiding conversion between UTF-8 and UTF-16 conversion.
284284
Fast validation of UTF-8 is not a trivial task, but we intend to employ
285285
[`simdjson::validate_utf8`](https://arxiv.org/pdf/2010.03090.pdf) for this task.
286286

287-
Another important aspect of `text` performance is fusion.We are finalising
287+
Another important aspect of `text` performance is fusion. We are finalising
288288
an `inspection-testing`-based [test suite](https://github.com/haskell/text/pull/337) to check that
289289
pipelines, which used to fuse before, are fusing after UTF-8 transition as well.
290290
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.
329329

330330
# Deliverables
331331

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.
333333

334-
- Updates to the Text Haddocks that reflect the UTF-8 changes.
334+
- Updates to the `text` Haddocks that reflect the UTF-8 changes.
335335

336336
- Announcements and updates across all Haskell channels covering the following:
337337
- Significant dates and milestones.
@@ -360,7 +360,7 @@ packages that go out of date.
360360

361361
- HF must minimize the cost to migrate, or people will just get mad (and rightfully so).
362362

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.
364364
- Recommendation: make this a high-priority deliverable when project planning
365365

366366
- The old UTF-16 text package will need to be preserved, and will require a maintainer.

0 commit comments

Comments
 (0)