| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
test.rb is now an ignored name so it can be used for experimenting
|
|
|
|
|
|
| |
Make sure state isn't using @params anywhere.
Also a minor format fix in the params method
|
|
|
|
| |
The params attribute is now a method that aggregates parameters on demand
|
|
|
|
| |
State hash function now will match for states that should be equivalent
|
|
|
|
| |
Fix comment for release method
|
|
|
|
| |
A state rising or falling now causes dep resolution
|
|
|
|
|
|
| |
The depsolve and depsolve_all methods have been created to find and create state
objects when their deps become available. Also, the hash method has been
redefined for State and == is now a hash comparison.
|
|
|
|
| |
Keep a state's deps in set form
|
|
|
|
| |
Changed some comments and whitespace
|
|
|