summaryrefslogtreecommitdiffstats
path: root/test/language/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-1/+1
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-9/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-5/+5
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-4/+4
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-79/+13
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-14/+0
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-43/+4
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-178/+68
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-144/+106
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-4/+24
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+15
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-1/+1
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+1
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-6/+84
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-20/+33
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+61
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-0/+5
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-1/+1
* A couple of small fixes to pass existing tests.luke2007-01-011-1/+0
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-542/+218
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-8/+1
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-0/+50
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+12
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-0/+10
* adding a test to make sure that defaults get taken up by componentsluke2006-05-151-0/+32
* only performing collection tests if activerecord is availableluke2006-05-151-0/+4
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-5/+15
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-3/+85
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-0/+55
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-13/+15
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-0/+3
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-2/+2
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+37
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+59
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+17
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-111-2/+4
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-0/+31
* Definitions now always create their own context, which means that they cannot...luke2006-03-031-0/+49
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-4/+36
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+19
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-18/+18
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-271-1/+4
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-0/+2
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-2/+2
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-3/+110