[Issue 7454] Add file and line numbers to Linux stack traces using addr2line

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7454 Maurice van der Pot changed: What|Removed |Added Keywords||bounty --- Comment #2 from Maurice van

[Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14617 --- Comment #7 from Steven Schveighoffer --- Yep, still fails in the autotester. What do we want to do? a) just fix pthread.d so PTHREAD_MUTEX_INITIALIZER is proper, but pthread_mutex_t.init is not b) fix the Makefile so it properly includes types.d

[Issue 14619] foreach implicitly slices ranges

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14619 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 14619] New: foreach implicitly slices ranges

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14619 Issue ID: 14619 Summary: foreach implicitly slices ranges Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: wrong-code Severity: norm

[Issue 8914] Wrong `escaping reference` error on returning static array

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8914 John Colvin changed: What|Removed |Added CC||john.loughran.colvin@gmail. |

[Issue 14571] [REG2.064] Large static arrays seem to lock up DMD

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14571 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14571] [REG2.064] Large static arrays seem to lock up DMD

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14571 --- Comment #20 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/ae31c78687ca24c692e84cc97d5b5f1e975be84b fix Issue 14571 - [REG2.064

[Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14617 Steven Schveighoffer changed: What|Removed |Added Keywords||pull --- Comment #6 from Steven Schve

[Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX

2015-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14617 --- Comment #5 from Steven Schveighoffer --- Andrei, that's exactly what I did. I just realized, I messed up and left that initializer in the types.d file, when I tried doing it in the pthread.d file. Fixing that, it does work. So we have a potenti