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

Pkg.checkout not supported anymore #237

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Conversation

VLucet
Copy link
Contributor

@VLucet VLucet commented Jun 7, 2020

Unless Im mistaken, Pkg.checkout doesn't work anymore (doc: https://julialang.github.io/Pkg.jl/v1/managing-packages/#Adding-packages-1). I believe this is the correct way:
Pkg.add(PackageSpec(name="Circuitscape", rev="master"))

Unless Im mistaken, `Pkg.checkout` doesn't work anymore (doc: https://julialang.github.io/Pkg.jl/v1/managing-packages/#Adding-packages-1). I believe this is the correct way 
`Pkg.add(PackageSpec(name="Circuitscape", rev="master"))`
@ViralBShah
Copy link
Member

I think Pkg.dev may be preferable.

@coveralls
Copy link

coveralls commented Jun 7, 2020

Pull Request Test Coverage Report for Build 646

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.471%

Totals Coverage Status
Change from base Build 645: 0.0%
Covered Lines: 1553
Relevant Lines: 1817

💛 - Coveralls

@VLucet
Copy link
Contributor Author

VLucet commented Jun 7, 2020

I think Pkg.dev is not supported in 1.3.1

julia> using Pkg

julia> Pkg.dev()
ERROR: UndefVarError: dev not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./Base.jl:13
 [2] top-level scope at REPL[14]:1

@ViralBShah
Copy link
Member

Can you try ] dev Circuitscape?

@VLucet
Copy link
Contributor Author

VLucet commented Jun 7, 2020

Yes, that does work.

@ViralBShah ViralBShah merged commit a34a54f into Circuitscape:master Jun 10, 2020
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

Successfully merging this pull request may close these issues.

3 participants