[DRE-commits] [SCM] ruby-extlib.git annotated tag, 0.9.2, created. 0.9.2

Sam Smoot ssmoot at gmail.com
Mon Apr 30 18:44:23 UTC 2012


The annotated tag, 0.9.2 has been created
        at  052cef93a752b7679ca087eb7ecaf4dda7dc81dd (tag)
   tagging  399c46d23b6aaea5d1b80ab49bc19a4b0f6a733f (commit)
 tagged by  Sam Smoot
        on  Thu Jun 26 00:09:33 2008 -0500

- Shortlog ------------------------------------------------------------
Release 0.9.2

Alex Coles (3):
      Fix for handling NO_RCOV when running specs
      Further fix for rcov task
      Changed the pool_size to 20 if executing specs on JRuby

Bernerd Schaefer (2):
      Minor fix for Ruby 1.8.7
      sake strip

Carl Lerche (12):
      Moving specs over from dm-core
      Removed some uneccesary specs that tested internals
      Finished reordering the specs although there are still some that are pending
      Ok, I finished organizing / writing Hook specs
      Sweet, it looks like most of everything is passing
      Added implicit hookable method registration on first hook registration
      Moving the Hook module into the Extlib module
      Fixed a bug where methods would not be implicitly declared hookable
      Added code to solve an extremely edge case
      Fixed a bug with hookable methods ending with =
      Cleaned up some of the details of Hook
      Fixed the method naming problems

Dan Kubb (11):
      Updated extlib.rb to include all of the extlib/*.rb files
      Updated LazyArray#replace to not be a kicker method
      Updated LazyArray#clear to not be a kicker method
      Removed RETURN_NEW from LazyArray
      Updated package version to match dm-core, dm-more and do projects
      Added rescue block in cases where rcov not properly installed
      Updated respond_to? to pass along the include_private flag to the array
      0.9.2
      Refactored LazyArray
      Renamed lazy_load! to lazy_load
      Removed unecessary require that was causing load errors

Michael S. Klishin (1):
      Add missing String methods that broke dm-validations completely.

Sam Smoot (17):
      first commit
      Adding Rakefile copied from dm-core.
      Adding the basic structure of the project.
      Moving support classes out of dm-core and data_objects into Extlib.
      Merge branch 'master' of git at github.com:sam/extlib
      Ignore some more folders.
      1.8.7 compatibility patch.
      Some pooling fixes. #dispose should only be called when disposing of an object permamently. To simply return an object to the object pool, #release should be called.
      Merge branch 'master' of git at github.com:sam/extlib
      Pooling works!
      Adding a threading spec to test the thread-wait code in Pooling.
      Pooling timeouts and scavenging work now.
      Spec tweak to verify object disposal.
      Added Pool#flush!
      Merge branch 'master' of git at github.com:sam/extlib
      Remove debugging rescue for scavenger thread.
      Object#find_const is now Module::find_const. It also searches in it's own scope first for constants before bubbling up to Object::find_const.

david (3):
      Added Plug (hook framework).
      Moved plug.rb to its proper place
      Plans to use this have been dropped.

-----------------------------------------------------------------------

-- 
ruby-extlib.git



More information about the Pkg-ruby-extras-commits mailing list