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

Support Proc#initialize_{dup,copy} for subclasses #3744

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

rwstauner
Copy link
Collaborator

Previously dup/clone was a single method, so I separated it in order to differentiate which initialize_* method gets called, but I was wondering if there was another way to do that (like introspecting the method name?).

I made a helper in ProcOperations to reduce a duplicated long method call, but it's not very complicated, so let me know if you prefer to just have it inlined.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 13, 2024
@andrykonchin andrykonchin self-assigned this Dec 16, 2024
@andrykonchin andrykonchin added the in-ci The PR is being tested in CI. Do not push new commits. label Dec 16, 2024
@graalvmbot graalvmbot merged commit 8d4ff03 into oracle:master Dec 17, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-ci The PR is being tested in CI. Do not push new commits. OCA Verified All contributors have signed the Oracle Contributor Agreement. shopify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants