Jira (PUP-7094) Possible bug in Puppet parser

2017-01-20 Thread Rune Juhl Jacobsen (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rune Juhl Jacobsen commented on  PUP-7094 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Possible bug in Puppet parser  
 
 
 
 
 
 
 
 
 
 
Hi Henrik, The code evaluates correctly so you're no doubt right; the problem must lie in the s-_expression_ representation of the internal structures. I'm a bit embarrassed that it didn't cross my mind... 
Anyway, thank you for your help. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-7094) Possible bug in Puppet parser

2017-01-13 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7094 
 
 
 
  Possible bug in Puppet parser  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Story Points:
 
 1 
 
 
 

Team:
 
 Puppet Developer Experience 
 
 
 

Sprint:
 
 PDE Triage 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-7094) Possible bug in Puppet parser

2017-01-13 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-7094 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Possible bug in Puppet parser  
 
 
 
 
 
 
 
 
 
 
Did you also notice a problem in what the parser actually produced - i.e. does it evaluate correctly?  I have a suspicion that there is something wrong with the dump output rather than parsing. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-7094) Possible bug in Puppet parser

2017-01-12 Thread Rune Juhl Jacobsen (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rune Juhl Jacobsen created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7094 
 
 
 
  Possible bug in Puppet parser  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Language 
 
 
 

Created:
 

 2017/01/12 12:31 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Rune Juhl Jacobsen 
 
 
 
 
 
 
 
 
 
 
In testing a small parser for the AST that `puppet parser dump` outputs I stumbled upon the following oddity: 
 
 
 
 
 
 
runejuhl@bucaramanga:~$ puppet --version 
 
 
 
 
4.8.1 
 
 
 
 
runejuhl@bucaramanga:~$ cat puppet-fails.pp