index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
parser
/
scope.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
(#5027) Spell deprecation correctly
Nick Lewis
2011-04-12
1
-1
/
+1
*
Fix for #5027 -- generate a deprication warning for dynamic lookup
Markus Roberts
2011-04-12
1
-1
/
+5
*
Towards 5027 -- add options hash to lookupvar as with setvar
Markus Roberts
2011-04-12
1
-4
/
+5
*
Refactor for 5027 -- get rid of lookup_qualified_var
Markus Roberts
2011-04-12
1
-17
/
+12
*
Step towards #5027 -- scopes should know if they are dynamic
Markus Roberts
2011-04-12
1
-1
/
+1
*
Refactor on the road to #5027 -- remove unused Scope#strinterp
Markus Roberts
2011-04-12
1
-59
/
+0
*
Refactor en route to #5027 -- remove usestring parameter from lookupvar
Markus Roberts
2011-04-12
1
-23
/
+19
*
Refactor on the way to #5063 -- removing unused Scope#level
Markus Roberts
2011-04-12
1
-3
/
+1
*
Refactor prior to #5063 -- remove dead "topscope?" code
Markus Roberts
2011-04-12
1
-5
/
+0
*
[#4423] repair parameterized class instantiation
Jesse Wolfe
2010-08-03
1
-0
/
+21
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
1
-0
/
+14
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-449
/
+449
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-6
/
+6
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
1
-5
/
+1
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-22
/
+8
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-10
/
+10
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
1
-3
/
+2
*
Tweak for fix for #1175 to fix test failures
Markus Roberts
2010-06-24
1
-1
/
+1
*
Removing obsolete nodescope concept
Luke Kanies
2010-02-17
1
-16
/
+1
*
Fixing #1545 - Adding 'caller_module_name' variable
Luke Kanies
2010-02-17
1
-0
/
+6
*
Part 2 of fix for #1175 (functions in environments)
Markus Roberts
2010-02-17
1
-1
/
+2
*
Functions are added to a module instead of Scope
Luke Kanies
2010-02-17
1
-0
/
+13
*
Fix #3155 - prevent error when using two matching regex in cascade
Brice Figureau
2010-02-17
1
-9
/
+61
*
TypeCollection now supports namespace arrays
Luke Kanies
2010-02-17
1
-12
/
+3
*
Renaming Parser::ResourceType to Resource::Type
Luke Kanies
2010-02-17
1
-2
/
+2
*
All non-transient parser references are gone
Luke Kanies
2010-02-17
1
-7
/
+10
*
Raise an error when appending not a hash to a hash
Brice Figureau
2010-02-17
1
-0
/
+1
*
Fix #2389 - Enhance Puppet DSL with Hashes
Brice Figureau
2010-02-17
1
-1
/
+4
*
Move scope parenting & class_scope from Compiler to Scope
Markus Roberts
2010-02-17
1
-11
/
+30
*
Fixing tests broken by caching autoload results
Luke Kanies
2009-08-02
1
-1
/
+1
*
Allow variable $0 to $9 to be interpolated, if ephemeral
Brice Figureau
2009-08-01
1
-2
/
+7
*
Implement ephemeral scope variables
Brice Figureau
2009-08-01
1
-18
/
+43
*
Switching to LoadedCode from ASTSet
Luke Kanies
2009-07-05
1
-6
/
+6
*
Fixing #2336 - qualified variables only throw warnings
Luke Kanies
2009-06-11
1
-2
/
+4
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-7
/
+7
*
Fixing a bunch of warnings
Luke Kanies
2009-06-03
1
-1
/
+2
*
Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
Brice Figureau
2008-12-27
1
-3
/
+3
*
Add arithmetic operators to AST
Brice Figureau
2008-09-30
1
-0
/
+23
*
Add an append (+=) variable operator:
Brice Figureau
2008-09-21
1
-5
/
+21
*
Expose all puppet variables as instance member variables of the template wrap...
Daniel Pittman
2008-08-01
1
-0
/
+19
*
Changing the name of the Compile class to Compiler,
Luke Kanies
2008-02-11
1
-8
/
+8
*
More AST refactoring -- each of the code wrapping classes
Luke Kanies
2008-02-08
1
-0
/
+5
*
Successfully modified all tests and code so that all language tests pass agai...
Luke Kanies
2007-09-04
1
-37
/
+1
*
We now have a real configuration object, as a subclass of GRATR::Digraph, tha...
Luke Kanies
2007-09-04
1
-44
/
+1
*
More refactoring. I have removed a few more extraneous methods from Scope, m...
Luke Kanies
2007-09-03
1
-51
/
+20
*
Removing the Scope#setresource method, since it was essentially redundant. T...
Luke Kanies
2007-09-03
1
-15
/
+0
*
Renaming the "configuration" object to "compile", because it is only a transi...
Luke Kanies
2007-08-25
1
-11
/
+11
*
A round of bugfixing. Many more tests now pass -- I think we are largely dow...
Luke Kanies
2007-08-20
1
-1
/
+1
*
All language tests now pass. I expect there are other failures elsewhere, bu...
Luke Kanies
2007-08-20
1
-3
/
+3
[next]