-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Throw instead of assertion and better message #2972
base: master
Are you sure you want to change the base?
Conversation
The assertion crashed code-d and gave no information on what was wrong.
BUILD FAILED Build statistics: statistics (-before, +after)
executable size=5297464 bin/dub
-rough build time=66s
+rough build time=0s Full build output
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the stack trace ? The error is in the calling code.
I didn't get any stack trace somehow (I had to run on debugger), but this is a minimal reproducible example: |
It's not handling the following propery: "dependencies": {
":version-a": "*"
} I think that's a limitation of the parser, will see if I can fix it properly. |
The assertion crashed code-d and gave no information on what was wrong.