diff options
| author | 2025-05-01 10:32:23 -0400 | |
|---|---|---|
| committer | 2025-05-01 10:32:23 -0400 | |
| commit | 701f6430d2bed4ddc08ae33f4764b2db32af6c50 (patch) | |
| tree | b6a2da056a503c69317a996e881e9c9fa9648f88 | |
| parent | Proofreads (diff) | |
| download | zg-701f6430d2bed4ddc08ae33f4764b2db32af6c50.tar.gz zg-701f6430d2bed4ddc08ae33f4764b2db32af6c50.tar.xz zg-701f6430d2bed4ddc08ae33f4764b2db32af6c50.zip | |
Proofreads
| -rw-r--r-- | NEWS.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -25,7 +25,7 @@ module. | |||
| 25 | 25 | ||
| 26 | Instead there's just `Graphemes`, and the same for a couple of other modules | 26 | Instead there's just `Graphemes`, and the same for a couple of other modules |
| 27 | which worked the same way. This means that the cases where functionality | 27 | which worked the same way. This means that the cases where functionality |
| 28 | was provided by a wrapped pointer is now provided directly from the struct | 28 | was provided by a wrapped pointer are now provided directly from the struct |
| 29 | with the necessary data. | 29 | with the necessary data. |
| 30 | 30 | ||
| 31 | This would make user structs larger in some cases, while eliminating a | 31 | This would make user structs larger in some cases, while eliminating a |
| @@ -115,13 +115,13 @@ the use of the new `DisplayWidth` options. | |||
| 115 | 115 | ||
| 116 | ### Tests | 116 | ### Tests |
| 117 | 117 | ||
| 118 | Is is now possible to run all the tests, not just the `unicode-test` subset. | 118 | It is now possible to run all the tests, not just the `unicode-test` subset. |
| 119 | Accordingly, that step is removed, and `zig build test` runs everything. | 119 | Accordingly, that step is removed, and `zig build test` runs everything. |
| 120 | 120 | ||
| 121 | #### Allocations Tested | 121 | #### Allocations Tested |
| 122 | 122 | ||
| 123 | Every allocate-able now has a `checkAllAllocationFailures` test. This | 123 | Every allocate-able now has a `checkAllAllocationFailures` test. This |
| 124 | process turned up two bugs. Also discovered were 8,663 allocations which | 124 | process turned up two bugs. Also discovered were 8,663 allocations, which |
| 125 | were reduced to two, these were also being individually freed on deinit. | 125 | were reduced to two, these were also being individually freed on deinit. |
| 126 | So that's nice. | 126 | So that's nice. |
| 127 | 127 | ||