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

WADeprecatedToolFilter >> #handleFiltered: shows up as deprecated in Pharo #1427

Open
marschall opened this issue Jul 11, 2024 · 0 comments
Open

Comments

@marschall
Copy link
Contributor

marschall commented Jul 11, 2024

WADeprecatedToolFilter >> #handleFiltered: shows up as deprecated in Pharo Calypso likely because the sends self deprecated:. Likely because we override #deprecated: but Pharo does not pick up on in.

handleHiltered-deprecated

CompiledMethod >> #isDeprecated

	^ self sendsAnySelectorOf: #(
			#deprecated:
			#deprecated:transformWith:
			#deprecated:transformWith:when:
			#deprecated:on:in:
			#deprecated:on:in:transformWith:
			#deprecated:on:in:transformWith:when:)

We likely will have to rename WADeprecatedToolFilter >> #deprecated: to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant