summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/collection.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-39/+39
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+8
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-1/+1
* Fix #1088 - Collections overridesBrice Figureau2009-03-141-0/+31
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+2
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-1/+1
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-4/+2
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+0
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-1/+1
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-1/+1
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-3/+3
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-79/+18
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-10/+37
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-1/+16
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-0/+49