| Commit message (Expand) | Author | Age | Files | Lines |
* | Scope[] now returns nil for undefined variables | Luke Kanies | 2011-07-15 | 1 | -2/+2 |
* | Adding []/[]= support to Scope | Luke Kanies | 2011-07-15 | 1 | -15/+15 |
* | Refactor en route to #5027 -- remove usestring parameter from lookupvar | Markus Roberts | 2011-04-12 | 1 | -17/+6 |
* | maint: Use expand_path when requiring spec_helper or puppettest | Matt Robinson | 2010-12-06 | 1 | -1/+1 |
* | Maint: Refactor tests to use <class>.indirection.<method> | Paul Berry | 2010-11-29 | 1 | -3/+3 |
* | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio... | Paul Berry | 2010-08-13 | 1 | -3/+3 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -192/+192 |
* | Code smell: Avoid needless decorations | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -36/+69 |
* | Remove an old test that had been unintentionally reintroduced by a mistake in... | Jesse Wolfe | 2010-06-25 | 1 | -48/+0 |
* | {#3866] Rename the method metaclass to singleton_class to avoid the deprecati... | Matt Robinson | 2010-02-17 | 1 | -0/+48 |
* | Fixing #2658 - adding backward compatibility for 0.24 | Luke Kanies | 2010-02-17 | 1 | -7/+3 |
* | Finishing renaming :params to :parameters internally | Luke Kanies | 2010-02-17 | 1 | -53/+2 |
* | Removing Resource::Reference classes | Luke Kanies | 2010-02-17 | 1 | -195/+12 |
* | Some tests were leaking state when the test failed | Jesse Wolfe | 2010-02-17 | 1 | -0/+1 |
* | Typo in method call in test. | Jesse Wolfe | 2010-02-17 | 1 | -1/+1 |
* | Switching to LoadedCode from ASTSet | Luke Kanies | 2009-07-05 | 1 | -3/+3 |
* | Fixing #2336 - qualified variables only throw warnings | Luke Kanies | 2009-06-11 | 1 | -50/+0 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -2/+2 |
* | Fix snippets tests failing because of activated storeconfigs | Brice Figureau | 2009-05-15 | 1 | -0/+7 |
* | Fix some master failing tests | Brice Figureau | 2009-05-15 | 1 | -1/+1 |
* | Fixing tests that apparently only worked sometimes | Luke Kanies | 2009-04-22 | 1 | -0/+2 |
* | Add testing for the changes to resolve redmine #1427, where Kernel methods sh... | Daniel Pittman | 2008-08-01 | 1 | -0/+28 |
* | Fixed #997 -- virtual defined types are no longer evaluated. | Luke Kanies | 2008-02-12 | 1 | -25/+9 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -9/+9 |
* | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 1 | -1/+1 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 1 | -2/+2 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
* | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 1 | -1/+1 |
* | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -9/+2 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -5/+5 |
* | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -4/+4 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -79/+13 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -14/+0 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 1 | -43/+4 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -178/+68 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -144/+106 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -4/+24 |
* | Fixing #566 -- definitions, tags, and classes can now be single characters | luke | 2007-05-17 | 1 | -1/+1 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -0/+15 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -1/+1 |
* | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+1 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -6/+84 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -20/+33 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+61 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -0/+5 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -1/+1 |
* | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 1 | -1/+0 |