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

"Invalid @var syntax" when using help in REPL #26933

Closed
CodeLenz opened this issue Apr 30, 2018 · 0 comments · Fixed by #30754
Closed

"Invalid @var syntax" when using help in REPL #26933

CodeLenz opened this issue Apr 30, 2018 · 0 comments · Fixed by #30754
Labels
docsystem The documentation building system REPL Julia's REPL (Read Eval Print Loop)

Comments

@CodeLenz
Copy link

CodeLenz commented Apr 30, 2018

              _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.7.0-DEV.4959 (2018-04-27 21:12 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 509d6a1a88* (2 days old master)
|__/                   |  x86_64-redhat-linux

help?> type
ERROR: LoadError: Invalid @var syntax `incomplete: premature end of input`.
Stacktrace:
 [1] error at ./error.jl:33 [inlined]
 [2] splitexpr at ./docs/bindings.jl:28 [inlined]
 [3] bindingexpr(::String) at ./docs/bindings.jl:17
 [4] lookup_doc(::Expr) at /home/lenz/julia/usr/share/julia/stdlib/v0.7/REPL/src/docview.jl:137
 [5] docm(::LineNumberNode, ::Module, ::Expr) at ./docs/Docs.jl:484
 [6] @doc(::LineNumberNode, ::Module, ::Vararg{Any,N} where N) at ./boot.jl:457
in expression starting at /home/lenz/julia/usr/share/julia/stdlib/v0.7/REPL/src/docview.jl:300

I do not know if it is related to #26906

@JeffBezanson JeffBezanson added REPL Julia's REPL (Read Eval Print Loop) docsystem The documentation building system labels May 3, 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 REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants