[Issue 18693] std.math.rndtonl and core.math.rndtonl result in link errors

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18693 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b4f675fe150afaa577d6a41d6013ca33d932bd57 Work On Issue 18693 - Remove rndtonl from std.math

[Issue 18754] New: Type sequence instantiation missing from language specification

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18754 Issue ID: 18754 Summary: Type sequence instantiation missing from language specification Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 18698] static foreach + __traits(allMembers, moduleName)

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18698 --- Comment #16 from Manu --- I remember my work-around; I ran the foreach inside a static module constructor! >From there I generated my reflection information about the module and registered it at runtime (in the module

[Issue 11997] rdmd should search its binary path for the compiler

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11997 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/tools https://github.com/dlang/tools/commit/2e516ab51a5d1c0329312aa56960281c95e57a33 rdmd: Append binExt to the compiler path to check from the

[Issue 18737] An assert(0) should be a leaf in constructor flow analysis

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

[Issue 18737] An assert(0) should be a leaf in constructor flow analysis

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18737 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/88f48d698e19da62c0246e7f74e60477a4804ee6 fix Issue 18737 - An assert(0) should be a leaf in

[Issue 17991] ICE with imports without module

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17991 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/bed9bf405d1e743e8a594185cd9f40f1b2db92ad Fix Issue 17991 - ICE with imports without module

[Issue 18753] chunkBy compile error causes ICE

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

[Issue 18753] chunkBy compile error causes ICE

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18753 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14909] Template argument of std.algoirthm.iteration.chunkBy cannot access a local variable

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14909 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 18753] chunkBy compile error causes ICE

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18753 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 18753] New: chunkBy compile error causes ICE

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18753 Issue ID: 18753 Summary: chunkBy compile error causes ICE Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical Priority:

[Issue 18751] chunkBy predicate cannot access local variable

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18751 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 18742] std.regex: Using CodePointSet in AAs breaks if reference count changes

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18742 Jack Stouffer changed: What|Removed |Added Blocks||17206 Referenced

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Jack Stouffer changed: What|Removed |Added Depends on||18742 Referenced

[Issue 18584] Undefined identifier when not specifying 'this'

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

[Issue 18734] bitnum parameter of core.bitop.bt should be signed

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18734 --- Comment #2 from ag0aep6g --- (In reply to uplink.coder from comment #1) > DMD does not recognize bodies only function signatures. > So change it all you like :) it's only going to be used on systems where the > intrinsic

[Issue 18734] bitnum parameter of core.bitop.bt should be signed

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

[Issue 18752] New: std.file.read runnable example fails

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18752 Issue ID: 18752 Summary: std.file.read runnable example fails Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P1

[Issue 18199] Error with lambda in struct initializer

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18199 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/019f0016cf7a6e11584fe0188f9e692215cce212 fix Issue 18199 - Error with lambda in struct initializer

[Issue 18199] Error with lambda in struct initializer

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

[Issue 18749] bt instruction using 64-bit register for 32-bit offset

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18749 Ketmar Dark changed: What|Removed |Added CC|

[Issue 18748] bt instruction with immediate offset uses 64-bit variant for 32-bit data

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18748 Ketmar Dark changed: What|Removed |Added CC|