summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix for #4542 -- included classes weren't assigned proper stagesMarkus Roberts2010-08-241-1/+12
* Fixes #4485 -- single quoted strings should not treat \n as new lineMarkus Roberts2010-08-051-0/+1
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-032-3/+17
* [#4423] repair parameterized class instantiationJesse Wolfe2010-08-031-0/+7
* [#4423] class { shouldn't get stored on the namespace stackJesse Wolfe2010-08-031-0/+6
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-034-15/+5
* [#4344] Fix for failing templates when module name matches file in local dir.Paul Berry2010-08-032-4/+4
* [#4242] Fixed (removed) a broken unit testNick Lewis2010-08-031-22/+0
* extlookup() is a builtinJesse Wolfe2010-07-251-0/+85
* Fix for #4303 -- reverting to old escaping in '-stringsMarkus Roberts2010-07-251-0/+3
* Temporary tweak to tests for #4242Markus Roberts2010-07-251-0/+5
* [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-251-0/+50
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-0/+31
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-192-57/+70
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-181-1/+7
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-24/+69
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-181-13/+13
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-181-1/+1
* Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-111-0/+6
* Code smell: Two space indentationMarkus Roberts2010-07-0948-5459/+5459
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0933-47/+47
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-093-7/+7
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0914-162/+179
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-091-2/+2
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-0/+1
* [#2713] Enable ELSIFJesse Wolfe2010-07-011-0/+6
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-2848-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-2848-0/+0
* Merge branch 'testing' into tweak/testing/silence_spec_outputMarkus Roberts2010-06-281-2/+2
|\
| * Cleaning up various warnings in specsMarkus Roberts2010-06-281-2/+2
* | maint: Fixes some noisy specsNick Lewis2010-06-281-2/+2
|/
* maint: Fix failing test that needed more methods stubbedMatt Robinson2010-06-241-2/+2
* Tweak for fix for #1175 to fix test failuresMarkus Roberts2010-06-241-0/+2
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-2348-0/+0
* Fix #3907 - Hash couldn't be initialized with an empty hashBrice Figureau2010-02-171-0/+12
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-172-1/+62
* Removing obsolete nodescope conceptLuke Kanies2010-02-171-19/+0
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+15
* Fixing #1545 - module_name is now a variableLuke Kanies2010-02-172-20/+30
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-172-5/+7
* Fixed RSpec deprecation notice in lexer testsJames Turnbull2010-06-101-1/+1
* Make specs work on win32David Schmitt2010-02-172-9/+15
* Functions are added to a module instead of ScopeLuke Kanies2010-02-172-11/+48
* Fix #3664 - qualified variable parsing in string interpolationBrice Figureau2010-02-171-0/+1
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-0/+8
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-20/+82
* Fixing #1903 - metaparam inheritance is much fasterLuke Kanies2010-02-172-58/+90
* Fixing Parser::Resource param validationLuke Kanies2010-02-171-0/+5