[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

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

Andrej Mitrovic  changed:

   What|Removed |Added

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

--- Comment #1 from Andrej Mitrovic  ---
This has been like this since 2.062. I've seen another bug report like this
somewhere.

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #2 from Vladimir Panteleev  ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/1157

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

--- Comment #3 from Andrej Mitrovic  ---
(In reply to Vladimir Panteleev from comment #2)
> Introduced in https://github.com/D-Programming-Language/dmd/pull/1157

Ha, I knew it was something old. But I also remember something about this being
deliberate.

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

--- Comment #4 from Vladimir Panteleev  ---
Oh, didn't look closely at the patch and error message. So is it deliberate?

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

Andrej Mitrovic  changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au

--- Comment #5 from Andrej Mitrovic  ---
(In reply to Vladimir Panteleev from comment #4)
> Oh, didn't look closely at the patch and error message. So is it deliberate?

Actually I recall it being a bugzilla comment, not the pull request itself. I'm
not sure anymore, but I'll CC Don.

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

--- Comment #6 from Andrej Mitrovic  ---
Found it:

https://issues.dlang.org/show_bug.cgi?id=9397#c3

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

Andrej Mitrovic  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #7 from Andrej Mitrovic  ---


*** This issue has been marked as a duplicate of issue 9397 ***

--


[Issue 12665] Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined")

2014-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12665

Stewart Gordon  changed:

   What|Removed |Added

 Blocks|340 |

--