summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Scope[] now returns nil for undefined variablesLuke Kanies2011-07-151-4/+8
* Adding Scope#each methodLuke Kanies2011-07-151-0/+4
* Adding Scope#include? methodLuke Kanies2011-07-151-0/+4
* Adding default environment to ScopeLuke Kanies2011-07-151-6/+2
* Adding []/[]= support to ScopeLuke Kanies2011-07-151-23/+34
* Merge branch 'tickets/2.7.x/4655-parameterized-classes-default-stages' into nextJacob Helwig2011-04-191-2/+2
|\
| * (#4655) Allow stage to be set using a default class parameterJacob Helwig2011-04-191-2/+2
* | Cleanup trailing whitespaceJacob Helwig2011-04-141-2/+2
* | (#7111) Clarify scoping deprecation warningJacob Helwig2011-04-141-1/+1
|/
* (#5027) Spell deprecation correctlyNick Lewis2011-04-121-1/+1
* Fix for #5027 -- generate a deprication warning for dynamic lookupMarkus Roberts2011-04-121-1/+5
* Towards 5027 -- add options hash to lookupvar as with setvarMarkus Roberts2011-04-121-4/+5
* Refactor for 5027 -- get rid of lookup_qualified_varMarkus Roberts2011-04-121-17/+12
* Step towards #5027 -- scopes should know if they are dynamicMarkus Roberts2011-04-121-1/+1
* Refactor on the road to #5027 -- remove unused Scope#strinterpMarkus Roberts2011-04-121-59/+0
* Refactor en route to #5027 -- remove usestring parameter from lookupvarMarkus Roberts2011-04-121-23/+19
* Refactor on the way to #5063 -- removing unused Scope#levelMarkus Roberts2011-04-121-3/+1
* Refactor prior to #5063 -- remove dead "topscope?" codeMarkus Roberts2011-04-121-5/+0
* [#4423] repair parameterized class instantiationJesse Wolfe2010-08-031-0/+21
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-031-0/+14
* Code smell: Two space indentationMarkus Roberts2010-07-091-449/+449
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-6/+6
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-22/+8
* Code smell: Use string interpolationMarkus Roberts2010-07-091-10/+10
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-3/+2
* Tweak for fix for #1175 to fix test failuresMarkus Roberts2010-06-241-1/+1
* Removing obsolete nodescope conceptLuke Kanies2010-02-171-16/+1
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+6
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-1/+2
* Functions are added to a module instead of ScopeLuke Kanies2010-02-171-0/+13
* 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