summaryrefslogtreecommitdiffstats
path: root/test/language/ast
Commit message (Expand)AuthorAgeFilesLines
* Adding []/[]= support to ScopeLuke Kanies2011-07-151-29/+0
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-14/+14
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-092-164/+0
* Fixing type/title resource resolutionLuke Kanies2010-02-171-77/+0
* Fixing most of the broken tests in test/Luke Kanies2010-02-173-61/+2
* Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-291-1/+1
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-052-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-063-10/+10
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-065-24/+24
* Rspec Tests for #381.Brice Figureau2008-10-051-28/+0
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-122-234/+0
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-114-4/+4
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-111-184/+0
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-1/+0
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-083-12/+80
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-087-34/+34
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-283-12/+12
* Fixing the first half of #917 -- the ResourcReferenceLuke Kanies2007-11-281-0/+12
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-267-7/+7
* Removing the Id tags from all of the filesLuke Kanies2007-10-033-3/+0
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-1/+1
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-0/+17
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-062-4/+4
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-061-0/+59
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-043-18/+29
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+0
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-032-11/+11
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-033-197/+41
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-012-1/+157
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-252-5/+5
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-203-35/+52
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-6/+6
* Removing test that ended up being redundantluke2007-07-311-16/+0
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-192-1/+43
* The parser now throws an error when a resource reference is created for an un...luke2007-07-081-0/+70
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-3/+3
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-0/+9
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-0/+31
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-191-3/+46
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-1/+1
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-271-1/+38
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-2/+17
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-222-0/+237
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-2/+5
* reworking the selector case-insensitivity testluke2007-01-261-23/+29
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-232-0/+120