-
Notifications
You must be signed in to change notification settings - Fork 186
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
Conversation
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. |
781354b
to
a9e44e1
Compare
There was a problem hiding this 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
src/main/java/org/truffleruby/parser/PatternMatchingTranslator.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/parser/PatternMatchingTranslator.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/parser/PatternMatchingTranslator.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/parser/PatternMatchingTranslator.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/parser/PatternMatchingTranslator.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/language/control/CheckIfPatternsMatchedNode.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/language/control/CheckIfPatternsMatchedNode.java
Outdated
Show resolved
Hide resolved
src/main/java/org/truffleruby/language/control/CheckIfPatternsMatchedNode.java
Outdated
Show resolved
Hide resolved
add related constants to RopeConstants
d017f26
to
15143fd
Compare
There was a problem hiding this 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.
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