Commit graph

10 commits

Author SHA1 Message Date
taca
ec04361ce4 Update ruby-parsetree to 3.0.9.
=== 3.0.9 / 2012-05-01

* 6 minor enhancements:

  * Added a bunch of new tests from PTTC.
  * Added masgn handling inside block_pass
  * Added rewrite_iter to unwrap masgns w/ only 1 arg.
  * Handle rewriting block_pass in iter.
  * Imported RawParseTree test data from PTTC.
  * Removed rewrite_masgn requirement for 4 slots.

* 3 bug fixes:

  * Fixed dependencies to ensure they're not going to use ruby_parser 3 and friends.
  * Fixed segv for NODE_BLOCK_PASS in iter (nd_iter == 1... go boom)
  * Remove nil body in iter (I think this is wrong, but whatevs).
2012-06-02 00:40:54 +00:00
taca
20ec4b5d7c Update ruby-parsetree pacakge to 3.0.8.
=== 3.0.8 / 2011-09-27

* 1 minor enhancement:

  * ParseTree.translate now does 'include Mod' calls instead of including their methods directly
2011-12-15 15:08:08 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
taca
b1f345d162 Update ruby-parsetree package to 3.0.7.
=== 3.0.7 / 2011-02-18

* 1 bug fix:

  * Fixed odd error cropping up from heckle w/ attr methods (raggi)
2011-06-18 01:50:36 +00:00
taca
7d44eadcc3 Update devel/ruby-parsetree to 3.0.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.


=== 3.0.6 / 2010-09-01

* 1 bug fix:

  * fixed requires (e-tobi)

=== 3.0.5 / 2010-03-27

* 1 bug fix:

  * Fixed NODE_METHOD but also commented that you shouldn't ever see it naturally (tmm1)
2010-09-10 06:07:32 +00:00
fhajny
0ecd1c9bda Updated ruby-parsetree to 3.0.4.
Too many changes.
2009-11-23 14:10:26 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
6e45b6be10 Update ruby-parsetree package to 2.2.0.
=== 2.2.0 / 2008-06-09

* 18 minor enhancements:

  * Added 1.9 and rubinius to multiruby skip list.
  * Added 1.9 fixes for SexpProcessor.
  * Added compatibility changes for regexp option values.
  * Added custom compact since Array#compact is hostile to subclasses.
  * Added some tests for wonky index edge cases. some commented out.
  * Added test changes for 1.9 and r2r changes. Esp fixed regexp differences.
  * Added tests for dasgn, proc arities,
  * Added/updated some tests for ruby_parser.
  * Changed tests to default to nil for verbose.
  * Fixed all assertions deprecated in miniunit.
  * Raises LoadError if incompatible ruby, allows fallback to ruby_parser.
  * Removed Unified's rewrite_fbody and moved up into defn... not sure about that.
  * Removed argscat rewriter from unified_ruby.rb
  * Renamed shadowed variable name.
  * Reworked parse_tree_for_(method|string) to take optional verbose arg.
  * Started removing ending newlines from pt_testcase.rb.
  * Uncommented all commented out tests. ruby_parser must not be a pansy.
  * Updated rakefile for new hoe abilities.

* 3 bug fixes:

  * Fixed 1.8.[45] wrt dasgn_curr declaration removal.
  * Fixed pt_testcase bug.
  * Fixes for colon2/3 in class/module/cdecls.
2008-06-22 16:05:18 +00:00
jlam
406ea611f1 Fix build using Hoe by providing values for "email" and "author". 2008-04-21 15:42:17 +00:00
jlam
cb3175f93e Initial import of ruby18-parsetree-2.1.1 as devel/ruby-parsetree.
ParseTree is a C extension (using RubyInline) that extracts the parse
tree for an entire class or a specific method and returns it as a
s-expression (aka sexp) using ruby's arrays, strings, symbols, and
integers.
2008-04-04 15:18:14 +00:00