<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/ruby-sexp-processor/Makefile, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-04-29T05:29:28Z</updated>
<entry>
<title>Update ruby-sexp-processor to 3.2.0.</title>
<updated>2012-04-29T05:29:28Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-04-29T05:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86630329a0a61cd5982a97d1c79996a0313dbe72'/>
<id>urn:sha1:86630329a0a61cd5982a97d1c79996a0313dbe72</id>
<content type='text'>
=== 3.2.0 / 2012-04-15

* 5 minor enhancements:

  * Added a ton of block arg tests.
  * Added add19_edgecases to help refactor a bunch of tests that all have the same output.
  * Added better debugging output for rewrites.
  * Cleaned and added a bunch of stabby proc tests.
  * Moved RawParseTree test data to ParseTree project.

* 2 bug fixes:

  * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
  * Fixes for R2R
</content>
</entry>
<entry>
<title>Update ruby-sexp-processor to 3.1.0.</title>
<updated>2012-03-17T15:14:20Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-03-17T15:14:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70c677af6fd97de61e40bfd62ea261c95d990952'/>
<id>urn:sha1:70c677af6fd97de61e40bfd62ea261c95d990952</id>
<content type='text'>
=== 3.1.0 / 2012-02-29

* 4 minor enhancements:

  * Added test_call_arglist_trailing_comma__19 (presidentbeef)
  * Added test_fcall_inside_parens. (presidentbeef)
  * Added test_if_args_no_space_symbol__18. (presidentbeef)
  * Added tests for new hash syntax and ternaries in 1.9 (lastobelus)

=== 3.0.10 / 2012-01-04

* 1 minor enhancement:

  * Add test for bare hash at end of array in 1.9. (presidentbeef)

* 1 bug fix:

  * Fixed 1.9.3 warnings
</content>
</entry>
<entry>
<title>Update ruby-sexp-processor package to 3.0.9.</title>
<updated>2011-12-15T15:10:58Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-12-15T15:10:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=037c154b4b620450ed2f09f9e55d4739f2311600'/>
<id>urn:sha1:037c154b4b620450ed2f09f9e55d4739f2311600</id>
<content type='text'>
=== 3.0.9 / 2011-12-07

* 1 minor enhancement:

  * Add missing test for a ternary with nil without a space before the colon (brynary)

=== 3.0.8 / 2011-11-16

* 4 minor enhancements:

  * Add 6 missing ruby 1.9 tests (brynary)
  * Added new 1.9 hash tests to pt_testcase.rb
  * Version specific tests are now skipped at runtime, not test creation time
  * Added new block arg tests.

=== 3.0.7 / 2011-09-21

* 2 bug fixes:

  * Fixed and test to not have mandatory parens
  * Fixed r2r's handling of dregexp options
</content>
</entry>
<entry>
<title>Update ruby-sexp-processor package to 3.0.6.</title>
<updated>2011-08-17T13:24:39Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-08-17T13:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a523e47a418be2565669eb72d969d0bedf099b0b'/>
<id>urn:sha1:a523e47a418be2565669eb72d969d0bedf099b0b</id>
<content type='text'>
=== 3.0.6 / 2011-08-16

* 5 minor enhancements:

  * Added ParseTreeTestCase#add_19tests
  * Added a bunch of FAILING 1.9 tests stolen from presidentbeef's repo! yay!
  * Added add_19tests and add_18tests to segregate version specific parsing.
  * Moved pt_testcase.rb to sexp_processor
  * Segregated a bunch of 1.8 specific tests using add_18tests.
</content>
</entry>
<entry>
<title>Update devel/ruby-sexp-processor to 3.0.5.</title>
<updated>2010-09-10T06:27:05Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-09-10T06:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c7a474e456de39a6f333ab999e810da7b4aac58a'/>
<id>urn:sha1:c7a474e456de39a6f333ab999e810da7b4aac58a</id>
<content type='text'>
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

=== 3.0.5 / 2010-09-01

* 2 minor enhancements:

  * Added in_context to clean up code.
  * optimize inspect to avoid needlessly caching @line

=== 3.0.4 / 2010-03-27

* 1 minor enhancement:

  * Added line number to pretty_print output if $VERBOSE
</content>
</entry>
<entry>
<title>Initial import of ruby-sexp-processor.</title>
<updated>2009-11-23T14:00:06Z</updated>
<author>
<name>fhajny</name>
<email>fhajny</email>
</author>
<published>2009-11-23T14:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=444426d181ac85cd3f6c41eecfb3d770be4e7ecb'/>
<id>urn:sha1:444426d181ac85cd3f6c41eecfb3d770be4e7ecb</id>
<content type='text'>
sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure.
</content>
</entry>
</feed>
