[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #12 from Daniel Kozak kozz...@gmail.com --- Changlog comment is better than nothing --

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added See Also|

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #11 from briancsch...@gmail.com --- I saw that there is an addition to the changelog that will help people fix this problem. I think that warning is good enough, so I'm willing to close this issue. --

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Daniel Kozak kozz...@gmail.com changed: What|Removed |Added CC||kozz...@gmail.com ---

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Daniel wyr...@gmx.net changed: What|Removed |Added CC||wyr...@gmx.net --- Comment #8 from

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #7 from Daniel Kozak kozz...@gmail.com --- Not code but, it makes no clue what exactly is wrong. I can see poor soul on SO asking what is wrong. --

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #6 from Daniel Kozak kozz...@gmail.com --- I mean on compiler side. Because this kind of error its really stupid. And it breaks code. --

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- Due to fix issue 14828 and related, 2.068.0-rc1 has introduced a change to the generation of internal symbols __array, __assert, and __unittest_fail. I have opposite stance for the change, but

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #2 from Kenji Hara k.hara...@gmail.com --- Essentially the change was unnecessary to fix regressions, but just added to make compiler implementation 'simple'. I think it was not good decision. --

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #3 from

[Issue 14871] Linker errors with 2.068.0-rc1

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14871 --- Comment #4 from briancsch...@gmail.com --- I was able to get all of my code to build and link. There really needs to be something in the changelog that warns people about this. --