Skip to content

Remove specialization of SPEC(OBSERVER) handlers#6060

Closed
SammyK wants to merge 3 commits into
php:masterfrom
SammyK:observer/remove-op-spec
Closed

Remove specialization of SPEC(OBSERVER) handlers#6060
SammyK wants to merge 3 commits into
php:masterfrom
SammyK:observer/remove-op-spec

Conversation

@SammyK

@SammyK SammyK commented Sep 1, 2020

Copy link
Copy Markdown
Contributor

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

dstogov commented Sep 2, 2020

Copy link
Copy Markdown
Member

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

nikic commented Sep 4, 2020

Copy link
Copy Markdown
Member

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

SammyK commented Sep 11, 2020

Copy link
Copy Markdown
Contributor Author

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

@dstogov

dstogov commented Sep 15, 2020

Copy link
Copy Markdown
Member

Travis shows compilation errors.

@SammyK

SammyK commented Sep 17, 2020

Copy link
Copy Markdown
Contributor Author

@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

dstogov commented Sep 17, 2020

Copy link
Copy Markdown
Member

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