[Issue 13501] [REG2.052] Crash with throwing in scope(failure) after throwing in scope(success)

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13501 Vladimir Panteleev changed: What|Removed |Added Keywords||spec ---

[Issue 13501] [REG2.052] Crash with throwing in scope(failure) after throwing in scope(success)

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13501 Mathias Lang changed: What|Removed |Added CC|

[Issue 15666] Grammar does not allow member function attributes on static constructors

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

[Issue 10233] [Tracker] Grammar issues

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10233 Issue 10233 depends on issue 15666, which changed state. Issue 15666 Summary: Grammar does not allow member function attributes on static constructors https://issues.dlang.org/show_bug.cgi?id=15666 What|Removed

[Issue 15666] Grammar does not allow member function attributes on static constructors

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15666 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/2bff38b6d910a16d5aee8f2adfbfd73146673ffa Issue 15666

[Issue 15670] New: std.variant.Variant does not allow classes derived from templated classes

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15670 Issue ID: 15670 Summary: std.variant.Variant does not allow classes derived from templated classes Product: D Version: D2 Hardware: All OS: All

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12893] Cannot create a SortedRange from inout array

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12893 Lars T. Kyllingstad changed: What|Removed |Added Keywords||spec

[Issue 14478] isInputRange failed to recognize some ranges

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 Lars T. Kyllingstad changed: What|Removed |Added CC|

[Issue 15671] New: The compiler should take into account inline pragmas when inlining

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15671 Issue ID: 15671 Summary: The compiler should take into account inline pragmas when inlining Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15672] New: Casting from void[] to T[] is erroneously considered @safe

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15672 Issue ID: 15672 Summary: Casting from void[] to T[] is erroneously considered @safe Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW

[Issue 5351] Add template mixin for Range Primitives using random access

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5351 --- Comment #2 from Jesse Phillips --- (In reply to Infiltrator from comment #1) > Are you suggesting that this boilerplate mixin should be added to phobos? > It seems too inflexible for general use. Yes that is what's

[Issue 15669] Wrong line number in error message

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15669 Kenji Hara changed: What|Removed |Added Keywords||diagnostic, pull ---

[Issue 15664] [REG2.064] incorrect initialisation of member of an immutable struct

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15664 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from

[Issue 15664] [REG2.064] incorrect initialisation of member of an immutable struct

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15664 Kenji Hara changed: What|Removed |Added Hardware|x86_64 |All

[Issue 15669] New: Wrong line number in error message

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15669 Issue ID: 15669 Summary: Wrong line number in error message Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 15586] std.utf.toUTF8() segfaults when fed an invalid dchar

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15586 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2b09b8b59cc94ff23f52f3d18212c727d3e89d7b Fix Phobos issue

[Issue 15586] std.utf.toUTF8() segfaults when fed an invalid dchar

2016-02-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15586 thomas.bock...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---