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

help doesn't like |= #29361

Closed
cormullion opened this issue Sep 25, 2018 · 0 comments · Fixed by #30754
Closed

help doesn't like |= #29361

cormullion opened this issue Sep 25, 2018 · 0 comments · Fixed by #30754
Labels
docsystem The documentation building system

Comments

@cormullion
Copy link
Contributor

The help system doesn't like |=:

julia-1.0> x = 3
3

julia-1.0> x |= 42
43

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
@JeffBezanson JeffBezanson added the docsystem The documentation building system label Sep 25, 2018
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
docsystem The documentation building system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants