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 Pattern Matching in TruffleRuby (GSoC) #2683

Merged
merged 83 commits into from Apr 19, 2023

Conversation

razetime
Copy link
Contributor

@razetime razetime commented Jun 20, 2022

Work done for the Ruby GSoC program in 2022, aiming to complete pattern matching tasks in #2453.
Proposal name: Implementing Ruby 3.0 Pattern Matching in TruffleRuby

@graalvmbot
Copy link

Hello razetime, thanks for contributing a PR to our project!

We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address raghuallthetime -(at)- hotmail -(dot)- com. You can sign it at that link.

If you think you've already signed it, please comment below and we'll check.

@eregon eregon changed the title Gsoc staging draft pr [WIP] Implement Pattern Matching in TruffleRuby (GSoC) Jun 20, 2022
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 12, 2022
Copy link
Member

@eregon eregon left a comment

Choose a reason for hiding this comment

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

Also remove src/main/java/org/truffleruby/parser/parser/y.output and pattern_matching.rb

@eregon eregon changed the title [WIP] Implement Pattern Matching in TruffleRuby (GSoC) Implement Pattern Matching in TruffleRuby (GSoC) Nov 21, 2022
@eregon eregon force-pushed the gsoc-staging branch 2 times, most recently from d017f26 to 15143fd Compare April 18, 2023 15:10
@eregon eregon added the in-ci The PR is being tested in CI. Do not push new commits. label Apr 18, 2023
Copy link
Member

@eregon eregon left a comment

Choose a reason for hiding this comment

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

It took a very long time for me to review and integrate this, I am sorry.

OTOH we already reviewed the code during the GSoC so the PR was in a pretty good state already.
Mostly I git filter-repo'd away the big files that were temporarily committed to avoid increasing the repo size, and I did a bunch of cleanups.

@graalvmbot graalvmbot merged commit 643aa8d into oracle:master Apr 19, 2023
24 of 25 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants