[Issue 8234] symbols used in CTFE affect the function literal type

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8234 --- 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/cd3cd0dc66dbc40b9666a3b2b2b8efde8c0e0216 fix Issue 8234 - symbols used

[Issue 14344] [REG2.067] Wrong opBinary call in construction

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

[Issue 14344] [REG2.067] Wrong opBinary call in construction

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14344 --- Comment #2 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/a39502dad3138bc911a7c092a38bc095dbd91227 fix Issue 14344 - Wrong opBi

[Issue 1759] Closures and With Statements

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1759 --- Comment #5 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/38d906b8366a881d19a7f9267b536d372409da31 fix Issue 1759 - Closures and

[Issue 13983] RefCounted needs to be pure, @safe, nothrow

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13983 weaselcat changed: What|Removed |Added CC||r9shacklef...@gmail.com --- Comment #1 from weas

[Issue 12811] GC-allocated closure for calling instance function in filter

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12811 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to Kenji Hara from comment #1) > 'filter' will lazily evaluate the given array outside of the 'spam' > function, so the lambda 'i => bar(i)' needs to capture 'this' variable to > call member fu

[Issue 14347] New: functions in std.string need upgrading to support std.uni.nelSep line endings

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14347 Issue ID: 14347 Summary: functions in std.string need upgrading to support std.uni.nelSep line endings Product: D Version: D2 Hardware: All OS: All St

[Issue 14346] is-expression dependent on instantiation order

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14346 --- Comment #2 from Ketmar Dark --- ah. `usize` is simply an alias for `size_t`. sorry. --

[Issue 14346] is-expression dependent on instantiation order

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14346 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #1 from Ke

[Issue 14332] support with statement and :

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14332 --- Comment #3 from deadalnix --- if/else/while actually DO something. With simply change the identifier resolution rules. In fact, thinking about it, it should even be required that with is a statement. --

[Issue 14346] New: is-expression dependent on instantiation order

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14346 Issue ID: 14346 Summary: is-expression dependent on instantiation order Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 14345] New: Proxy doesn't support multidimensional structures

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14345 Issue ID: 14345 Summary: Proxy doesn't support multidimensional structures Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 14341] [REG 2.067] Crash with -O -release -inline after sort and map!(to!string)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14341 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara --- https:

[Issue 14341] [REG 2.067] Crash with -O -release -inline after sort and map!(to!string)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14341 --- Comment #2 from Kenji Hara --- (In reply to Vladimir Panteleev from comment #1) > Introduced in https://github.com/D-Programming-Language/dmd/pull/4415 This is a dup of issue 14220, but its fix is not yet cherry-picked in 2.067 branch. --

[Issue 14341] [REG 2.067] Crash with -O -release -inline after sort and map!(to!string)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14341 Kenji Hara changed: What|Removed |Added Component|Phobos |DMD --

[Issue 14344] [REG2.067] Wrong opBinary call in construction

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14344 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 14344] New: [REG2.067] Wrong opBinary call in construction

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14344 Issue ID: 14344 Summary: [REG2.067] Wrong opBinary call in construction Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: rejects-valid

[Issue 14341] [REG 2.067] Crash with -O -release -inline after sort and map!(to!string)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14341 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 --- Comment #5 from Andrej Mitrovic --- (In reply to Andrej Mitrovic from comment #4) > (In reply to Kenji Hara from comment #3) > > (In reply to Andrej Mitrovic from comment #2) > > > It's not fixed: > > > http://dpaste.dzfl.pl/734b3b884325 > > > >

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 --- Comment #4 from Andrej Mitrovic --- (In reply to Kenji Hara from comment #3) > (In reply to Andrej Mitrovic from comment #2) > > It's not fixed: > > http://dpaste.dzfl.pl/734b3b884325 > > It's using 2.065. Ah I'm soryr, I misread your comment a

[Issue 14343] Postfix increment doesn't work on structs with immutable member

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14343 --- Comment #1 from Nicolas Sicard --- The problem doesn't show with the old operator overloading methods: struct S { int i; immutable(Object) o; void opAddAssign(int j) { i += j; } S opPostInc() { ++i; return this; } void opAss

[Issue 14343] Postfix increment doesn't work on structs with immutable member

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14343 Nicolas Sicard changed: What|Removed |Added OS|Mac OS X|All Severity|enhancement

[Issue 14343] New: Postfix increment doesn't work on structs with immutable member

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14343 Issue ID: 14343 Summary: Postfix increment doesn't work on structs with immutable member Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW

[Issue 4909] Two suggestions for std.algorithm.schwartzSort()

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4909 --- Comment #15 from Ketmar Dark --- (In reply to Andrei Alexandrescu from comment #14) > We won't change names without very good reasons. being *really* hard to remember IS a good reason to change the name. it's a human psychology again: hard to rem