summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-8/+8
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-0/+5
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-37/+1
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-44/+1
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-51/+20
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-031-15/+0
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-11/+11
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-1/+1
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-3/+3
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-47/+28
* The new parser configuration object works now,Luke Kanies2007-08-161-137/+12
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-141-182/+40
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-9/+21
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-4/+13
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-171-2/+6
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-8/+0
* 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