summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* converting parser ast node specs from setup/teardown to before/afterRick Bradley2008-02-181-83/+81
* converting parser ast host class specs from setup/teardown to before/afterRick Bradley2008-02-181-86/+84
* converting parser compilerspecs from setup/teardown to before/afterRick Bradley2008-02-181-391/+379
* 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-122-6/+6
* Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-121-4/+13
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-122-0/+275
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-117-188/+188
* Refactoring the interface between the Compile classLuke Kanies2008-02-111-26/+15
* Changing some methods in the Compile class toLuke Kanies2008-02-112-25/+25
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-112-113/+224
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-30/+13
* Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-31/+333
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-082-4/+4
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-082-6/+6
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-0/+465
* Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-0/+60
* Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-071-1/+14
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-2/+7
* This should be the last fix for exported resources.Luke Kanies2007-12-111-0/+21
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-112-14/+14
* Fixing #923. Resources that are collected on the localLuke Kanies2007-12-061-13/+0
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-282-33/+42
* Fixing #921, mostly by just deleting the existing test. I hadLuke Kanies2007-11-261-4/+22
* Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-0/+386
* Fixing the first part of #787. Not all collections wereLuke Kanies2007-11-201-0/+25
* Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-191-0/+50
* Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-0/+100
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-6/+12
* Classes once again get evaluated immediately when theLuke Kanies2007-11-081-12/+87
* Adding this test stub that's been sittingLuke Kanies2007-10-181-0/+47
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-37/+7
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-052-21/+12
* Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-031-24/+27
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-061-2/+4
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-8/+12
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-032-0/+105
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-0/+48
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-25/+47
* Removing this test for now; I do not have time to port it from test/unit to r...Luke Kanies2007-08-251-755/+0
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-0/+755
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-231-0/+76
* Building a stand-alone spec directory for creating the new spec-based tests.Luke Kanies2007-08-231-0/+94