Jira (PUP-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-19 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
Validated using pre-release version of puppet-agent at SHA cd3af7c containing puppet at SHA 738a8d7 
Reproduction steps 
Create module 
Create module with sample code provided in the initial report. The module is named mytest in lowercase as per module documentation. Note: If the module name is in camel case, then the module itself will not be available for loading. 
Module layout 
 
 
 
 
 
 
# tree -a /etc/puppetlabs/code/environments/production/modules 
 
 
 
 
/etc/puppetlabs/code/environments/production/modules 
 
 
 
 
└── mytest 
 
 
 
 
├── files 
 
 
 
 
│   ├── .zshrc 
 
 
 
 
│   └── .zshrc.dev 
 
 
 
 
├── manifests 
 
 
 
 
│   ├── developer.pp 
 
 
 
 
│   └── init.pp 
 
 

Jira (PUP-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-19 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte assigned an issue to John Duarte 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 John Duarte 
 
 
 

Assignee:
 
 qa John Duarte 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-19 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte assigned an issue to qa 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 John Duarte 
 
 
 

Status:
 
 Ready for  CI  Test 
 
 
 

Assignee:
 
 qa 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-15 Thread Thomas Hallgren (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Hallgren assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Thomas Hallgren 
 
 
 

Assignee:
 
 Thomas Hallgren 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-15 Thread Thomas Hallgren (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Hallgren commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
Stable merged to master at 87b9358 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-15 Thread Thomas Hallgren (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Hallgren commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
Merged to stable at 13d208b 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-15 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg assigned an issue to Thomas Hallgren 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Assignee:
 
 Henrik Lindberg Thomas Hallgren 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-12 Thread Thomas Hallgren (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Hallgren assigned an issue to Henrik Lindberg 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Thomas Hallgren 
 
 
 

Assignee:
 
 Henrik Lindberg 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-11 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
Because it is for 4.6.1 and waiting for the release work of 4.6.0 to be completed. The stable branch is currently blocked. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-11 Thread Thomas Hallgren (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Hallgren commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
Why is this ticket "Ready for merge" ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-10 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Highest Test Level:
 
 Unit 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-10 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Risk Assessment:
 
 Medium 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-04 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Assignee:
 
 bhupesh.na...@xoriant.com 
 
 
 

Acceptance Criteria:
 
 That camel cased classes can be referenced. 
 
 
 

Story Points:
 
 1 
 
 
 

Release Notes Summary:
 
 Camel-cased class names such as 'myType' were allowed but could not be included in the catalog. Now they can. 
 
 
 

Sprint:
 
 Language 2016-08-24 
 
 
 

Release Notes:
 
 Bug Fix 
 
 
 

Issue Type:
 
 Improvement Bug 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 

Jira (PUP-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-04 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Fix Version/s:
 
 PUP 4.6.1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
If you change the include myType to include 'mytype' it should work as you expect. The problem is not that camel case was used to name the class. The problem is that the include function / search requires an all lower case name. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread bhupesh.na...@xoriant.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 bhupesh.na...@xoriant.com commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
I am using learning VM version: 4.5.2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread bhupesh.na...@xoriant.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 bhupesh.na...@xoriant.com updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 bhupesh.na...@xoriant.com 
 
 
 

Attachment:
 
 details.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread bhupesh.na...@xoriant.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 bhupesh.na...@xoriant.com updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 bhupesh.na...@xoriant.com 
 
 
 

Labels:
 
 learningVM module 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg assigned an issue to bhupesh.na...@xoriant.com 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Assignee:
 
 bhupesh.na...@xoriant.com 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Scrum Team:
 
 Language 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
It is the start of the name that matters. An initial upper case letter forms a reference to a type. 
I don't understand the attached images. There is an error about myTest::developer - which is not found. The example does not show where that is supposed to come from. At the moment there is not enough to reproduce. 
 
 
 
 
 
 
henrik$ cat pup6574.pp 
 
 
 
 
class myTest { 
 
 
 
 
  notify {'in myTest': } 
 
 
 
 
} 
 
 
 
 
include myTest 
 
 
 
 
  
 
 
 
 
henrik$ puppet apply pup6574.pp 
 
 
 
 
Notice: Compiled catalog for henrik2.local in environment production in 0.07 seconds 
 
 
 
 
Notice: in myTest 
 
 
 
 
Notice: /Sta

Jira (PUP-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-6574 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 
 
Also, which version of puppet is being used? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-6574) Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator

2016-08-03 Thread bhupesh.na...@xoriant.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 bhupesh.na...@xoriant.com created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6574 
 
 
 
  Function call fails when using camel case for class names. It should be handled by puppet parser syntax validator  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 parser call.png, systax error not handled by parser.png 
 
 
 

Created:
 

 2016/08/03 1:10 AM 
 
 
 

Labels:
 

 module 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 bhupesh.na...@xoriant.com 
 
 
 
 
 
 
 
 
 
 
As we understand from the docs that capital letters are not allowed in class and module names but then it should be handled by parser while validating the syntax. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment