[Issue 6766] Forward reference error for default struct/class arguments

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

--- Comment #8 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a7bdba47f09f7dba2fbbc6a3d91d8ba110e7
fix Issue 6766 - Forward reference error for default struct/class arguments

https://github.com/D-Programming-Language/dmd/commit/b675901392ad8e6873e47f77172e6e36f49aa351
Merge pull request #4457 from 9rnsr/fix6766

https://github.com/D-Programming-Language/dmd/commit/7d3e1fb463f71b6332512ffb094f2285e2b07825
Move issue 6766 test case to compilable/testfwdref.d

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||deadal...@gmail.com

--- Comment #7 from Vladimir Panteleev thecybersha...@gmail.com ---
*** Issue 14678 has been marked as a duplicate of this issue. ***

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

--- Comment #6 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/7d3e1fb463f71b6332512ffb094f2285e2b07825
Move issue 6766 test case to compilable/testfwdref.d

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-03-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a7bdba47f09f7dba2fbbc6a3d91d8ba110e7
fix Issue 6766 - Forward reference error for default struct/class arguments

https://github.com/D-Programming-Language/dmd/commit/b675901392ad8e6873e47f77172e6e36f49aa351
Merge pull request #4457 from 9rnsr/fix6766

Issue 6766 - Forward reference error for default struct/class arguments

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-03-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-03-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

--- Comment #4 from Kenji Hara k.hara...@gmail.com ---
*** Issue 9397 has been marked as a duplicate of this issue. ***

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-03-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
   Hardware|Other   |All
 OS|Windows |All

--- Comment #2 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4457

--


[Issue 6766] Forward reference error for default struct/class arguments

2015-03-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6766

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 CC||samu...@voliacable.com

--- Comment #3 from Kenji Hara k.hara...@gmail.com ---
*** Issue 5223 has been marked as a duplicate of this issue. ***

--


[Issue 6766] Forward reference error for default struct/class arguments

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

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--- Comment #1 from hst...@quickfur.ath.cx ---
Tested on git HEAD, the first case now works; the second case gives the error
message:

--
test.d(4): Error: no constructor for Foo
test.d(10): Error: cannot create a struct until its size is determined
--

So looks like the bug is partially fixed, but not quite there yet.

--