1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added reinclude method for reincluding. More... almost 12 years ago
Uncommented persisting constants test, because it now works. More... almost 12 years ago
Forgot to persist constants. Done now. More... almost 12 years ago
Merge branch 'master-1.9' into stefan/persisting-only-maglevrecord-merged-with-master More... almost 12 years ago
when inheriting from nonclass an error is thrown More... almost 12 years ago
method Object>>_nameForMethodMissing returns now 'Unknown', if name was nil. produces readable error messages, if method missing More... almost 12 years ago
_setPersistable is now configurable with a block, which decides which superclass should be persisted. More... almost 12 years ago
Merge pull request #306 from MagLev/dikors/considering-persisted-autoloads More... almost 12 years ago
Merge branch 'master-1.9' into dikors/considering-persisted-autoloads More... almost 12 years ago
Merge pull request #300 from MagLev/stefan/reautoloading-existing-modules-v2 More... almost 12 years ago
Temporarily uncommenting one persistence test. More... almost 12 years ago
Revert "commented out the remove contant transient mode error - only for nicco" More... almost 12 years ago
Nil references from Matthias branch. More... almost 12 years ago
Correctly persisting a modules 'class' methods. More... almost 12 years ago
Removed stupid early return when persisting singleton classes. Modules can have included modules as well. More... almost 12 years ago
Checking for ObjectSecurityPolicy when persisting modules. More... almost 12 years ago
Merge pull request #304 from rtlechow/const-defined-searches-parents
timfelgentreff
as Tim Felgentreff
More... almost 12 years ago
Merge branch 'master-1.9' into const-defined-searches-parents More... almost 12 years ago
Merge remote-tracking branch 'origin/master' into master-1.9
timfelgentreff
as Tim Felgentreff
More... almost 12 years ago
use ruby boxes, install ssl headers
timfelgentreff
as Tim Felgentreff
More... almost 12 years ago
1.9's const_defined? searches parents. More... almost 12 years ago
Implemented ruby reinclude store. More... almost 12 years ago
Removed debugging stuff from persistIncludedModules. More... almost 12 years ago
Rewrote persistIncludedModules to only included desired modules and "jump over" unwanted. More... almost 12 years ago
Refactored persistSingletonClass even more. More... almost 12 years ago
Merge pull request #302 from MagLev/niccokunzmann/Dir.entries_spec
timfelgentreff
as Tim Felgentreff
More... almost 12 years ago
Refactored persistSingletonClass. More... almost 12 years ago
Persisting constants again. More... almost 12 years ago
setPersistable: persist methods should not persist methods for module, as module is already persistable and this leads to strange errors. More... almost 12 years ago
setPersistable: persist included modules needs to call setPersistable both on meta module and virtual module. More... almost 12 years ago