summaryrefslogtreecommitdiffstats
path: root/test/lib/puppettest/parsertesting.rb
Commit message (Expand)AuthorAgeFilesLines
* [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-271-8/+5
* Code smell: Two space indentationMarkus Roberts2010-07-091-334/+334
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-11/+11
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-7/+7
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-18/+6
* Code smell: Use string interpolationMarkus Roberts2010-07-091-16/+16
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-48/+96
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-12/+2
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-9/+7
* Removing Resource::Reference classesLuke Kanies2010-02-171-12/+5
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-0/+5
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-8/+8
* Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-2/+2
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-8/+7
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-5/+5
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-121-1/+0
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-071-6/+6
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-3/+3
* 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-2/+2
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-2/+2
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-231-1/+2
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-1/+1
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-6/+6
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-3/+18
* Fixing #314 and #729; here's the changelog:luke2007-08-031-1/+1
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-161-0/+6
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-0/+28
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-70/+81
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-0/+347