#1157: Whitespace before/after the dot in a methodcall is disallowed
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:       
     Type:  todo         |      Status:  new  
 Priority:  normal       |   Milestone:       
Component:  none         |     Version:  1.6.0
 Severity:  medium       |    Keywords:       
     Lang:               |       Patch:       
 Platform:               |  
-------------------------+--------------------------------------------------
 From a tangential discussion at RT #57656.

 IMCC currently allows the following syntax forms:

 {{{
 foo. bar()
 foo .bar()
 }}}

 Notice the whitespace before and after the dot in the method call. These
 should be disallowed: No whitespace should be allowed before or after the
 dot in the method call. This helps to differentiate it from the dot as a
 concatenation operator.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1157>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to