Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

ERROR: no method isless(VersionNumber,ASCIIString) #177

Closed
IainNZ opened this issue Mar 31, 2013 · 2 comments
Closed

ERROR: no method isless(VersionNumber,ASCIIString) #177

IainNZ opened this issue Mar 31, 2013 · 2 comments

Comments

@IainNZ
Copy link
Member

IainNZ commented Mar 31, 2013

On the Windows 0.1.2 binary, I get the following error message when running Pkg.update()

julia> Pkg.update()
Already up-to-date.
warning: LF will be replaced by CRLF in .gitmodules.
The file will have its original line endings in your working directory.
ERROR: no method isless(VersionNumber,ASCIIString)
in _resolve at pkg.jl:277
in anonymous at no file:524
in cd at file.jl:39
in cd_pkgdir at pkg.jl:34
in update at pkg.jl:499

@StefanKarpinski
Copy link
Sponsor Member

This happens when one of the packages is checked out on a version that isn't a known version number. I've fixed it subsequently, but I think the only option here is to avoid that situation or upgrade the binaries. Perhaps we should do a 0.1.3 release soon.

@IainNZ
Copy link
Member Author

IainNZ commented Mar 31, 2013

Ah I see, I think I know which package I was mucking around with too. I'll close this.

@IainNZ IainNZ closed this as completed Mar 31, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants