[Issue 19482] ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 --- Comment #5 from Manu --- Oh wow. Yeah, that's pretty broken :) --

[Issue 19268] BetterC turns off DRuntime for CTFE

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19268 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #3

[Issue 19309] [Reg 2.080.0] Unicode char reference in a comment causes warning

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19309 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2

[Issue 19408] nothrow inference fails (template + postblit)

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19408 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2

[Issue 19482] ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #4 from

[Issue 19483] 502 Bad Gateway on package registration

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19483 Seb changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #1 from Seb --- The

[Issue 19482] ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 --- Comment #3 from Nicholas Wilson --- > It doesn't give anything, because the ICE... ;) Haha. And if you comment out the ICE? --

[Issue 19482] ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 --- Comment #2 from Manu --- It doesn't give anything, because the ICE... ;) --

[Issue 19483] New: 502 Bad Gateway on package registration

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19483 Issue ID: 19483 Summary: 502 Bad Gateway on package registration Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: major

[Issue 19482] ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 Nicholas Wilson changed: What|Removed |Added CC||iamthewilsona...@hotmail.co

[Issue 19473] DMD Segfault on circular struct reference

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19473 --- Comment #4 from Walter Bright --- https://github.com/dlang/dmd/pull/9072 --

[Issue 19473] DMD Segfault on circular struct reference

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19473 Walter Bright changed: What|Removed |Added Summary|DMD Segfault when compiling |DMD Segfault on circular

[Issue 19473] DMD Segfault when compiling sample code

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19473 --- Comment #3 from Walter Bright --- It's an infinite loop trying to determine the sizes for: P => D => UTpl => P ... resulting in a stack overflow. --

[Issue 19482] ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 Manu changed: What|Removed |Added Keywords||C++, industry --

[Issue 19482] New: ICE with extern(C++) and static foreach

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19482 Issue ID: 19482 Summary: ICE with extern(C++) and static foreach Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: normal

[Issue 19481] Aborting from local/libphobos/libdruntime/core/sync/mutex.d(95) Error: pthread_mutex_init failed.

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19481 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #2 from

[Issue 19481] Aborting from local/libphobos/libdruntime/core/sync/mutex.d(95) Error: pthread_mutex_init failed.

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19481 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from

[Issue 19481] New: Aborting from local/libphobos/libdruntime/core/sync/mutex.d(95) Error: pthread_mutex_init failed.

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19481 Issue ID: 19481 Summary: Aborting from local/libphobos/libdruntime/core/sync/mutex.d(95) Error: pthread_mutex_init failed. Product: D Version: D2 Hardware:

[Issue 19133] core.exception.rangeerror@std/file.d(3812):

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19133 crayol...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 19389] Multiple assignment does not work for struct members

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19389 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/62500a6162958efa6d3ecb518abda3ae2f5faef6 fix Issue 19389 - Multiple assignment does not work for

[Issue 19389] Multiple assignment does not work for struct members

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19389 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19480] New: Take opSlice of string should work at least with no args

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19480 Issue ID: 19480 Summary: Take opSlice of string should work at least with no args Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 19473] DMD Segfault when compiling sample code

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19473 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2

[Issue 17962] dirEntries now truncates Unicode file names

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17962 Eduard Staniloiu changed: What|Removed |Added CC||crayol...@gmail.com --- Comment #5 from

[Issue 19133] core.exception.rangeerror@std/file.d(3812):

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19133 Eduard Staniloiu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18196] segmentation fault on "fwrite" on any system with glibc-core-2.25

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18196 --- Comment #2 from Eduard Staniloiu --- I setup a fresh Fedora 64bit VM, everything is freshly installed The code snippet is working as expected with * glibc 2.28 * gcc 8.2.1 * dmd v2.083.1 Looking forward to your update. Cheers, Edi --

[Issue 19464] typeof immutable fields order dependent

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19464 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b5f54880fea5a9a5bd1cbdb6767a2e34ef2b8761 Fix Issue 19464 - typeof immutable fields order dependent

[Issue 19464] typeof immutable fields order dependent

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19464 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18196] segmentation fault on "fwrite" on any system with glibc-core-2.25

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18196 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com --- Comment #1 from

[Issue 19479] Garbage .init in string mixins in static foreach in mixin templates

2018-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19479 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com