summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/objectdef.rb
Commit message (Expand)AuthorAgeFilesLines
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-353/+0
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-3/+3
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-281-5/+7
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-13/+79
* Committing changes that require dollar signs in prototypesluke2006-08-141-0/+1
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-8/+25
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-6/+2
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-1/+6
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-45/+1
* Fixing #97. I was wrong about the object type I had, so I was calling "type"...luke2006-03-091-1/+1
* fixing some more logging issuesluke2006-03-061-4/+2
* Definitions now always create their own context, which means that they cannot...luke2006-03-031-2/+2
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-44/+38
* Removing all of the autoname codeluke2006-02-271-23/+0
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-18/+31
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-271-43/+35
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-2/+2
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-1/+1
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-3/+12
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-28/+24
* Moving ast classes into separate filesluke2006-01-131-0/+331