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

Deprecate #newMethod:header: with rewritting to #basicNew:header: #16375

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Deprecate #newMethod:header: with rewritting to #basicNew:header: #16375

merged 2 commits into from
Apr 2, 2024

Conversation

Inao0
Copy link
Contributor

@Inao0 Inao0 commented Mar 29, 2024

Related to #15625.

Inao0 added 2 commits March 29, 2024 11:45
The direct call to the primitive is removed, because otherwise as long as it works the deprecation will never be applied.
The deprecated methods now rewrites the call site and then call the new version of the method.
@MarcusDenker
Copy link
Member

Now
SindarinDebuggerTest>>testIsAboutToInstantiateClass

is failing.

There is pharo-spec/ScriptableDebugger#87 which has to be fixed first

@MarcusDenker
Copy link
Member

I did a PR: pharo-spec/ScriptableDebugger#91

@MarcusDenker
Copy link
Member

I merge the PR 90, close and re-open to rum the tests in a newly build image

@MarcusDenker
Copy link
Member

The PR I merged was against the master branch, we should have one for the Pharo12 branch instead.

I re-opened pharo-spec/ScriptableDebugger#91, which is the same but for Pharo12 branch

@jecisc jecisc merged commit 3825ec7 into pharo-project:Pharo12 Apr 2, 2024
1 of 2 checks passed
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