summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/compiler.rb
Commit message (Collapse)AuthorAgeFilesLines
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-1/+0
| | | | | | stacked metaparameter values do not result in all resources that receive a given default also getting those stacked values.
* Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-3/+2
| | | | | | look resources up, which means there's no concern about not finding the resource, which is where the nil was coming from. We now just iterate over the vertices.
* Merge commit 'bartv/pending/fix-997' into 0.24.xLuke Kanies2008-02-121-2/+6
|
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-121-2/+3
| | | | | | | *sworn* I did this weekend). In the process, I fixed a couple of bugs related to differentiating between nodes and classes, and then cleaned up quite a few error messages.
* Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-3/+3
| | | | removing the bangs from 'add_vertex!' and 'add_edge!'.
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-0/+467
since it's stupid to have a class named after a verb.