0
I Use This!
Inactive

Commits : Listings

Analyzed 10 minutes ago. based on code collected 31 minutes ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of [email protected]:sam/extlib More... almost 16 years ago
Added spec to ensure LazyArray#freeze always returns self More... almost 16 years ago
Updated LazyArray#freeze to return the LazyArray instance More... almost 16 years ago
Include Enumerable before removing built-in methods More... almost 16 years ago
Make LazyArray proxy more methods to the underlying Array More... almost 16 years ago
Extlib::Pooling.release() only calls __pool.release() if __pool is not nil. Added Pool.delete(instance) to mimic Pool.release() More... almost 16 years ago
Simplifying Pool.flush! More... almost 16 years ago
Object.find_const now raises a NameError when no constant is found More... almost 16 years ago
Fixing last commit. find_const should only return nil if the const found is Object More... almost 16 years ago
Object.find_const should return nil if it doesn't find any classes More... almost 16 years ago
Merge branch 'master' of [email protected]:sam/extlib More... almost 16 years ago
Cleaned up pooling to prevent deadlocks. More... almost 16 years ago
Finished cleaning up the specs for the added Hook features More... almost 16 years ago
More work on adding specs to test the dynamic hook method arity detection... or whatever you want to call it More... almost 16 years ago
Added the ability to throw a return value from a hook as well as started dynamic arity detection of Hooks More... almost 16 years ago
Fixed a bug with hookable method renaming that prevented multiple methods with single character names to be hooked More... almost 16 years ago
Improved error messages from class_eval More... almost 16 years ago
Better defaults for Pooling (max-pool-size = 8, sleep interval = 50ms) More... almost 16 years ago
Cleaned up new module code a bit, made pending spec pass. More... almost 16 years ago
Added pending spec for finding nested constants More... almost 16 years ago
Updates to find_const to enable finding sibling classes More... almost 16 years ago
Updated version. More... almost 16 years ago
sake strip More... almost 16 years ago
Handle target methods that accept optional blocks. More... almost 16 years ago
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. More... almost 16 years ago
sake strip More... almost 16 years ago
Fixed the method naming problems More... almost 16 years ago
Cleaned up some of the details of Hook More... almost 16 years ago
Fixed a bug with hookable methods ending with = More... almost 16 years ago
Added code to solve an extremely edge case More... almost 16 years ago