Skip to content
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

Propagate prefixes to struct literals #240

Merged
merged 4 commits into from
Nov 5, 2018

Conversation

IGI-111
Copy link
Contributor

@IGI-111 IGI-111 commented Oct 31, 2018

Fix #238

This ensures that constants of a struct type have their type and the
type of their underlying value expressions renamed in the case of a
prefix.

Fix mozilla#238

This ensures that constants of a struct type have their type and the
type of their underlying value expressions renamed in the case of a
prefix.
@eqrion
Copy link
Collaborator

eqrion commented Nov 5, 2018

This looks great. Especially the thorough tests.

@eqrion eqrion merged commit 9861755 into mozilla:master Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Associated constants don't take the prefix into account properly
2 participants