[Issue 10329] Attributes not inferred for indirectly templated methods

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 CC||verylonglogin@gmail.com


--- Comment #8 from Kenji Hara k.hara...@gmail.com 2014-01-05 00:43:42 PST ---
*** Issue 11866 has been marked as a duplicate of this issue. ***

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329



--- Comment #9 from github-bugzi...@puremagic.com 2014-01-05 15:35:56 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/237bb420c70fb6099dcedf94e7d9ed959a33e1fe
fix Issue 10329 - Attributes not inferred for indirectly templated methods

https://github.com/D-Programming-Language/dmd/commit/ebae884d9cd3a0c4ebf3c1b129654ba31ee0e73f
Merge pull request #2832 from 9rnsr/fix10329

Issue 10329 - Attributes not inferred for indirectly templated methods

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-11-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329



--- Comment #6 from Kenji Hara k.hara...@gmail.com 2013-11-19 23:00:49 PST ---
https://github.com/D-Programming-Language/dmd/pull/2832

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-11-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10329



--- Comment #7 from monarchdo...@gmail.com 2013-11-19 23:09:08 PST ---
*** Issue 11556 has been marked as a duplicate of this issue. ***

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10329



--- Comment #5 from hst...@quickfur.ath.cx 2013-10-16 14:32:21 PDT ---
This bug makes std.range.chain unusable in pure code.

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-08-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10329


monarchdo...@gmail.com changed:

   What|Removed |Added

 CC||monarchdo...@gmail.com


--- Comment #4 from monarchdo...@gmail.com 2013-08-24 10:24:04 PDT ---
*** Issue 10878 has been marked as a duplicate of this issue. ***

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-06-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10329


Henning Pohl henn...@still-hidden.de changed:

   What|Removed |Added

   Keywords||pull, rejects-valid
 CC||henn...@still-hidden.de


--- Comment #3 from Henning Pohl henn...@still-hidden.de 2013-06-25 13:20:38 
PDT ---
https://github.com/D-Programming-Language/dmd/pull/2259

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10329



--- Comment #2 from Lars T. Kyllingstad bugzi...@kyllingen.net 2013-06-14 
12:27:31 PDT ---
Attributes should also be inferred for functions nested in function templates:

  void foo(T)()
  {
  void inner() { }
  inner();
  }

  void main() @safe pure nothrow
  {
  // Compilation failure:
  foo!int();
  }

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


[Issue 10329] Attributes not inferred for indirectly templated methods

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10329


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com


--- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-06-11 
07:25:06 PDT ---
Yeah, I think Kenji also mentioned he'd like to see this implemented.

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