[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9317 Alex R�nne Petersen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-15 Thread d-bugmail
/dd42a751067df54ca181f4f87b9274611a298bfc fix Issue 9317 - ParameterStorageClassTuple reports errors for inout function https://github.com/D-Programming-Language/phobos/commit/afe4ba151d673fa2d115922bad016c163789e55c Merge pull request #1073 from 9rnsr/fix9317 Issue 9317 - ParameterStorageClassTuple reports errors for inout

[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9317 --- Comment #5 from Kenji Hara 2013-01-14 07:35:48 PST --- (In reply to comment #4) > (In reply to comment #2) > > In current, the set of valid parameter storage classes is (scope, out ref, > > lazy). > > And `inout` is always treated as a type

[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9317 --- Comment #4 from Dicebot 2013-01-14 07:18:17 PST --- (In reply to comment #2) > In current, the set of valid parameter storage classes is (scope, out ref, > lazy). > And `inout` is always treated as a type qualifier, so is not contained the

[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9317 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara 2013

[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9317 --- Comment #2 from Kenji Hara 2013-01-14 07:02:54 PST --- (In reply to comment #1) > Quick investigation: this is actually more related to demangleXXX family of > functions in std.traits > Their type system awareness seems a bit out of date :)

[Issue 9317] ParameterStorageClassTuple reports errors for inout function

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9317 Dicebot changed: What|Removed |Added CC||m.stras...@gmail.com --- Comment #1 from Dic