[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #11 from ag0ae...@gmail.com --- (In reply to hsteoh from comment #10) > Why aren't we fixing this in git HEAD?! It's a regression. Those are fixed against stable, from which point releases are built. As far as I understand, stable is

[Issue 15816] ICE void ddmd.dclass.__assert(int) with error: anonymous classes not allowed

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15816 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0480c90718a73af2cefc39ae92828b7555e9a797 fix Issue 15816 - ICE void

[Issue 15825] dmd's -transition=checkimports reports a false positive for tuple __dollar

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15825 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a13a024a02ab62ba88cbe0f87815032d931f3090 fix Issue 15825 - dmd's

[Issue 15779] DWARF EH fails when using stack stomping (-gx)

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 Walter Bright changed: What|Removed |Added CC|

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 15782] [Reg 2.071-devel] Alias no longer strips qualifiers from user defined types

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15782 --- Comment #8 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/5fb53481fccbe800f083aeaa867d0dd541efbe67 fix Issue 15782 -

[Issue 15825] New: dmd's -transition=checkimports reports a false positive for tuple __dollar

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15825 Issue ID: 15825 Summary: dmd's -transition=checkimports reports a false positive for tuple __dollar Product: D Version: D2 Hardware: All OS: All

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 ag0ae...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #8 from hst...@quickfur.ath.cx --- Oh, was this only fixed in stable? I'm testing with latest git HEAD. --

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #7 from ag0ae...@gmail.com --- (In reply to hsteoh from comment #6) > This bug has not yet been (fully) fixed: > > -- > import std.stdio; > class Wrapper > { > typeof(stdin.byLine()) src; > } > void main() > { > auto x = new

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 12391] DirEntries throws in foreach

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12391 --- Comment #6 from Jason Spashett --- Could we not take something out of python's book (or some other language): os.walk https://docs.python.org/2/library/os.html (1) This [os.walk] gives an opportunity to have an error

[Issue 11791] std.file.write failed to write huge files

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11791 Dmitry Olshansky changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 15816] ICE void ddmd.dclass.__assert(int) with error: anonymous classes not allowed

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15816 Kenji Hara changed: What|Removed |Added Keywords||ice, pull

[Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate

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

[Issue 15824] New: 'scope' attribute ignored when making an alias to a scope delegate

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15824 Issue ID: 15824 Summary: 'scope' attribute ignored when making an alias to a scope delegate Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15823] opIndex doesn't work for const std.variant.Variant

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15823 --- Comment #1 from Maksim Zholudev --- https://github.com/D-Programming-Language/phobos/pull/4112 --

[Issue 15823] New: opIndex doesn't work for const std.variant.Variant

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15823 Issue ID: 15823 Summary: opIndex doesn't work for const std.variant.Variant Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

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

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/d23d7efb3649cd543e8d0b10b9a32ab3325f5cd0 fix Issue 15822 -

[Issue 15779] DWARF EH fails when using stack stomping (-gx)

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added CC||pun...@coverify.org ---

[Issue 15808] Invalid memory operation with Git HEAD

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15808 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15821] std.container.array.Array on the heap leads to InvalidMemoryOperationError

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15821 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 15809] Putting std.stdio.File.ByLine in a class causes Invalid memory operation upon exit

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15809 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15822] InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 15619] [REG 2.066] Floating-point x86_64 codegen regression, when involving array ops

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15619 --- Comment #5 from Martin Nowak --- As this is already broken for a while (and way longer for other array ops, e.g. double), I'll delay this fix for a proper replacement w/ templated array ops.

[Issue 15822] New: InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15822 Issue ID: 15822 Summary: InvalidMemoryOperationError when calling GC.removeRange/Root from a finalizer Product: D Version: D2 Hardware: All OS: All