You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My REPL shows the following before the usual docstring for Iterators.Stateful:
help?> Iterators.Stateful
│ Warning
│
│ The following bindings may be internal; they may change or be removed in future versions:
│
│ • Base.Iterators.Stateful
On Julia v1.10.4, I do not get this warning when viewing the docstring for Iterators.Stateful.
I see a few open issues involving stateful iterators, and proposals for an IsStateful trait in #43388.
Please advise the Julia community in the v1.11 release notes if Iterators.Stateful ends up being deprecated in the official v1.11 release. I suggest having some compact examples of what not to do when using Iterators.Stateful, either in its docstring or via a blog post on the Julia official website.
The text was updated successfully, but these errors were encountered:
nsajko
added
docs
This change adds or pertains to documentation
and removed
docs
This change adds or pertains to documentation
labels
Jul 7, 2024
My REPL shows the following before the usual docstring for
Iterators.Stateful
:On Julia v1.10.4, I do not get this warning when viewing the docstring for
Iterators.Stateful
.I see a few open issues involving stateful iterators, and proposals for an
IsStateful
trait in #43388.Please advise the Julia community in the v1.11 release notes if
Iterators.Stateful
ends up being deprecated in the official v1.11 release. I suggest having some compact examples of what not to do when usingIterators.Stateful
, either in its docstring or via a blog post on the Julia official website.The text was updated successfully, but these errors were encountered: