[Issue 15248] New: Function in current module is not allowed to overload imported function

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15248 Issue ID: 15248 Summary: Function in current module is not allowed to overload imported function Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 15247] Object's destructor should be pure @safe nothrow @nogc

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15247 --- Comment #1 from Sobirari Muhomori --- What should happen to impure destructors? --

[Issue 15248] Function in current module is not allowed to overload imported function

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15248 Maxim Fomin changed: What|Removed |Added CC||mxfo...@gmail.com

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15230 --- Comment #2 from John Colvin --- (In reply to Jack Stouffer from comment #1) > I would consider this as "working as intended", as the checks are only > supposed to happen in debug mode. In a PR of mine, I asked

[Issue 15246] Destructor inheritance doesn't inherit attributes properly

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15246 --- Comment #2 from Marco Leise --- Here is the loop that iterates the inheritance chain from up to Object and calls destructors (if defined):

[Issue 10233] [Tracker] Grammar issues

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10233 briancsch...@gmail.com changed: What|Removed |Added Depends on||15250 --

[Issue 15246] Destructor inheritance doesn't inherit attributes properly

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15246 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de ---

[Issue 15250] New: Grammar does not contain rules for multiple slices in an index expression

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15250 Issue ID: 15250 Summary: Grammar does not contain rules for multiple slices in an index expression Product: D Version: D2 Hardware: All URL:

[Issue 15246] Destructor inheritance doesn't inherit attributes properly

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15246 --- Comment #3 from Andrei Alexandrescu --- (In reply to Marco Leise from comment #1) > You are assuming that destructors are inherited and there is an implicit > super-call, but they are actually chained and called one after

[Issue 15247] Object's destructor should be pure @safe nothrow @nogc

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15247 --- Comment #2 from Andrei Alexandrescu --- (In reply to Sobirari Muhomori from comment #1) > What should happen to impure destructors? They just are introduced as impure and work (because they may call pure destructors). --

[Issue 12034] Union and inlining leads to erroneous "Error: variable used before set"

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12034 ponce changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15249] New: Floating-point division should multiply by inverse if lossless.

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15249 Issue ID: 15249 Summary: Floating-point division should multiply by inverse if lossless. Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW

[Issue 15027] rangified functions no longer work with alias this'ed strings (e.g. DirEntry)

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

[Issue 15027] rangified functions no longer work with alias this'ed strings (e.g. DirEntry)

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 --- Comment #20 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3a8a9ea7939cf2e5c4a6452597681975ad3fb866 std.file fixes for

[Issue 13819] ICE: backend\cg87.c 1495 with mixin, delegate and -O

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13819 --- Comment #1 from ponce --- Still happens with DMD64 D Compiler v2.069.0-b2 --

[Issue 12692] Add support for __simd in for 32-bits targets

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12692 ponce changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---