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

Error: unhandled exception: Unexpected char in version range: - [ParseVersionError] during nimble install #2

Closed
tymat opened this issue Sep 7, 2015 · 1 comment

Comments

@tymat
Copy link

tymat commented Sep 7, 2015

nim 0.11.2

$ nimble install shimsham
Downloading https://github.com/apense/shimsham into /tmp/nimble_23419/githubcom_apenseshimsham using git...
Found tags...
Cloning latest tagged version: v0.3.1-alpha
Cloning into '/tmp/nimble_23419/githubcom_apenseshimsham'...
remote: Counting objects: 92, done.
remote: Compressing objects: 100% (73/73), done.
remote: Total 92 (delta 18), reused 58 (delta 7), pack-reused 0
Unpacking objects: 100% (92/92), done.
Checking connectivity... done.
Note: checking out '29ffb7080d5c42c1fd12715430abe33de1be1f0b'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

Traceback (most recent call last)
nimble.nim(990)          nimble
nimble.nim(959)          doAction
nimble.nim(699)          install
nimble.nim(660)          downloadPkg
download.nim(156)        doDownload
version.nim(197)         parseVersionRange
Error: unhandled exception: Unexpected char in version range: - [ParseVersionError]

@apense
Copy link
Owner

apense commented Sep 17, 2015

Fixed by c8e9770
Thanks so much for reporting this!

@apense apense closed this as completed Sep 17, 2015
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