0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started on applying a refactoring to a project. More... over 14 years ago
Moved RecordingVisitor out to its own file. More... over 14 years ago
Beginning to handle one chunk of source code in a project (Two pending tests for next steps) More... over 14 years ago
We can handle an empty project More... over 14 years ago
Merge branch 'master' of [email protected]:jmax315/ratcatcher More... over 14 years ago
refactor children generation to RatCatcherStore More... over 14 years ago
Merge var_ref_store changes. More... over 14 years ago
Merge branch 'master' of [email protected]:jmax315/ratcatcher More... over 14 years ago
Merge branch 'master' of [email protected]:jmax315/ratcatcher More... over 14 years ago
fix inheritance More... over 14 years ago
Refactored lasgn_store, var_ref_store. Added iasgn_store. Altered variable_spec to test for renaming of instance variable. More... over 14 years ago
Merge branch 'master' of [email protected]:jmax315/ratcatcher More... over 14 years ago
Handle other multiple assign case More... over 14 years ago
Handle one case of multiple assignment More... over 14 years ago
jeff changed variable spec to test variable rename on method call. More... over 14 years ago
Implemented sexp in array_store, added and modified specs. More... over 14 years ago
Removed sexp method and @sexp variable from RatCatcherStore. Need to implement sexp method for MasgnStore; all other RatCatcherStore subclasses are already OK. More... over 14 years ago
Made all requires that pull in other chunks of RatCatcher independent of the current directory. More... over 14 years ago
Moved LasgnStore over to be a subclass of VarRefStore. More... over 14 years ago
Stuck a class (VarRefStore) in between LvarStore and RatCatcherStore in the inheritence hierarchy, because there's some code duplicated between LasgnStore and LvarStore that we want to move to a common base. More... over 14 years ago
Renamed 'rename' method to 'rename_variable'. Got rid of 'name' method. More... over 14 years ago
Make variable rename specs pass. More... over 14 years ago
Inserted test from George and then re-factored it into three test cases. More... over 14 years ago
handle the very simplest case of variable renaming More... over 14 years ago
Added sexp method to lasgn_store.rb Note that we need a sexp method in array_store.rb More... over 14 years ago
Dealt with remaining 'To Be Implemented' specs More... almost 15 years ago
Moved rest of RatCatcherStore subclasses to separate files More... almost 15 years ago
Moved RatCatcherStore subclasses to subdirectory More... almost 15 years ago
Added dynamic class loader for RatCatcherStore sub-classes. More... almost 15 years ago
Moved specs for DefStore out to a seperate file. More... almost 15 years ago