summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-133-3/+96
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-136-41/+217
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-132-0/+111
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-0/+53
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-123-43/+113
* It is just a snippet test, and thus a functional test but not a coverage test...luke2006-05-091-0/+6
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-092-22/+34
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-032-0/+97
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-2/+2
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-1/+1
* 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-263-0/+127
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-1/+1
* Changing "set" to "tag"luke2006-04-111-4/+4
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-5/+31
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+17
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-112-0/+37
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+14
* differentiating openbsd from freebsd, adding freebsd, and autoloading package...luke2006-04-051-0/+1
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-24/+129
* getting rid of the parser tree, and moving everything into the language dirluke2006-04-043-0/+424
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-041-1/+1
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-0/+8
* adding some extra info to the ldap testluke2006-03-131-2/+7
* 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
* Supporting variables as the test value in both case statements and selectors.luke2006-03-031-1/+2
* Definitions now always create their own context, which means that they cannot...luke2006-03-031-0/+49
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-4/+5
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-282-9/+42
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+19
* Fixing bug #73; node names now appear only once in the pathluke2006-02-271-4/+14
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-272-34/+38
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-272-1/+107
* Adding single-quote syntactical elementluke2006-02-161-0/+12
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ...luke2006-02-151-1/+9
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-141-0/+86
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-102-6/+12
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-072-1/+7
* committing test code for bug lutter foundluke2006-02-071-0/+6
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-1/+6
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-0/+12
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-171-1/+1
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-123-8/+86
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-121-0/+1
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-2/+2
* Undoing the merge that happened in 785luke2006-01-071-2/+2
* Merging in refactoring from version 774 into version 784luke2006-01-071-2/+2
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-012-2/+11
* Making paths work a little more intelligentlyluke2005-11-011-1/+3