summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rahh! component dependencies now work!Luke Kanies2005-05-302-2/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@291 980ebf18-57e1-0310-9a29-db15c13687c0
* everything passes all of the tests, but i do not think the component-level ↵Luke Kanies2005-05-309-51/+166
| | | | | | metaparams are working git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@289 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some more tests for Blink::TypeLuke Kanies2005-05-302-0/+19
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@285 980ebf18-57e1-0310-9a29-db15c13687c0
* done some more work on making components act like normal objects, but now i ↵Luke Kanies2005-05-3010-22/+91
| | | | | | need to figure out how to spread events up the tree, rather than just point to point git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@284 980ebf18-57e1-0310-9a29-db15c13687c0
* dependencies now work, although you cannot yet specify them for componentsLuke Kanies2005-05-303-7/+67
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@283 980ebf18-57e1-0310-9a29-db15c13687c0
* there are now explicit tests for transactions, including rollback, and more ↵Luke Kanies2005-05-309-117/+353
| | | | | | tests involving querying git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@282 980ebf18-57e1-0310-9a29-db15c13687c0
* adding simple query syntax stuffLuke Kanies2005-05-301-0/+101
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@281 980ebf18-57e1-0310-9a29-db15c13687c0
* i now have basic events: you can only specify simple object types as ↵Luke Kanies2005-05-2913-61/+206
| | | | | | requirements, but hey, it works -- refresh() gets called git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@280 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming events to eventLuke Kanies2005-05-291-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@279 980ebf18-57e1-0310-9a29-db15c13687c0
* update before renameLuke Kanies2005-05-291-13/+21
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@278 980ebf18-57e1-0310-9a29-db15c13687c0
* intermediate; no extra functionality yet, but moving away from discussing ↵Luke Kanies2005-05-297-48/+185
| | | | | | namevars outside of a given class git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@277 980ebf18-57e1-0310-9a29-db15c13687c0
* All tests pass again, and i have added Type.allclear to remove all existing ↵Luke Kanies2005-05-254-9/+38
| | | | | | type instances, thus making it much easier to run all of the parser and lexer and then server tests; i have also added remove server tests git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@273 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, everything works again, although it still might be a touch fragileLuke Kanies2005-05-251-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@270 980ebf18-57e1-0310-9a29-db15c13687c0
* i am giving up on fileparsing for now; it does not work yetLuke Kanies2005-05-257-72/+164
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@268 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, bin/blinker works again, and i have modified both client and server to ↵Luke Kanies2005-05-211-4/+7
| | | | | | be a bit easier to use non-networked git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@267 980ebf18-57e1-0310-9a29-db15c13687c0
* we now have networkingLuke Kanies2005-05-215-36/+100
| | | | | | | | it is very basic right now: the server gets passed a file name, and the client gets passed the server to which to connect. The client gets its config, evaluates it, and exits git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@266 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, implicit iteration now occurs at least at object definition timeLuke Kanies2005-05-161-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@259 980ebf18-57e1-0310-9a29-db15c13687c0
* enabling mucking with debug and noopLuke Kanies2005-05-161-1/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@257 980ebf18-57e1-0310-9a29-db15c13687c0
* yep, arrays are always passedLuke Kanies2005-05-161-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@256 980ebf18-57e1-0310-9a29-db15c13687c0
* final fixes on passing methods through to typesLuke Kanies2005-05-162-7/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@255 980ebf18-57e1-0310-9a29-db15c13687c0
* typesettings now correctly pass all the way through and can only run ↵Luke Kanies2005-05-165-10/+40
| | | | | | specified methods, using "allowedmethods" git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@254 980ebf18-57e1-0310-9a29-db15c13687c0
* the tree transformations work throughout the whole system nowLuke Kanies2005-05-161-11/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@252 980ebf18-57e1-0310-9a29-db15c13687c0
* transformations from the client through to the transactional execution now ↵Luke Kanies2005-05-169-125/+232
| | | | | | works! git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@251 980ebf18-57e1-0310-9a29-db15c13687c0
* unmovingLuke Kanies2005-05-161-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@250 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesLuke Kanies2005-05-161-7/+25
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@249 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-05-161-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@248 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-05-161-0/+65
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@247 980ebf18-57e1-0310-9a29-db15c13687c0
* switched to just passing scopes around, instead of passing the interpreter ↵Luke Kanies2005-05-124-5/+5
| | | | | | object around git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@245 980ebf18-57e1-0310-9a29-db15c13687c0
* file recursion now worksLuke Kanies2005-05-123-14/+74
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@244 980ebf18-57e1-0310-9a29-db15c13687c0
* i can now execute simple scripts manually!Luke Kanies2005-05-111-25/+55
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@241 980ebf18-57e1-0310-9a29-db15c13687c0
* i can basically actually do work nowLuke Kanies2005-05-118-76/+166
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@240 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-05-112-186/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@239 980ebf18-57e1-0310-9a29-db15c13687c0
* adding lots of verbosity, and starting to actually make sure things execute ↵Luke Kanies2005-05-114-6/+28
| | | | | | -- tests are failing, tho git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@238 980ebf18-57e1-0310-9a29-db15c13687c0
* basic components now workLuke Kanies2005-05-062-4/+13
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@229 980ebf18-57e1-0310-9a29-db15c13687c0
* we now have nested scopes, and we've got the beginnings of components, ↵Luke Kanies2005-04-251-1/+1
| | | | | | although many tests are currently failing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@225 980ebf18-57e1-0310-9a29-db15c13687c0
* simplifying argument parsing in Blink#messageLuke Kanies2005-04-231-7/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@221 980ebf18-57e1-0310-9a29-db15c13687c0
* initializing @noop in element.rbLuke Kanies2005-04-231-0/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@220 980ebf18-57e1-0310-9a29-db15c13687c0
* dealing with having moved the examples to the language areaLuke Kanies2005-04-2213-14/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@219 980ebf18-57e1-0310-9a29-db15c13687c0
* moving to the language treeLuke Kanies2005-04-2214-480/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@212 980ebf18-57e1-0310-9a29-db15c13687c0
* everything works again, including componentsLuke Kanies2005-04-214-3/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@211 980ebf18-57e1-0310-9a29-db15c13687c0
* making components workLuke Kanies2005-04-212-3/+12
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@210 980ebf18-57e1-0310-9a29-db15c13687c0
* moving component.rb to type/Luke Kanies2005-04-211-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@209 980ebf18-57e1-0310-9a29-db15c13687c0
* removing most functionality, since type.rb already has itLuke Kanies2005-04-211-49/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@208 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing reorganization of base classes and such; there is now a clear tree ↵Luke Kanies2005-04-2111-102/+128
| | | | | | heirarchy, with parents and children -- all tests pass on the types, but there are still some issues with client/server stuff git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@207 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up object tree and adding a simple virtual base class for both ↵Luke Kanies2005-04-213-751/+564
| | | | | | types and states git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@206 980ebf18-57e1-0310-9a29-db15c13687c0
* adding transactionsLuke Kanies2005-04-212-0/+56
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@205 980ebf18-57e1-0310-9a29-db15c13687c0
* moving event info out of type.rbLuke Kanies2005-04-211-0/+103
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@204 980ebf18-57e1-0310-9a29-db15c13687c0
* removing elements.rbLuke Kanies2005-04-211-17/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@203 980ebf18-57e1-0310-9a29-db15c13687c0
* preparing to remove elements.rbLuke Kanies2005-04-211-92/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@202 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming statetree to elementsLuke Kanies2005-04-211-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@201 980ebf18-57e1-0310-9a29-db15c13687c0