index
:
puppet
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
unit
/
pops
/
parser
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-03
(PUP-3363) Make transformation of unparenthesized calls handle errors
Henrik Lindberg
1
-5
/
+20
2014-08-27
(PUP-2349) Specify mode as an octal string consistently in spec manifest snip...
Kylo Ginsberg
1
-35
/
+35
2014-08-04
(PUP-2898) Specify terminal semicolon for resource bodies
Josh Partlow
1
-0
/
+9
2014-08-01
(PUP-2898) Add 4x style resource expressions
Henrik Lindberg
5
-84
/
+228
2014-07-27
(PUP-2860) Remove future parser's old lexer
Henrik Lindberg
1
-840
/
+0
2014-07-15
(PUP-2714) Support explicit creation of empty program
Henrik Lindberg
1
-0
/
+16
2014-07-14
Merge pull request #2755 from hlindberg/PUP-2693_length-of-sqstring-wrong
Josh Partlow
1
-0
/
+10
2014-07-02
(PUP-2858) Refactor EvaluatingParser::Transitional to EvaluatingParser
Henrik Lindberg
2
-2
/
+1
2014-07-02
(PUP-2858) Remove use of Puppet[:evaluator] from the code base
Henrik Lindberg
1
-1
/
+0
2014-06-26
(PUP-2682) Allow trailing comma after node matches
Henrik Lindberg
1
-0
/
+4
2014-06-17
(PUP-2727) Make new keywords acceptable as attribute names.
Henrik Lindberg
1
-0
/
+19
2014-06-12
(maint) Improve tests for slurp on define/class
Andrew Parker
1
-2
/
+2
2014-06-12
(PUP-514) Add tests for lambdas
Andrew Parker
1
-0
/
+9
2014-06-12
(PUP-514) Improve testing of typed parameters
Henrik Lindberg
1
-0
/
+64
2014-06-12
(maint) Remove pending tests for parsing functions in puppet
Henrik Lindberg
1
-32
/
+0
2014-06-12
(PUP-514) Add support for opt-in typing of define/class parameters
Henrik Lindberg
1
-0
/
+4
2014-06-12
(PUP-514) Add test for parsing of typed parameters
Henrik Lindberg
1
-0
/
+28
2014-06-09
(PUP-2693) Fix length calculation for sq-string
Henrik Lindberg
1
-0
/
+10
2014-05-16
Merge remote-tracking branch 'upstream/stable'
Josh Partlow
1
-2
/
+10
2014-05-16
(PUP-2581) Make illegal names interchangeable to legal variable work
Henrik Lindberg
1
-2
/
+10
2014-05-06
Merge pull request #2542 from hlindberg/pup-2288_list-start-unless-ws
Josh Partlow
1
-4
/
+11
2014-05-07
(PUP-2288) Make [ be LISTSTART if first in file or preceded by WS
Henrik Lindberg
1
-4
/
+11
2014-04-24
(PUP-2240) Add unfold of array using splat unary * operator
Henrik Lindberg
1
-0
/
+5
2014-04-18
(PUP-2080) Remove function in the puppet language
Andrew Parker
1
-34
/
+0
2014-04-17
(PUP-2176) Add test for parsing of typed parameters
Henrik Lindberg
1
-0
/
+34
2014-04-08
(PUP-2129) Fix issues with false interpolation start (no-such-method)
Henrik Lindberg
2
-1
/
+26
2014-03-08
(PUP-1897) Improve test of EPP trim, and expr after params
Henrik Lindberg
1
-0
/
+8
2014-03-08
(PUP-1897) Fix failing lexer2 test, and update with additional tests
Henrik Lindberg
1
-0
/
+15
2014-03-08
(PUP-979) Fix unparenthesized calls with hash to not give strange error
Henrik Lindberg
1
-6
/
+10
2014-03-07
(PUP-1895) Change <%( )%> to <%| |%> for EPP parameters
Henrik Lindberg
1
-3
/
+3
2014-03-06
(PUP-30) Fix tests and issues occurring when running tests
Henrik Lindberg
1
-8
/
+9
2014-03-06
(PUP-30) Add tests for epp parser and make them pass
Henrik Lindberg
1
-0
/
+77
2014-03-06
(PUP-30) Make epp parser emit EPP_START, and generate Program
Henrik Lindberg
1
-1
/
+6
2014-03-06
(PUP-30) Add tests for heredoc at parser and evaluator levels
Henrik Lindberg
1
-0
/
+73
2014-03-06
(PUP-30) Complete implementation of sublocated expression
Henrik Lindberg
1
-1
/
+2
2014-02-28
(PUP-1814) Make double backslash in sq string behave as documented.
Henrik Lindberg
1
-1
/
+8
2014-02-27
(PUP-1576) Make hyphen in bare words legal (future parser)
Henrik Lindberg
1
-0
/
+18
2014-01-08
Merge pull request #2232 from hlindberg/pup-716_short-lived-objects-in-filesy...
Josh Partlow
1
-1
/
+1
2014-01-07
(PUP-800) Clean up and improve handling of location / position
Henrik Lindberg
1
-1
/
+2
2014-01-06
(PUP-716) Fix up tests after FileSystem API change
Henrik Lindberg
1
-1
/
+1
2013-12-17
(maint) Fix future parser inability to parse virtual class instantiation
Henrik Lindberg
1
-0
/
+14
2013-12-12
(PUP-490) Remove partial import-support from future evaluator
Henrik Lindberg
1
-9
/
+0
2013-12-05
(#22363) Fix problem with integer string to Integer on Ruby 1.8.7
Henrik Lindberg
1
-0
/
+10
2013-12-05
(#21874) Apply making name[x] and name [x] different.
Henrik Lindberg
1
-1
/
+9
2013-12-05
(perf) Move all behcmarks to one unit test and exclude it with filter
Henrik Lindberg
4
-70
/
+0
2013-12-05
(#22363) Add parse / validate / evaluate tests, fix evaluator issues
Henrik Lindberg
1
-1
/
+0
2013-12-05
(maint) Add use of new evaluator in specialization of EvaluatingParser
Henrik Lindberg
1
-1
/
+1
2013-12-05
(perf) Include perf benchmark for parse + validate
Henrik Lindberg
1
-17
/
+17
2013-12-05
(#22962) Remove alternative lambda syntaxes from tests
Henrik Lindberg
2
-0
/
+37
2013-12-05
(maint) Fix parsing hostnames containing '.' as sequence instead of name
Henrik Lindberg
1
-7
/
+15
[next]