[Issue 2152] Parentheses usage inconsistency.

2014-02-03 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2152


Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||thecybersha...@gmail.com
 Resolution||WORKSFORME


--- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com 2014-02-04 
00:14:35 EET ---
After porting to D2 and adding static to Klasa methods (I assume that was a
reduction error), problem does not manifest under 2.065 git.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2152] Parentheses usage inconsistency.

2014-02-03 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2152



--- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com 2014-02-04 
00:16:30 EET ---
Oops, never mind about the static bit. Everything else stands.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2152] Parentheses usage inconsistency.

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2152


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

   Keywords|spec|
 CC||bugzi...@digitalmars.com


--- Comment #3 from Walter Bright bugzi...@digitalmars.com 2012-01-21 
20:53:50 PST ---
Not a spec issue.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2152] Parentheses usage inconsistency.

2009-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2152


Rob Jacques sandf...@jhu.edu changed:

   What|Removed |Added

 CC||sandf...@jhu.edu




--- Comment #2 from Rob Jacques sandf...@jhu.edu  2009-08-04 05:48:49 PDT ---
This seems releated to Issue 2409. Also another use case:

void delegate(int) func();

void main() {
func(1);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---