[Issue 3748] inout does not work properly

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3748 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.039 |D2 --

[Issue 3748] inout does not work properly

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 3748] inout does not work properly

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #11 from Kenji Hara k.hara...@gmail.com 2011-12-12 03:07:07 PST --- https://github.com/D-Programming-Language/dmd/commit/39966f4f06a527ed67e6f1d6e948c9568a8745d0 -- Configure issuemail:

[Issue 3748] inout does not work properly

2011-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #7 from Steven Schveighoffer schvei...@yahoo.com 2011-10-05 06:31:35 PDT --- Created an attachment (id=1035) Corrected some errors that were previously hard to detect because inout didn't work uploaded a fixed version of

[Issue 3748] inout does not work properly

2011-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #8 from Steven Schveighoffer schvei...@yahoo.com 2011-10-05 06:49:38 PDT --- See new bug 6770 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3748] inout does not work properly

2011-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #9 from Kenji Hara k.hara...@gmail.com 2011-10-05 17:41:38 PDT --- For fixing error8 and error11. https://github.com/D-Programming-Language/dmd/pull/433 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 3748] inout does not work properly

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-08-31 10:40:24 PDT --- My patch doesn't forbid to declare inout variable outside inout function. It is treated same as const variable, even with my patch. I think it is debatable thing.

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #5 from Steven Schveighoffer schvei...@yahoo.com 2011-08-31 12:11:15 PDT --- it is not debateable. The issue is, when inside an inout-enabled function, all inout variables are *assignable* from other inout variables. So for

[Issue 3748] inout does not work properly

2011-04-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 kenn...@gmail.com changed: What|Removed |Added Attachment #558 is|0 |1 obsolete|