[Issue 3901] PATCH: Nested struct assignment for CTFE

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3901

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

   What|Removed |Added

Version|1.055   |D1

--


[Issue 3901] PATCH: Nested struct assignment for CTFE

2010-04-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3901


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #5 from Don clugd...@yahoo.com.au 2010-04-09 19:14:41 PDT ---
Fixed DMD1.058 and DMD2.042.

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


[Issue 3901] PATCH: Nested struct assignment for CTFE

2010-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3901



--- Comment #3 from Don clugd...@yahoo.com.au 2010-03-09 01:57:49 PST ---
(In reply to comment #2)
 Thank you for all such big work.
 
 
  New features:
 ...
  * ref return values now work in CTFE (D2 only).
 
 So is this fixing bug 2411 too?

Unfortunately not. This fixes the 'ref' part of the problem, but bug 1330 still
prevents it from working.
Bug 1330 is actually the fundamental CTFE problem: once it is fixed, almost
everything will work. This patch cleans everything up so that there's a chance
of fixing 1330.

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


[Issue 3901] PATCH: Nested struct assignment for CTFE

2010-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3901


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

   What|Removed |Added

 CC||bugzi...@digitalmars.com


--- Comment #4 from Walter Bright bugzi...@digitalmars.com 2010-03-09 
12:19:28 PST ---
changeset 413

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


[Issue 3901] PATCH: Nested struct assignment for CTFE

2010-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3901



--- Comment #1 from Don clugd...@yahoo.com.au 2010-03-08 11:32:25 PST ---
Created an attachment (id=586)
Patch against DMD2.041 svn 409.

Drop-in replacement for interpret.c for DMD2.041. Also works without
modification for D1. Also needs the change to mtype.c.

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


[Issue 3901] PATCH: Nested struct assignment for CTFE

2010-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3901


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #2 from bearophile_h...@eml.cc 2010-03-08 13:21:44 PST ---
Thank you for all such big work.


 New features:
...
 * ref return values now work in CTFE (D2 only).

So is this fixing bug 2411 too?

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