summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-7/+7
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+2
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-4/+28
* Adding context to the warning message about unknown escapesluke2007-03-191-1/+8
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-1/+1
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-0/+1
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-12/+41
* Fixing #477. setvar() can now accept the file and line info from callers.luke2007-02-281-2/+9
* More code related to #517. Oops.luke2007-02-271-4/+32
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-1/+12
* Still trying to track down the tagging problemluke2006-12-291-3/+3
* adding a bit better error reporting when tags are badluke2006-12-291-1/+1
* A couple of small bug-fixesluke2006-12-281-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-74/+43
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-1045/+499
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-4/+14
* Adding eat-last-line support in ERBluke2006-09-031-1/+1
* downgrading the template interpolation messageluke2006-08-301-1/+1
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-0/+21
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+10
* Fixing bug in scope/interpreter where nodes found in ldap must have parent no...luke2006-07-181-1/+1
* Fixing templating so it immediately fails when a variable is not found, as op...luke2006-07-111-4/+19
* Fixing templating bug that can result in what looks like an infinite loop, an...luke2006-07-111-1/+7
* Fixing error when template does not existluke2006-07-111-1/+1
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-031-0/+5
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-301-8/+33
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-291-1/+13
* Adding test and fix for empty execs being ignoredluke2006-06-151-3/+5
* Adding support for default nodes as requested in #136.luke2006-06-131-0/+8
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-12/+8
* Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobjectluke2006-06-011-5/+11
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-17/+46
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-17/+70
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-101/+19
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-10/+38
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-1/+0
* removing some extraneous loggingluke2006-05-121-1/+0
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-119/+168
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-1/+1
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+4
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-1/+6
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-903/+833
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-6/+6
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-111-4/+5
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-0/+17
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-97/+238
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+7
* Fixing bug #73; node names now appear only once in the pathluke2006-02-271-2/+12
* Removing all of the autoname codeluke2006-02-271-2/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-25/+101