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

Support for julia v0.7? #66

Closed
Qiyamah opened this issue Apr 13, 2018 · 3 comments
Closed

Support for julia v0.7? #66

Qiyamah opened this issue Apr 13, 2018 · 3 comments

Comments

@Qiyamah
Copy link

Qiyamah commented Apr 13, 2018

I am having trouble with my penguin (linux machine), the penguin doesn't compile and says the following:

[ Info: Precompiling module Memento
┌ Warning: Deprecated syntax `tcp ? connect(host, port):` at /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:112.
│ Use `tcp ? connect(host, port) :` instead.
└ @ nothing Syslogs.jl:112
WARNING: Base.Libdl is deprecated, run `using Libdl` instead
  likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:5
WARNING: importing deprecated binding Base.Void into Syslogs.
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:85
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:88
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:91
WARNING: importing deprecated binding Base.Nullable into Syslogs.
WARNING: importing deprecated binding Base.IPAddr into Syslogs.
WARNING: Base.IPAddr is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
  likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:95
ERROR: LoadError: TypeError: in Type{...} expression, expected UnionAll, got typeof(Base.Nullable)
Stacktrace:
 [1] top-level scope
 [2] include at ./boot.jl:314 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:1067
 [4] include(::Module, ::String) at ./sysimg.jl:29
 [5] top-level scope
 [6] eval at ./boot.jl:317 [inlined]
 [7] top-level scope at ./<missing>:3
in expression starting at /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:95
ERROR: LoadError: Failed to precompile Syslogs to /home/rra/.julia/compiled/v0.7/Syslogs.ji.
Stacktrace:
 [1] error at ./error.jl:33 [inlined]
 [2] compilecache(::Base.PkgId) at ./loading.jl:1201
 [3] _require(::Base.PkgId) at ./loading.jl:974
 [4] require(::Base.PkgId) at ./loading.jl:874
 [5] require(::Module, ::Symbol) at ./loading.jl:869
 [6] include at ./boot.jl:314 [inlined]
 [7] include_relative(::Module, ::String) at ./loading.jl:1067
 [8] include(::Module, ::String) at ./sysimg.jl:29
 [9] top-level scope
 [10] eval at ./boot.jl:317 [inlined]
 [11] top-level scope at ./<missing>:3
in expression starting at /home/rra/.julia/v0.7/Memento/src/Memento.jl:8
ERROR: Failed to precompile Memento to /home/rra/.julia/compiled/v0.7/Memento.ji.
Stacktrace:
 [1] error at ./error.jl:33 [inlined]
 [2] compilecache(::Base.PkgId) at ./loading.jl:1201
 [3] _require(::Base.PkgId) at ./loading.jl:1003
 [4] require(::Base.PkgId) at ./loading.jl:874
 [5] require(::Module, ::Symbol) at ./loading.jl:869

When are you planning to at least fix the compilation issues?

@rofinn
Copy link
Member

rofinn commented Apr 14, 2018

We generally make a push to get our packages working on the next julia release when a release candidate is published. Until then we occasionally make updates and MRs are welcome.

@iamed2
Copy link
Member

iamed2 commented Apr 25, 2018

FYI Memento tests currently pass locally; there seems to be some issue with running them on Travis

@rofinn
Copy link
Member

rofinn commented May 22, 2018

As of #68, Memento should now be working on nightly (w/ a few remaining deprecation warnings).

@rofinn rofinn closed this as completed May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants