Skip to content

help doesn't like |=  #29361

@cormullion

Description

@cormullion

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsystemThe documentation building system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions