-
Notifications
You must be signed in to change notification settings - Fork 410
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
Crash and backtrace #148
Comments
Looking at the lwt issue, I think what might have happen is that you had a leftover generated file in the source directory from a pre-jbuilder build. This must have been one of the file that was generated by the same rule as When a file is available in the source directory, jbuilder will always prefer to copy it as it rather than use a user rule. However there is an issue when the user rule generate multiple files at once and only some of the targets are available in the source directory. I need to take another look at this. |
I think this is also what happened. In this specific case, Additionally, the output says: |
yh, the idea is that such an error shouldn't leek to the user, since essentially there is nothing the user can do to fix it. It's really something that should be fixed in jbuilder. What jbuilder outputs is just to help the jbuilder devs understand what's happening. |
Maybe it should say something like: |
Fixed by #218 |
When trying to build lwt, I get the error described in ocsigen/lwt#402
More information about my config:
Do you need additional info?
The text was updated successfully, but these errors were encountered: