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

Implement rb_define_class_id, rb_module_new and rb_define_module_id #1876

Merged
merged 3 commits into from Jan 3, 2020

Conversation

chrisseaton
Copy link
Collaborator

@aardvark179 aardvark179 self-requested a review January 3, 2020 10:09
@aardvark179 aardvark179 added the in-ci The PR is being tested in CI. Do not push new commits. label Jan 3, 2020
@eregon eregon added this to the 20.0.0 milestone Jan 3, 2020
@@ -75,6 +75,7 @@ Compatibility:
* Include the major kernel version in `RUBY_PLATFORM` on macOS like MRI (#1860, @eightbitraptor).
* Implemented `Enumerator::Chain`, `Enumerator#+`, and `Enumerable#chain` (#1859, #1858).
* Implemented `Thread#backtrace_locations` and `Exception#backtrace_locations` (#1556).
* Implemented `rb_module_new`, `rb_define_class_id`, `rb_define_module_id`, (#1876, @chrisseaton).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we mention @XrXr too here since he did the first commit?

graalvmbot pushed a commit that referenced this pull request Jan 3, 2020
@graalvmbot graalvmbot merged commit e7501ce into oracle:master Jan 3, 2020
@chrisseaton
Copy link
Collaborator Author

Should we mention @XrXr too

Sorry yes please can you make that correction.

@chrisseaton chrisseaton deleted the define-class branch January 3, 2020 13:26
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-signed shopify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants