[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2019-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8695 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-11-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8695 --- Comment #7 from yebblies yebbl...@gmail.com 2013-11-25 01:02:12 EST --- *** Issue 8749 has been marked as a duplicate of this issue. *** -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8695 Mihail Strashun m.stras...@gmail.com changed: What|Removed |Added CC|

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8695 --- Comment #2 from Mihail Strashun m.stras...@gmail.com 2013-01-14 05:11:11 PST --- Hm, after some inspection it is not that related, I'll probably make a separate bugzilla entry after scratching a fix. -- Configure issuemail:

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8695 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Component|Phobos |DMD --- Comment #3

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8695 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-14 07:34:33 PST --- (In reply to comment #3) Comment#0 is a compiler issue. In current, dmd converts 'in' storage class to 'const', not 'const scpope'. But, I'm not

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8695 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2013-01-14 07:47:03 PST --- (In reply to comment #4) (In reply to comment #3) Comment#0 is a compiler issue. In current, dmd converts 'in' storage class to 'const', not 'const scpope'.

[Issue 8695] ParameterStorageClassTuple doesn't recognize 'in' parameters

2013-01-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8695 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-14 07:52:49 PST --- (In reply to comment #5) In recent Walter says about 'scope': nobody has gotten around to it.