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
JuliaSyntax's documentation is overflowing into the main Julia documentation. The documentation of position(l::Lexer) and eof(l::Lexer) are overflowing.
I think these should be hidden.
The text was updated successfully, but these errors were encountered:
When looking at the help for `peek` in the repl, the current docstring looks like it applies to all `IO`, so I added `::ParseStream` to make it more specific. See also JuliaLang/julia#54749
When looking at the help for `peek` in the repl, the current docstring looks like it applies to all `IO`, so I added `::ParseStream` to make it more specific. See also JuliaLang/julia#54749
JuliaSyntax's documentation is overflowing into the main Julia documentation. The documentation of
position(l::Lexer)
andeof(l::Lexer)
are overflowing.I think these should be hidden.
The text was updated successfully, but these errors were encountered: