Skip to content

Remove specialization of SPEC(OBSERVER) handlers #6060

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

Closed
wants to merge 3 commits into from

Conversation

SammyK
Copy link
Contributor

@SammyK SammyK commented Sep 1, 2020

This is a follow up to #5857, that removes specialization of SPEC(OBSERVER) handlers per @dstogov's request.

Right now this removes RETVAL specialization. (Thanks for the help @nikic!) Do we need to remove the CONST|TMP|VAR|CV specialization as well?

@dstogov
Copy link
Member

dstogov commented Sep 2, 2020

Looks fine.
I think, CONST|TMP|VAR|CV should be removed as well.

@nikic nikic closed this Sep 4, 2020
@nikic nikic reopened this Sep 4, 2020
@nikic
Copy link
Member

nikic commented Sep 4, 2020

I've switched Travis to a newer Ubuntu version, let's see if that fixed the spurious compiler warning.

@SammyK SammyK force-pushed the observer/remove-op-spec branch from 1fac7e3 to 087ced9 Compare September 11, 2020 19:36
@SammyK
Copy link
Contributor Author

SammyK commented Sep 11, 2020

@dstogov All specialization of observer handlers has been removed so this is ready for a final review.

@dstogov
Copy link
Member

dstogov commented Sep 15, 2020

Travis shows compilation errors.

@SammyK
Copy link
Contributor Author

SammyK commented Sep 17, 2020

@dstogov 🤦 Sorry about that. Even with --enable-werror, these build errors do not show up on my Mac. I'll make sure to always wait for CI to pass before pinging you. Sorry for the noise. I've fixed the build issues and this should be ready for a review now.

@dstogov
Copy link
Member

dstogov commented Sep 17, 2020

Merged as 9e94bcf

@dstogov dstogov closed this Sep 17, 2020
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.

3 participants