summaryrefslogtreecommitdiffstats
path: root/test/language/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* (#6928) Remove --parseonlyNick Lewis2011-04-131-1/+0
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-291-6/+6
* [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-271-2/+4
* Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-171-44/+35
|\
| * [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-44/+35
* | [#4344] Fix for failing templates when module name matches file in local dir.Paul Berry2010-08-031-6/+6
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-672/+672
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-21/+21
* Code smell: Use string interpolationMarkus Roberts2010-07-091-8/+8
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+3
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-171-197/+0
* Fix test in parser.rb due to API changeJesse Wolfe2010-04-121-1/+1
* Removing Resource::Reference classesLuke Kanies2010-02-171-304/+35
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-3/+3
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-171-3/+3
* Some tests were leaking state when the test failedJesse Wolfe2010-02-171-2/+6
* Removing unnecessary debug outputLuke Kanies2009-08-031-1/+0
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-92/+64
* Removed extra whitespace from end of linesIan Taylor2009-06-061-11/+11
* Modules now can find their own pathsLuke Kanies2009-05-151-1/+1
* Fix snippets tests failing because of activated storeconfigsBrice Figureau2009-05-151-0/+18
* Merge branch '0.24.x'Luke Kanies2008-10-221-0/+13
|\
| * Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+13
* | Merge commit 'turnbull/0.24.x'Luke Kanies2008-08-261-0/+8
|\|
| * Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-0/+8
* | Merge branch '0.24.x'Luke Kanies2008-04-111-1/+8
|\|
| * Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-1/+8
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-8/+21
|\|
| * Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-0/+1
| * Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-2/+2
| * Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-6/+6
| * Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-0/+12
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-141-11/+0
|/
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-17/+3
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+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-1/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-0/+8
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-1/+1
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-2/+2
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-1/+1
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-1/+1
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-2/+2
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-3/+3
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-7/+7
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-0/+17
* Fixing #314 and #729; here's the changelog:luke2007-08-031-44/+443
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+13