0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stop using RubyParser.for_current_ruby in tests, use .latest instead [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13668] More... over 1 year ago
fixed tests for older rubies with some strategic skips [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13657] More... over 1 year ago
prepped for release [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13560] More... over 1 year ago
+ Added support for forward args (...), defn and call. + Added support for preexe (BEGIN { ... }). More... over 1 year ago
Added parse rake task for convenience. [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13506] More... almost 2 years ago
- Fixed find_pat up (after fixing a find_pat bug in ruby_parser). More... almost 2 years ago
+ Added support for (most?) pattern matching. + Added support for **kwrest. More... almost 2 years ago
simplified test bootstrap a bit [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13502] More... almost 2 years ago
Pt 3: I found and removed a bunch of redundant tests [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13501] More... almost 2 years ago
Pt 2: I found and removed a bunch of redundant tests [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13500] More... almost 2 years ago
Working on a new test analyzer, I found and removed a bunch of redundant tests [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13499] More... almost 2 years ago
- Fixed a bug block shadow vars (they're grouped) Fixed several test failures whech CHECK_SEXPS=1. Now a-d are lvars for parsing. More... almost 2 years ago
- Fix generation of case w/ no else. [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13496] More... almost 2 years ago
+ Support ruby 3.1 hash shorthand syntax. (presidentbeef) [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 13361] More... about 2 years ago
prepped for release [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 12299] More... over 4 years ago
- Fixed deprecation warnings from patterns change in sexp_processor. More... over 4 years ago
prepped for release [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 12097] More... almost 5 years ago
- Added shadow block args. (jaynetics) [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11940] More... about 5 years ago
Restyling (and one ancient functional removal) [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11939] More... about 5 years ago
- Fixed nested masgn block args and arrays. (jaynetics) [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11938] More... about 5 years ago
- Fixes for stabby proc / lambda changes. [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11898] More... about 5 years ago
- Fixed generation for block args w/ trailing commas. [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11893] More... about 5 years ago
oops! never release in parallel folks! [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11859] More... about 5 years ago
prepped for release [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11850] More... about 5 years ago
Fixed brittle tests that were specifying versioned parsers. Sticking with default [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11847] More... about 5 years ago
Another fix for STRICT_SEXP=1 [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11846] More... about 5 years ago
- Use RubyParser directly instead of versioned parsers. - Rewrote process_masgn to fix problems with nesting masgn in block args. More... about 5 years ago
prepped for release [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11544] More... about 6 years ago
+ Added rewrite_call|if|until|while to normalize `not` in conditions. No longer skip str|not|bang tests for 19+ testing. Now they're pretty and normalized. More... about 6 years ago
Added bitwise ops to BINARY. (david942j) [git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 11519] More... about 6 years ago