-
Notifications
You must be signed in to change notification settings - Fork 71
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
make:Internal error: backend/go.c 242 #176
Comments
|
It's an bug in dmd that is triggered by the demo. |
|
thanks; that's a rather radical fix ; could this be narrowed down to a single or few files? Also how to make this work within a dub executable target? The linked bug report shows it happens with a very large cardinality TypeTuple; could we instead fix that? Where in the code would that be? EDIT: happens here: NOTE: |
|
#179 fixes this issues and is more efficient. |
The text was updated successfully, but these errors were encountered: