-
Notifications
You must be signed in to change notification settings - Fork 48
Correctly calculate access chains for compound types #233
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
Conversation
My stuff still works with this branch (+ nonuniform patches) 🎉 |
My project compiled just fine and passes tests 👍 . I also successfully built a shader with Awesome work! |
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.
LGTM but take my review with a grain of salt 🧂 as I never got a chance to dive in very deep, but I have tested the results.
@eddyb said he wanted to take a look at this so I'll wait a bit before merging. |
Ok, I am just going to land it and we can fix forward or revert if it isn't correct. |
Fixes #46.
This was extremely painful and I am still not sure I understand the code completely and all the various cases.
@schell , @Firestar99 , please try it in your projects and see if I broke anything!