Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get REPL help for .= operator #30348

Closed
eschnett opened this issue Dec 11, 2018 · 1 comment · Fixed by #30754
Closed

Cannot get REPL help for .= operator #30348

eschnett opened this issue Dec 11, 2018 · 1 comment · Fixed by #30754

Comments

@eschnett
Copy link
Contributor

The REPL help mode (entered by pressing ?) cannot handle the .= operator:

help?> .=
ERROR: LoadError: Invalid @var syntax `invalid identifier name ".="`.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] splitexpr(::Any) at ./docs/bindings.jl:28
 [3] bindingexpr(::Any) at ./docs/bindings.jl:17
 [4] lookup_doc(::Expr) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/REPL/src/docview.jl:137
 [5] docm(::LineNumberNode, ::Module, ::Any) at ./docs/Docs.jl:501
 [6] @doc(::LineNumberNode, ::Module, ::Expr, ::Vararg{Expr,N} where N) at ./boot.jl:451
in expression starting at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/REPL/src/docview.jl:301
@fredrikekre
Copy link
Member

#29282, #29361, #26933, #24871, #22013

fredrikekre added a commit that referenced this issue Jan 18, 2019
fredrikekre added a commit that referenced this issue Jan 18, 2019
fredrikekre added a commit that referenced this issue Jan 19, 2019
KristofferC pushed a commit that referenced this issue Feb 4, 2019
…30754)

fixes #22013, fixes #24871, fixes #26933, fixes #29282,
fixes #29361, fixes #30348 and fixes #30506.

(cherry picked from commit b8c0ec8)
KristofferC pushed a commit that referenced this issue Feb 11, 2019
…30754)

fixes #22013, fixes #24871, fixes #26933, fixes #29282,
fixes #29361, fixes #30348 and fixes #30506.

(cherry picked from commit b8c0ec8)
KristofferC pushed a commit that referenced this issue Feb 11, 2019
…30754)

fixes #22013, fixes #24871, fixes #26933, fixes #29282,
fixes #29361, fixes #30348 and fixes #30506. 

(cherry picked from commit b8c0ec8)
KristofferC pushed a commit that referenced this issue Apr 20, 2019
…30754)

fixes #22013, fixes #24871, fixes #26933, fixes #29282,
fixes #29361, fixes #30348 and fixes #30506.

(cherry picked from commit b8c0ec8)
KristofferC pushed a commit that referenced this issue Feb 20, 2020
…30754)

fixes #22013, fixes #24871, fixes #26933, fixes #29282,
fixes #29361, fixes #30348 and fixes #30506.

(cherry picked from commit b8c0ec8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants