[Issue 18692] New: assignment of std.regex.Captures reads freed memory from 2.072.0 to 2.078.3 inclusive

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18692 Issue ID: 18692 Summary: assignment of std.regex.Captures reads freed memory from 2.072.0 to 2.078.3 inclusive Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 18691] assigning a std.regex.Captures with 3 or more groups causes double free

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18691 --- Comment #3 from Martin Dorey --- If you're interested in this bug, then you're likely to also be interested in: Issue 18692: assignment of std.regex.Captures reads freed memory from 2.072.0 to 2.078.3 inclusive

[Issue 18694] New: pure functions using static/global structs with no fields should pass compilation

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18694 Issue ID: 18694 Summary: pure functions using static/global structs with no fields should pass compilation Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 18694] pure functions using static/global structs with no fields should pass compilation

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

[Issue 18688] Constructors shouldn't have implicit super call if it throws

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

[Issue 18694] pure functions using static/global structs with no fields should pass compilation

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

[Issue 18615] Rebindable!A doesn't use class A's opEquals (returns a is b instead)

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18615 --- Comment #4 from Simon Na. --- I've got a PR for Phobos ready at: https://github.com/dlang/phobos/pull/6370 The root cause was that union equality is always bitwise. The compiler issue is 15828, and the consensus seems that

[Issue 18615] Rebindable!A doesn't use class A's opEquals (returns a is b instead)

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18615 Simon Naarmann changed: What|Removed |Added Keywords||pull --

[Issue 15828] DMD should refuse comparing unions

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15828 Simon Na. changed: What|Removed |Added CC||eiderd...@gmail.com ---

[Issue 17991] ICE with imports without module

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

[Issue 18692] assignment of std.regex.Captures reads freed memory from 2.072.0 to 2.078.3 inclusive

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18692 Dmitry Olshansky changed: What|Removed |Added CC|

[Issue 17965] Unexplained usage of the FPU while function result already in right XMM registers

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17965 Citrus changed: What|Removed |Added CC||bitter.ta...@gmx.com ---

[Issue 18692] assignment of std.regex.Captures reads freed memory from 2.072.0 to 2.078.3 inclusive

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18692 Dmitry Olshansky changed: What|Removed |Added Keywords||pull

[Issue 18691] assigning a std.regex.Captures with 3 or more groups causes double free

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18691 Dmitry Olshansky changed: What|Removed |Added Keywords||pull

[Issue 18691] assigning a std.regex.Captures with 3 or more groups causes double free

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18691 --- Comment #4 from Dmitry Olshansky --- *** Issue 18692 has been marked as a duplicate of this issue. *** --

[Issue 18692] assignment of std.regex.Captures reads freed memory from 2.072.0 to 2.078.3 inclusive

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

[Issue 18688] Constructors shouldn't have implicit super call if it throws

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

[Issue 9646] std.algorithm.splitter for strings has opportunities for improvement

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

[Issue 18438] hasStaticMember fails with a T* while hasMember passes

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

[Issue 18438] hasStaticMember fails with a T* while hasMember passes

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18438 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4e222b856b30a41d330067a2bb5c6cf38a80de1f Fix issue 18438 - Handle T* in hasStaticMember

[Issue 13568] refactor std.format to eliminate redundant dependencies if the format string doesn't ask for it

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

[Issue 15451] dlang.org should use cache busting

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

[Issue 15449] CSS and JS files should be minified and concatenated

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

[Issue 15449] CSS and JS files should be minified and concatenated

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15449 --- Comment #2 from Seb --- https://github.com/dlang/dlang.org/pull/2311 for the minification. I opened https://issues.dlang.org/show_bug.cgi?id=18695 to track the concatenation (might be trickier because not everything is

[Issue 18695] New: Concatenate CSS + JS files during build

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18695 Issue ID: 18695 Summary: Concatenate CSS + JS files during build Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: enhancement

[Issue 18694] pure functions using static/global structs with no fields should pass compilation

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

[Issue 18694] pure functions using static/global structs with no fields should pass compilation

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18694 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/55eb8544850f4024280f1661ad0379cd9a43052b Fix Issue 18694 - pure functions using static/global structs

[Issue 18638] The main override of std.range.zip could infer @nogc and nothrow

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18638 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/259cf754bb42ad30039c1b82ea6d43109ecc6c9b Fix Issue 18638 - The main override of std.range.zip

[Issue 18638] The main override of std.range.zip could infer @nogc and nothrow

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

[Issue 15448] dlang.org should use gzip compression on all text files

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

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

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18693 Issue ID: 18693 Summary: std.math.rndtonl and core.math.rndtonl result in link errors Product: D Version: D2 Hardware: All OS: All Status: NEW

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

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18677, which changed state. Issue 18677 Summary: std.datetime.date.Date has opCmp but no toHash https://issues.dlang.org/show_bug.cgi?id=18677 What|Removed |Added

[Issue 18677] std.datetime.date.Date has opCmp but no toHash

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

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

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18678, which changed state. Issue 18678 Summary: std.datetime.date.TimeOfDay has opCmp but no toHash https://issues.dlang.org/show_bug.cgi?id=18678 What|Removed |Added

[Issue 18678] std.datetime.date.TimeOfDay has opCmp but no toHash

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

[Issue 18676] std.datetime.date.DateTime has opCmp but no toHash

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

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

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18676, which changed state. Issue 18676 Summary: std.datetime.date.DateTime has opCmp but no toHash https://issues.dlang.org/show_bug.cgi?id=18676 What|Removed |Added

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

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