-
Notifications
You must be signed in to change notification settings - Fork 252
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
fix(cpp1): account for initializers of members lowered as bases #478
base: main
Are you sure you want to change the base?
fix(cpp1): account for initializers of members lowered as bases #478
Conversation
707d3b0
to
5c72314
Compare
this
members
5eafcee
to
431a3a0
Compare
this
members5eafcee
to
9d05e45
Compare
9d05e45
to
7c3ebe2
Compare
|
I suppose the only reasonable option is to queue an error if emitting SMFs is suppressed. I can't reliably lower an initializer to the I thought about also emitting actual bases to I wonder if the error falls under the banner of |
7c3ebe2
to
c5a42ef
Compare
a300079
to
30c64ca
Compare
30c64ca
to
9977b9a
Compare
Hi! Sorry it took me so long to get to this one... this one looks like it might be out of date, should I close it for now and you can reopen this or create a new PR when it's ready? Again, my apologies for not keeping up. |
Resolves #422.
Testing summary.
Acknowledgements.