summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-171-9/+61
* TypeCollection now supports namespace arraysLuke Kanies2010-02-171-12/+3
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-2/+2
* All non-transient parser references are goneLuke Kanies2010-02-171-7/+10
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-0/+1
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-171-1/+4
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-171-11/+30
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-1/+1
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-2/+7
* Implement ephemeral scope variablesBrice Figureau2009-08-011-18/+43
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-6/+6
* Fixing #2336 - qualified variables only throw warningsLuke Kanies2009-06-111-2/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-061-7/+7
* Fixing a bunch of warningsLuke Kanies2009-06-031-1/+2
* Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2008-12-271-3/+3
* Add arithmetic operators to ASTBrice Figureau2008-09-301-0/+23
* Add an append (+=) variable operator:Brice Figureau2008-09-211-5/+21
* Expose all puppet variables as instance member variables of the template wrap...Daniel Pittman2008-08-011-0/+19
* 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