Skip to content

[BUG] Javis.Background and Javis.@JShape undefined #499

@XLin0mu

Description

@XLin0mu

Julia Version 1.9.0-beta4
Operating system is Windows10
Javis v0.1.5

(v1.9) pkg> rm Javis
...
(v1.9) pkg> gc
...
(v1.9) pkg> add Javis
...
(v1.9) pkg> build Javis

julia> using Javis

julia> Background
ERROR: UndefVarError: `Background` not defined

julia> Javis.Background
ERROR: UndefVarError: `Background` not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base .\Base.jl:31
 [2] top-level scope
   @ REPL[136]:1

julia> @JShape
ERROR: LoadError: UndefVarError: `@JShape` not defined
in expression starting at REPL[137]:1

only these two thing strange up to now, not sure if there're other thing missing.
at least, function background and color is sfine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions