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

Julia compat - requires Julia master? #4

Open
DilumAluthge opened this issue Dec 11, 2019 · 1 comment
Open

Julia compat - requires Julia master? #4

DilumAluthge opened this issue Dec 11, 2019 · 1 comment

Comments

@DilumAluthge
Copy link
Member

DilumAluthge commented Dec 11, 2019

The current Julia compat entry in Project.toml is:

julia = "1.3"

But https://github.com/StefanKarpinski/PkgServer.jl/blob/master/bin/gen_static.jl#L132 has:

    for reg_dir in readdir(depot_regs, join=true)

In Julia 1.3, readdir does not accept keyword arguments, but it does on Julia master.

So I think you need Julia master or a relatively recent Julia nightly.

@StefanKarpinski
Copy link
Collaborator

As mentioned in #5 we should probably delete bin/gen_static.jl entirely and have a separate package for static serving.

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

2 participants