summaryrefslogtreecommitdiffstats
path: root/test/language/ast.rb
Commit message (Expand)AuthorAgeFilesLines
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-67/+67
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+4
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-53/+2
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-1/+1
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+0
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-011-2/+3
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-2/+2
* Changing some methods in the Compile class toLuke Kanies2008-02-111-1/+1
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-50/+0
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-8/+8
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-1/+1
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-6/+4
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-2/+2
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-1/+1
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-2/+2
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-19/+16
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-147/+3
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-179/+0
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-151-1/+1
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-9/+9
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-20/+1
* Re-add support for tags and file/linesshadoi2006-12-191-2/+0
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-1/+1
* New rails stuff redux.shadoi2006-12-141-4/+6
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-0/+34
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-787/+348
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-8/+1
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+52
* A round of bug-fixing in preparation for the next release.luke2006-06-131-2/+1
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-0/+24
* only performing collection tests if activerecord is availableluke2006-05-151-0/+4
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-0/+56
* 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-121-43/+32
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-9/+19
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+54
* 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
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-0/+31
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-24/+129
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-0/+8
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-5/+6
* 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-271-16/+20