From 701f6430d2bed4ddc08ae33f4764b2db32af6c50 Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Thu, 1 May 2025 10:32:23 -0400 Subject: Proofreads --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 770590d..4a8d651 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,7 +25,7 @@ module. Instead there's just `Graphemes`, and the same for a couple of other modules which worked the same way. This means that the cases where functionality -was provided by a wrapped pointer is now provided directly from the struct +was provided by a wrapped pointer are now provided directly from the struct with the necessary data. This would make user structs larger in some cases, while eliminating a @@ -115,13 +115,13 @@ the use of the new `DisplayWidth` options. ### Tests -Is is now possible to run all the tests, not just the `unicode-test` subset. +It is now possible to run all the tests, not just the `unicode-test` subset. Accordingly, that step is removed, and `zig build test` runs everything. #### Allocations Tested Every allocate-able now has a `checkAllAllocationFailures` test. This -process turned up two bugs. Also discovered were 8,663 allocations which +process turned up two bugs. Also discovered were 8,663 allocations, which were reduced to two, these were also being individually freed on deinit. So that's nice. -- cgit v1.2.3