[Issue 14980] [REG2.068] getAddressInfo(null) broken

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14980 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/156bf68ef7008343755ab450facdd0e5604f6fac fix Issue 14980 - getAddressInfo(null) broken

[Issue 14016] Nested inherited class doesn't know the type of its outer object

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14016 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/265fdb1e66678ef2b0918ba78fcfb7ab521d093b fix Issue 14016 - Nested inherited class doesn't know the

[Issue 14423] struct destructors not finalized for AA values

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14423 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/cfcf7480b2faea0af9ab6ddba8e3b0d9f05c4415 Merge pull request #1212 from

[Issue 14546] "ClockType.uptime is not supported by MonoTimeImpl on this system"

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14546 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/ab3ed252850eae6071d5fc1dc65d3fb31eaab2d7 Fix bug# 14546.

[Issue 14467] arr.capacity sometimes erroneously returns 0

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14467 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0a740491d19a92cd12667ed2f3007ed23936f0e4 Fix issue 14467. When using GC.query, bits

[Issue 14385] AA should use open addressing hash

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14385 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/79bc91b41334c1805f557ef2f1606de31c6764d1 fix Issue 14385 - AA should use open addressing

[Issue 13236] Invalid recursive struct field error not gagged in 'is'-expression

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13236 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6bcabda72140387afd10b2e369e4a4f9750a20f1 fix Issue 13236 - Invalid recursive struct field error not

[Issue 12502] Some static array casts incorrectly rejected in safe code

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12502 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c9f262ad6be7752da581d70dab9341aa585f3e77 fix Issue 12502 - Some static array casts incorrectly

[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/0687872a11386f5cb9da0d88af59cf460badf2d7 Fix Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

[Issue 4650] Static data that must be scanned by the GC should be grouped

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4650 --- Comment #14 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/19ea3e382ac92ee70faed9372e2eb42057548ac9 Merge pull request #1180 from

[Issue 11746] invalid enum forward reference pattern not detected

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11746 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1b419fb6972bdf30e71d35f0a93aac900e11e1dd fix Issue 11746 - invalid enum forward reference pattern not

[Issue 12422] [REG2.055] Templated nested function is inferred as `pure` even if it calls impure functions

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12422 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a326fcfd501514a41341f8e3a4901fe575145016 fix Issue 12422 - Templated nested function is inferred as

[Issue 4733] Possible bugs caused by dynamic arrays in boolean evaluation context

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4733 --- Comment #37 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/727233c9c5c1d81d13527f74b0a640f546f28a6c Fix Issue 4733 - Possible bugs caused by dynamic arrays in

[Issue 14201] fatal error LNK1235: corrupt or invalid COFF symbol table

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14201 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1acab082d11618f635332bf15a5c270b6bc14856 Merge pull request #4422 from etcimon/coff-symbol-tbl

[Issue 16031] [REG2.071] stale DW.ref.name EH symbol used with -lib and -fPIC

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16031 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 16290] Problems with -fPIC, libraries and exceptions

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16290 Vladimir Panteleev changed: What|Removed |Added Status|NEW

[Issue 17664] Deprecate implicit casting between shared and unshared

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17664 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17650] [REG v2.075.0 b1-b4] std.getopt range violation

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17650 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7a0ff521f296fef66455a84f11864b9cb046c43a Fix issue 17650: std.getopt range violation when option

[Issue 17661] New isInputRange rejects valid input range

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 17665] New: Win64 atomicLoad for T[] cannot be cast from size_t[2]

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17665 Issue ID: 17665 Summary: Win64 atomicLoad for T[] cannot be cast from size_t[2] Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity:

[Issue 2347] opIs is missing

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2347 --- Comment #5 from Andrei Alexandrescu --- OK thanks --

[Issue 10271] override const message is not helpful

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10271 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com

[Issue 17664] New: Deprecate implicit casting between shared and unshared

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17664 Issue ID: 17664 Summary: Deprecate implicit casting between shared and unshared Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: spec

[Issue 16155] show md5 and sha1 hashes for the official downloads

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16155 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All

[Issue 10271] override const message is not helpful

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10271 Vladimir Panteleev changed: What|Removed |Added Keywords|

[Issue 8388] std.traits.MemberFunctionsTuple doesn't work with constructors or destructors

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8388 --- Comment #2 from Vladimir Panteleev --- (In reply to Jonathan M Davis from comment #1) > It looks like MermberFunctionsTuple only grabs virtual functions. Not virtual - rather, non-templated. It ignores

[Issue 13585] Assert in std.format unitests fails

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13585 Vladimir Panteleev changed: What|Removed |Added Status|NEW

[Issue 16969] [backend] add an assembly writer

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16969 --- Comment #1 from Vladimir Panteleev --- FWIW, there is -vcg-ast which dumps the result of semantic analysis. There are also some other undocumented switches which dump the intermediate code tree, however I don't

[Issue 16969] [backend] add an assembly writer

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16969 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All

[Issue 16160] Selective imports in aggregate types shadow methods

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16160 Vladimir Panteleev changed: What|Removed |Added Keywords|

[Issue 10658] Cannot merge template overload set by using alias declaration

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10658 Vladimir Panteleev changed: What|Removed |Added See Also|

[Issue 13994] Improve wikipedia page on variadic templates

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13994 Vladimir Panteleev changed: What|Removed |Added Status|NEW

[Issue 16953] auto-tester doesn't run rdmd_test (causes a number of regressions in each release)

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16953 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 11517] Allow generic "BasicType" in alias this declaration

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11517 Vladimir Panteleev changed: What|Removed |Added Keywords||spec

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8735 Vladimir Panteleev changed: What|Removed |Added See Also|

<    1   2