-
Notifications
You must be signed in to change notification settings - Fork 1
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
Figure out precisely what the DeclContext's deal is #51
Comments
|
The problem is that To fix this, we can iterate using |
Also if struct |
Thanks @da-x! I appreciate you taking the time to help demystify this for us. I can't speak for the others on the team, but I know that some day I'd like to pick this back up again; I'm just not in a position where I can make it a priority right now. Your advice is very helpful and sincerely appreciated. |
This is believed to be the source of our problems building the Linux kernel (or any more complicated project).
I think our "re-linking" of what is presumed to be a linked list of FieldDecls is compromising the integrity of the DeclContext.
Related issue: #42
The text was updated successfully, but these errors were encountered: