summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* Adding []/[]= support to ScopeLuke Kanies2011-07-153-30/+27
* (#7681) Allow array variables as resource referencesNick Lewis2011-05-261-5/+19
* (#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson2011-05-172-2/+2
* maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-1326-52/+26
* Fix for #5027 -- generate a deprication warning for dynamic lookupMarkus Roberts2011-04-121-6/+6
* Towards 5027 -- add options hash to lookupvar as with setvarMarkus Roberts2011-04-124-28/+30
* Refactor en route to #5027 -- remove usestring parameter from lookupvarMarkus Roberts2011-04-123-6/+6
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-0826-26/+26
* (#6830) Fix overly stubbed testsMatt Robinson2011-03-291-11/+15
* Merge branch '2.6.x' into nextMatt Robinson2011-03-181-12/+16
|\
| * (#5392) Give a better error when realizing a non-existant resourceMatt Robinson2011-03-091-12/+16
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-0626-26/+26
* | Merge commit '2.6.3' into nextPaul Berry2010-11-173-3/+49
|\|
| * Fix for #5298 -- Collections need to do type lookupMarkus Roberts2010-11-161-0/+4
| * Fixed #5296 - test warnings messagesJames Turnbull2010-11-162-3/+3
| * Fix #5127 - error when accessing array elementsBrice Figureau2010-11-101-0/+42
* | Merge commit '2.6.3rc2' into nextPaul Berry2010-11-091-96/+142
|\|
| * (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-271-88/+133
* | Partial merge to 2.6.2rc1 : Merge commit '8cd1540' into nextJesse Wolfe2010-10-021-4/+14
|\|
| * [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-221-4/+14
* | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-092-2/+8
|\ \
| * | Modified the error message that is generated when a class, definition,Paul Berry2010-09-072-2/+8
* | | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-272-39/+33
|/ /
* | Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-174-3/+123
|\ \ | |/ |/|
| * [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-134-3/+123
| * [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-07-301-5/+0
* | [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-031-0/+4
* | [#4423] repair parameterized class instantiationJesse Wolfe2010-08-031-0/+7
* | [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-031-5/+0
|/
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-0/+31
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-191-57/+0
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-24/+69
* Code smell: Two space indentationMarkus Roberts2010-07-0923-1465/+1465
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0915-16/+16
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-093-15/+17
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-2823-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-2823-0/+0
* Cleaning up various warnings in specsMarkus Roberts2010-06-281-2/+2
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-2323-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-171-0/+60
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-0/+88
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-173-5/+10
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-5/+27
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-093-25/+33
* Puppet::Parser::AST::Leaf#evaluate_match "insensitive" renamed toJesse Wolfe2010-04-091-2/+2
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-173-8/+30
* Adding strictness checking to resourcesLuke Kanies2010-02-171-49/+33
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-1/+35
* Removing Resource::Reference classesLuke Kanies2010-02-172-52/+28