[Issue 18669] isNestedFunction does not check if parameter is a function

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

[Issue 18669] isNestedFunction does not check if parameter is a function

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18669 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/09cc0bac145422636e88616ce88f8bab3f0adefc Fix Issue 18669 - isNestedFunction does not check if

[Issue 18672] Error in @safe transitive propagation with associative arrays

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18672 Carsten Blüggel changed: What|Removed |Added CC||chi...@posteo.net --

[Issue 18197] [REG2.073] Internal error: backend\cgcod.c 1659

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18197 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/689fa72cb110250bc8b0dc152e48e20ba1f67cf9 Fix issue 18197 - Correct optimization for OPpair in x87 mode

[Issue 18197] [REG2.073] Internal error: backend\cgcod.c 1659

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

[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

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

[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5662aa94c091083f004530d7ed77ec42a93414a4 Fix issue 17874 - Static arrays & memset Hopefully completes

[Issue 18433] rdmd doesn't respect DFLAGS for its cache hash

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18433 --- Comment #3 from Seb --- https://github.com/dlang/tools/pull/343 --

[Issue 14855] -cov should ignore assert(0)

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 --- Comment #7 from hst...@quickfur.ath.cx --- To me it doesn't make sense that `assert(0);` should be counted towards coverage. I mean, `assert(0);` is basically the programmer telling the compiler "this is not supposed to happen" and "this is

[Issue 14855] -cov should ignore assert(0)

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 18433] rdmd doesn't respect DFLAGS for its cache hash

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18433 --- Comment #2 from Seb --- Argh, apparently this hasn't been fixed in master and DFLAGS is only looked at when -conf= is set: ``` > DFLAGS="-version=Foo" ../dmd/generated/linux/release/64/dmd -v foo.d && ./foo predefs

[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874 Walter Bright changed: What|Removed |Added CC|

[Issue 18433] rdmd doesn't respect DFLAGS for its cache hash

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18433 Seb changed: What|Removed |Added CC||greensunn...@gmail.com

[Issue 10550] Xorshift32 and Xorshift160 do not generate uniformly-distributed random numbers

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10550 Zach Bjornson changed: What|Removed |Added CC||zbbjorn...@gmail.com

[Issue 17493] nothrow constructor may throw

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17493 Seb changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 17493] nothrow constructor may throw

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17493 --- Comment #4 from Walter Bright --- Why was this reopened? --

[Issue 18672] Error in @safe transitive propagation with associative arrays

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18672 ag0aep6g changed: What|Removed |Added CC||ag0ae...@gmail.com ---

[Issue 18670] compiler segfault if `new` on a union type with dip1000

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18670 --- Comment #3 from hst...@quickfur.ath.cx --- P.S. Tested on git commit 2e21d0713babf760e4428d6404d733282ef85e8a, just to be clear. --

[Issue 18670] compiler segfault if `new` on a union type with dip1000

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18670 --- Comment #2 from hst...@quickfur.ath.cx --- Unable to reproduce problem on git master. Perhaps it has since been fixed? --

[Issue 18670] compiler segfault if `new` on a union type with dip1000

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18670 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 18672] Error in @safe transitive propagation with associative arrays

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18672 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 18603] Illegal instruction: 4 on Mac OS 10.7.5 Leopard

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18603 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/installer https://github.com/dlang/installer/commit/427674142aecdd820a017c73b75508d4cddb1dfe Fix Issue 18603 - Illegal instruction: 4 on Mac

[Issue 18672] Error in @safe transitive propagation with associative arrays

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18672 Seb changed: What|Removed |Added Summary|@safe should be |Error in @safe transitive

[Issue 18672] New: @safe should be transitively propagated

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18672 Issue ID: 18672 Summary: @safe should be transitively propagated Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: safe Severity:

[Issue 18663] std.random.isSeedable has false positives

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

[Issue 18663] std.random.isSeedable has false positives

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18663 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e9f56ba3b293670b7b7173ae75bf465448fff7ac Fix Issue 18663 - std.random.isSeedable has false

[Issue 18671] New: Implement loop unrolling in dmd's optimizer

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18671 Issue ID: 18671 Summary: Implement loop unrolling in dmd's optimizer Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 18184] std.zip should be usable in @safe

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18184 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a67d667d8b4234be99dc9ffde901dc88825153fb Work On Issue 18184 - std.zip should be usable in @safe

[Issue 18550] Offline option for dlang.org makefile

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18550 --- Comment #4 from hst...@quickfur.ath.cx --- Argh, is there a way to tell the `phobos-prerelease` target to just use the local dmd repo instead of yet another remote cloning? --

[Issue 18550] Offline option for dlang.org makefile

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18550 --- Comment #3 from hst...@quickfur.ath.cx --- Thanks for taking the time to clarify. I simply assumed it was downloading old releases because it needed to generate tarballs and whatnot. I've been on git master for too long, I don't even know which

[Issue 18670] New: compiler segfault if `new` on a union type with dip1000

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18670 Issue ID: 18670 Summary: compiler segfault if `new` on a union type with dip1000 Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 18669] New: isNestedFunction does not check if parameter is a function

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18669 Issue ID: 18669 Summary: isNestedFunction does not check if parameter is a function Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 17749] Compilation error "shared method ~this is not callable using a non-shared object" on shared object

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17749 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com

[Issue 17749] Compilation error "shared method ~this is not callable using a non-shared object" on shared object

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17749 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18432] alias x = x where x is an imported symbol should result in an error

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18432 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18481] demangling error in stacktrace

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18481 RazvanN changed: What|Removed |Added CC|

[Issue 12229] Properly name DMD compiler versions

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12229 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17268] Build dub with dmd version that included in the release

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17268 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 15910] Prevent mismatch of VERSION information in dmd releases

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15910 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 10941] object.d not found when following Mac installation instructions

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10941 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 2473] Linux system install instructions incorrect

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2473 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 13665] binary release doesn't work on newer FreeBSD (10) versions

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13665 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 13812] Windows installer doesn't include rdmd.exe

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13812 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14847] Windows installer should have an option to install VS compiler

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14847 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 16393] Move install.sh to a more stable machine

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16393 Seb changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13133] Using "git describe --abbrev=0 tag^" to obtain previous dmd may identify incorrect version

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13133 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13139] deb package depends on many X libraries (through xdg-utils)

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13139 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13264] 2.066-rc1 installer had problems

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13264 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14295] Create rpm and debian packages as part of the build process

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14295 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 14636] Make dub part of the standard distribution for all platforms

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14636 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14849] Visual Studio 2015 not detected during installation

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14849 Seb changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 15693] Peculiar problems with OSX archive

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15693 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18197] [REG2.073] Internal error: backend\cgcod.c 1659

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18197 Walter Bright changed: What|Removed |Added Hardware|x86_64 |x86 --

[Issue 15758] .deb not installing on Ubuntu 15.10 since 2.7x was released.

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15758 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18197] [REG2.073] Internal error: backend\cgcod.c 1659

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18197 --- Comment #4 from Walter Bright --- (In reply to Walter Bright from comment #3) > (In reply to Rainer Schuetze from comment #1) > > Corrected test case: > > I cannot reproduce a failure. What dmd flags are you using?