Skip to content

Commit

Permalink
NEWS entry for deletion of length(::Stateful) (#55858)
Browse files Browse the repository at this point in the history
Will update History.md on master if this gets merged.

xref #47790

xref #51747

xref #54953

---------

Co-authored-by: Jameson Nash <[email protected]>
  • Loading branch information
nsajko and vtjnash authored Sep 24, 2024
1 parent 0e17bd7 commit 704fdc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ Standard library changes
writes 4 bytes for each character, instead of writing the UTF-8 representation of each character.
The new format is compatible with that used by `Array`, making it possible to use `read!` to get
the data back ([#42593]).
* It's not possible to define `length` for stateful iterators in a generally consistent manner. The
potential for silently incorrect results for `Stateful` iterators is addressed by deleting the
`length(::Stateful)` method. The last type parameter of `Stateful` is gone, too. Issue: ([#47790]),
PR: ([#51747]).

#### StyledStrings

Expand Down

0 comments on commit 704fdc6

Please sign in to comment.