summaryrefslogtreecommitdiff
path: root/spec/unit/parser/ast
AgeCommit message (Expand)AuthorFilesLines
2014-04-07(PUP-2158) Default a missing manifest to no_manifestAndrew Parker1-1/+1
2014-01-29(PUP-1118) Stop using Environment.newAndrew Parker2-2/+2
2013-12-16(PUP-864) Add deprecation warning for mutation of array/hashHenrik Lindberg1-0/+2
2013-11-09(#23115) Convert nil resource parameter values to undefDominic Cleal1-0/+8
2013-11-09(maint) Add specs for parser resource parametersDominic Cleal1-0/+43
2013-08-05Merge pull request #1825 from jpartlow/issue/master/22079-fix-hash-array-accessJosh Partlow1-0/+8
2013-08-05(#22079) Fix HashArrayAccess produces :undef when value is falseHenrik Lindberg1-0/+8
2013-07-11(maint) Fix rspec warningsPatrick Carlisle1-4/+4
2013-06-21Merge branch 'stable'Andrew Parker1-0/+67
2013-06-20(#21376) Sequence BlockExpressions without nestingPatrick Carlisle1-0/+67
2013-06-07(#21164) Add tests for useful hash access errorsAndy Brody1-0/+31
2013-04-23spelling/grammatical fixesRichard Soderberg1-6/+6
2013-04-05Fix test for future parser in arithmetic operatorsPatrick Carlisle1-5/+14
2013-04-05(#11331) Change array/hash concat/merge to only be available for --parser fut...Henrik Lindberg1-0/+8
2013-04-05(#11331) Restore initialization of AST constant in test.Henrik Lindberg1-1/+1
2013-04-05(#18764) Add concat, append operations (+, <<) for array, and merge (+) hash.Henrik Lindberg1-0/+79
2013-04-05(#11331) Remove warnings about re-initialized constants when running tests.Henrik Lindberg1-1/+1
2013-01-31(#18950) Add modulo operatorErik Dalén1-2/+2
2013-01-29Revert "Merge branch 'dalen-xor_operator' closes #1436"Jeff McCune1-16/+0
2013-01-29(#18942) Add XOR operatorErik Dalén1-0/+16
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune26-26/+26
2012-09-04AST Scope variable names must be strings.Daniel Pittman1-4/+4
2012-07-15ast: code cleanup for HostName nodes.Daniel Pittman1-2/+2
2012-07-15ast: correctly quote strings in {Flat,}String nodes.Daniel Pittman1-4/+13
2012-07-15Drop the hash prefix when passing compiler to scope.Daniel Pittman21-32/+32
2012-07-15A scope always has a compiler.Daniel Pittman16-28/+82
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune25-25/+25
2012-05-01Merge branch '2.7.x'Patrick Carlisle1-2/+2
2012-04-30(#8778) Make '' == undef commutative in the DSLJeff McCune1-2/+2
2012-04-28(#13349) Fix incorrect scope behaviorJeff Weiss1-1/+1
2012-03-30Modernize selector_spec, add Ruby 1.9.2 support, with bonus bugfix.Daniel Pittman1-104/+52
2012-03-30Remove the "fails_on_ruby_1.9.2" tag from tests...Daniel Pittman2-2/+2
2012-03-30Calling map on string now fails, rather than yielding the string.Daniel Pittman1-1/+1
2012-03-27Merge branch '2.7.x'cprice1-0/+15
2012-02-07(#12479) Don't make undef regexp match as the string undef.Daniel Pittman1-1/+16
2012-01-18Merge branch '2.7.x'Daniel Pittman1-2/+1
2012-01-18Merge branch 'refactor/2.6.x/11996-spec-failures-after-ruby-187-p357' into re...Daniel Pittman1-2/+1
2012-01-18(#11996) Fix test failures due to hash processing order changes.Daniel Pittman1-2/+1
2011-12-16Merge branch '2.7.x'Nick Lewis1-0/+16
2011-12-12(#6412) Return :undef when accessing non-existing hash/array elementsBrice Figureau1-0/+16
2011-09-09Merge branch '2.7rc'Matthaus Litteken1-13/+17
2011-09-08(#9051) Move complex collect expression error into terminus.Daniel Pittman1-7/+11
2011-08-25(#9051) de-ActiveRecord-ify Collection expressions.Daniel Pittman1-6/+6
2011-07-15Adding []/[]= support to ScopeLuke Kanies3-30/+27
2011-05-26(#7681) Allow array variables as resource referencesNick Lewis1-5/+19
2011-05-17(#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson2-2/+2
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman26-52/+26
2011-04-12Fix for #5027 -- generate a deprication warning for dynamic lookupMarkus Roberts1-6/+6
2011-04-12Towards 5027 -- add options hash to lookupvar as with setvarMarkus Roberts4-28/+30
2011-04-12Refactor en route to #5027 -- remove usestring parameter from lookupvarMarkus Roberts3-6/+6