[Issue 19372] Request for more "D style" win32api

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19372 Adam D. Ruppe changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19372] New: Request for more "D style" win32api

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19372 Issue ID: 19372 Summary: Request for more "D style" win32api Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: Windows Status: NEW

[Issue 1870] Reproduce offending lines in error messages for string mixins

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1870 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12790] Compiler should keep mixin file around for debugging purposes

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12790 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12790] Compiler should keep mixin file around for debugging purposes

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12790 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3bbb228f3f1239058e4451946554b174dd0a85e1 Fix issues 1870 and 12790: Write out string mixin code to a

[Issue 1870] Reproduce offending lines in error messages for string mixins

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1870 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3bbb228f3f1239058e4451946554b174dd0a85e1 Fix issues 1870 and 12790: Write out string mixin code to a

[Issue 19371] Taking address of ref return in @safe code: compile-time checks fail

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19371 Stanislav Blinov changed: What|Removed |Added Keywords||safe --

[Issue 19371] New: Taking address of ref return in @safe code: compile-time checks fail

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19371 Issue ID: 19371 Summary: Taking address of ref return in @safe code: compile-time checks fail Product: D Version: D2 Hardware: All OS: All Status:

[Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2954 --- Comment #14 from hst...@quickfur.ath.cx --- Look at the history. Apparently it blocked issue #1934, but that has somehow been fixed since, so this bug isn't a blocker for it after all? In any case, yeah, this is a stupid long-standing bug that

[Issue 19370] AA require() and update() can't be used in @safe code

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19370 Stanislav Blinov changed: What|Removed |Added Keywords||safe --

[Issue 19370] New: AA require() and update() can't be used in @safe code

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19370 Issue ID: 19370 Summary: AA require() and update() can't be used in @safe code Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2954 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Comment

[Issue 11499] is-expression misbehaving with 'alias this'

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11499 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11499] is-expression misbehaving with 'alias this'

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11499 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c4fa519661dcb584b23a4573c0e549925b5339db Fix Issue 9274 and 11499 - is + alias this = wrong code

[Issue 9274] is + alias this = wrong code

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9274 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9274] is + alias this = wrong code

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9274 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c4fa519661dcb584b23a4573c0e549925b5339db Fix Issue 9274 and 11499 - is + alias this = wrong code

[Issue 19369] New: core.sys.posix.setjmp lacks support for Darwin

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19369 Issue ID: 19369 Summary: core.sys.posix.setjmp lacks support for Darwin Product: D Version: D2 Hardware: All OS: Mac OS X Status: NEW Severity: enhancement

[Issue 19060] [REG2.081] Incorrect "Using this as a type is deprecated" error

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19060 --- Comment #9 from ag0aep6g --- (In reply to RazvanN from comment #8) > This is surprising, indeed, and I would say that this is a bug. Why would it > do that? Because `alias yoyo = other.x;` is the same as `alias yoyo = this.x;`. They both mean

[Issue 17674] [REG 2.064] Simultaneous opBinary and opBinaryRight is not rejected

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17674 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from

[Issue 19246] Binary literal `0b_` allowed

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19246 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/57367c2a003e4251166491c57e2e5bf35dfc335d fix issue 19246

[Issue 19368] New: NoScopeStatement is the same as Statement

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19368 Issue ID: 19368 Summary: NoScopeStatement is the same as Statement Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial

[Issue 19060] [REG2.081] Incorrect "Using this as a type is deprecated" error

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19060 --- Comment #8 from RazvanN --- (In reply to ag0aep6g from comment #7) > (In reply to RazvanN from comment #6) > > (In reply to johanengelen from comment #5) > > > OK, then this is still broken and should receive a deprecation message > > > too: >

[Issue 18263] selective import with same name masks out this reference in mixin template

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18263 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---