GenieFramework / GenieAuthentication.jl

Authentication plugin for Genie framework
MIT License
20 stars 11 forks source link

Revise error at initial setup #2

Closed mkschulze closed 2 years ago

mkschulze commented 3 years ago

Some error with revise appeared when using GenieAuthentication to set up initially.

But plugin files got created so far I think.


┌ Error: 2020-10-25 00:58:51 Failed to revise /Users/mks/.julia/packages/SearchLight/0MG55/src/Validation.jl
│   exception =
│    invalid redefinition of constant has_errors_for
│    top-level scope at /Users/mks/.julia/packages/SearchLight/0MG55/src/Validation.jl:89
│    Revise evaluation error at /Users/mks/.julia/packages/SearchLight/0MG55/src/Validation.jl:89
│
└ @ Revise ~/.julia/packages/Revise/nWJXk/src/packagedef.jl:691
┌ Warning: 2020-10-25 00:58:52 The running code does not match the saved version for the following files:
│
│   /Users/mks/.julia/packages/SearchLight/0MG55/src/Validation.jl
│
│ If the error was due to evaluation order, it can sometimes be resolved by calling `Revise.retry()`.
│ Use Revise.errors() to report errors again. Only the first error in each file is shown.
│ Your prompt color may be yellow until the errors are resolved.
└ @ Revise ~/.julia/packages/Revise/nWJXk/src/packagedef.jl:789
[ Info: 2020-10-25 00:58:53 Precompiling GenieAuthentication [e115e502-7e3a-11e9-29b2-aba8be6c6778]```
essenciary commented 3 years ago

@mkschulze I suspect it was an old version of SearchLight. Can you try latest version of the GenieAuthentication package?