[Issue 17454] New: ABI non-conformity: produces unaligned placement of struct on stack

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17454 Issue ID: 17454 Summary: ABI non-conformity: produces unaligned placement of struct on stack Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 17275] [REG 2.072.0] AssertError@declaration.d(2121): Assertion failure

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17275 --- Comment #4 from Walter Bright --- https://github.com/dlang/dmd/pull/6845 --

[Issue 17264] [REG2.073] uniq fails with const elements

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17264 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/113502af744fb82d68e8f51fd73831b628dcc1eb std.algorithm.iteration: Add test for issue 17264 --

[Issue 17330] [REG 2.072] BigInt's constructor used to be pure

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17330 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9e342bcc77f05b97fb8e0e176f5d9f5d44205dba Fix Issue 17330 - [REG 2.072] BigInt's constructor used

[Issue 17282] [REG 2.074.0-b1] std.conv.parse throws with -debug

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17282 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/813efcb7e4b6c109f223cd00013218fbd289025d Fix Issue 17282 - std.conv.parse throws with -debug

[Issue 17340] [REG 2.074.0] isNumeric!bool should not be true

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17340 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/83f757c17737cca5faeecdc77cae350f0bad9a4e Fix issue 17340 - isNumeric!bool should not be true

[Issue 17451] ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 uplink.co...@googlemail.com changed: What|Removed |Added Severity|major |regression --- Comment #4 from

[Issue 17451] ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com

[Issue 17452] Undefined references in std.container.array

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17452 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e162658601c930748440957561aca47abda5fc41 Fix Issue 17452 - Undefined references in

[Issue 17452] Undefined references in std.container.array

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

[Issue 17453] I Have Many Issues

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17453 --- Comment #2 from Soar --- and other bugs. when i create a project,has myproject/core/exception.d directory and file hierarchy the VisualD will give me a error in the time.d because the std library of timd.d has import

[Issue 17453] I Have Many Issues

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17453 --- Comment #1 from Soar --- 2.can support more highlight of library(class,struct)? 3.can more good support for IntelliSense? such like "this.?" "variable.?" 4.is there have any possibility to support a official GUI design tool(Of

[Issue 17453] New: I Have Many Issues

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17453 Issue ID: 17453 Summary: I Have Many Issues Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: critical Priority: P1

[Issue 17452] New: Undefined references in std.container.array

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17452 Issue ID: 17452 Summary: Undefined references in std.container.array Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression

[Issue 15517] std.experimental.logger: using 'sharedLog' to change to file logging for default logger does not work

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15517 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/27b6122d942e17edeb7db6aafd148f6ab88a1f19 fix Issue 15517 was already fixed but had no fixture

[Issue 17451] ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 Walter Bright changed: What|Removed |Added Hardware|x86_64 |All

[Issue 17451] ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 Walter Bright changed: What|Removed |Added Keywords||ice

[Issue 17450] escaping delegate context pointer not detected for member functions

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17450 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e3e8ce24b0ca5b0aa0f300da854fef439973df03 fix Issue 17450 - escaping delegate context pointer not

[Issue 17423] @safe code seg faults

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment

[Issue 17451] ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 --- Comment #2 from greensunn...@gmail.com --- > According to a bisect this can happen since: > https://github.com/dlang/dmd/pull/6550 Please ignore, the PR in which the failing check was introduced is: https://github.com/dlang/dmd/pull/6065 --

[Issue 17450] escaping delegate context pointer not detected for member functions

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17450 Tomer Filiba (weka) changed: What|Removed |Added CC||to...@weka.io --

[Issue 17451] ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 --- Comment #1 from greensunn...@gmail.com --- According to a bisect this can happen since: https://github.com/dlang/dmd/pull/6550 --

[Issue 17451] New: ICE in ddmd/declaration.d(2179)

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17451 Issue ID: 17451 Summary: ICE in ddmd/declaration.d(2179) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P1