0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed nil.method_missing... too many ppl bitching about it. Restructured self-translation tests so they were friendlier when dying. Cleaned out some dead code and hacks we don't need anymore. More... over 16 years ago
Renamed RubyToRuby (the class name) to Ruby2Ruby. More... over 16 years ago
Prepped for release. More... over 16 years ago
Removed calls to processor_stack / caller in favor of self.context. More... over 16 years ago
Fixed a bug with new resbody unification. Some style differences, eschew rescue. More... over 16 years ago
Sorted a bunch of methods in PT. Fixed trinary operator. Made test_ruby2ruby MUCH more rigorous with circular testing. Fixed some circular bugs, mostly by hacking them out, wrt operator precidence. More... almost 17 years ago
Brought resbody from ruby2ruby to unified_ruby. More... almost 17 years ago
Next phase of rewriter changes. Doesn't have the deep reflective tests, but all phase 0 pass now. More... almost 17 years ago
Fixes the rest of the tests under strict sexp checking. More... almost 17 years ago
Fixes for changes to pt_testcase. More... almost 17 years ago
Add r2r_show command like parse_tree_show. More... almost 17 years ago
Make SexpAny work with #==. Fix R2R bug with masgn/argscat. More... almost 17 years ago
Add parens for :block nodes as appropriate. May be overzealous. More... almost 17 years ago
Updated history for new format. More... almost 17 years ago
Remove extra "end" with begin/rescue/ensure. More... almost 17 years ago
Fixed argscat and blockpass bug. blah(42, *args, &block) handled. Updated for dasgn_curr changes to PT. More... about 17 years ago
Extended tests for dstr/dsym/drgx to test against embedded slashes and quotes. More... about 17 years ago
Updated for release. More... about 17 years ago
Cleaned up 1-liner generating code. Fixed a couple resbody bugs. Made clean/simple rescues 1-liners. More... about 17 years ago
Fixed unary/prefix methods. Fixed attrasgn for []= where there were multiple args inside []. More... over 17 years ago
Can now heckle ActiveRecord::Base in full. + block_pass on procs in iters. UGH + attrasgn in masgn + splat in masgn More... over 17 years ago
Finally got the rest of block_pass working. Should fix two bugs on rubyforge. More... over 17 years ago
Updated for release More... over 17 years ago
Finally fixed eric's nebulous proc code-in-goalposts bug. More... over 17 years ago
Refactored class/module and dsym/dstr. Added some extra rewriting code and tests for various bmethods. Ugh. More... over 17 years ago
Short if/unless statements are now post-conditional expressions. Fixed dmethod. I think the tests were bogus before. Added support for splatted block args. More... over 17 years ago
Fixed improper end in method rescues (bug 7396). Fixed dasgn_curr so block's dasgn vars decl goes away (bug 7420). More... over 17 years ago
Now generates tests via eval so the closure isn't an issue to r2r. 3rd generation tests now clone the tests themselves using 2nd gen r2r. Updated for release. More... over 17 years ago
Fixed a couple bugs: iasgn inside masgn was totally borked in ruby2ruby. ParseTree.translate was trying to translate inherited class methods. RubyToRuby's tests are SOOO much cleaner! Now does self-translation and retesting for 3 generations. More... over 17 years ago
Huh? More... over 17 years ago