[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 14476] core.thread unit tests failing on FreeBSD 9+

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14476 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/fc1013763ff485844b1fef4696498b677a44b4db fix Issue 14476 - core.thread unit tests failing

[Issue 14464] coverage merge doesn't work

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14464 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/7a8e9dc85be981710e16c99d528f2e5cbae2883d fix Issue 14464 - coverage merge doesn't work

[Issue 14247] string within demangled symbol name should be made escape

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14247 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/af850d4bf770d593269f9467fb8e147b7b02380d fix Issue 14247 - string within demangled symbol

[Issue 14368] stdio.rawRead underperforms stdio

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14368 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e741c24f8578498be6b11bcc76e150b4f001be3a Fix Issue 14368 - rawRead performance

[Issue 14253] [REG2.067b3] std.traits.ParameterStorageClassTuple gives compiler errors when encountering 'return' functions

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14253 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4f8125fb6d2ffe1bd87f3d34d19ab85ec5d6d05b fix Issue 14253 - [REG2.067b3]

[Issue 14300] [2.067-rc1] DList casting to base type is broken

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14300 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a4f1cb07d2d0a5efe8f1ad9684c50f89a6080d37 fix Issue 14300 - DList casting to base type is broken

[Issue 14373] std.range.refRange doesn't work on mere input ranges

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14373 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/ca4e7d22ecdc53d1529fd88c71ff94198ac44303 fix Issue 14373 - std.range.refRange doesn't work on

[Issue 17596] dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17596 --- Comment #9 from Vladimir Panteleev --- Alright, so how about: - We add getosreldate and INO64_FIRST to druntime - We add both the old and new struct definitions - We add a stat wrapper which,when

[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 14200] C++ mangling issue with expanded tuples

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14200 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1c24d35583b1d49045013d7451c92c0752ba55e8 Merge pull request #4421 from Ingrater/fix141920 --

[Issue 11738] partialShuffle actually shuffles the entire input

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11738 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7329ef7eaee2e823ff73683b9032e7fd31971b2e reverted partialShuffle to match its documentation

[Issue 12983] overload not recognized depending on order of declaration

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12983 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ac443bd294103807f047ed9d74a05755f4e08f35 fix Issue 12983 - overload not recognized depending on order

[Issue 17596] dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17596 --- Comment #8 from Cy Schubert --- Sorry for not replying sooner, way too many projects on the go here. Here is how kib supported older apps prior to inode64: https://svnweb.freebsd.org/base?view=revision=318736 Forward

[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 14712] GIT HEAD : std.net.curl regressions

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14712 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7a20221c263810f005bedd5e4c05fca656503fa1 fix Issue 14712 - GIT HEAD : std.net.curl regressions

[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 14920] [REG2.067.0] SList.insertAfter on uninitialized list triggers assertion in _first

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14920 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0c28c7717437b10570677994112fc874e196d26a fix issue 14920

[Issue 14206] cdouble is broken

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14206 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/efabbd365e4b46337135240f18ad96fd6d78c921 std.math №3: conj for double and float --

[Issue 13390] [REG2.066] std.range.cycle ctor fails when empty input passed

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13390 --- Comment #15 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/568cd18b43fb2fe98a5eb62f06a00648450d7068 Fix Issue 13390 - Be explicit about non-empty input

[Issue 13681] @safe empty writeln

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13681 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e601077b8618c595fa51807a85c54f8c4e32ca9a make 0-arg writeln @trusted: Fix Issue 13681

[Issue 12666] @nogc std.array.front, popFront, and more

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12666 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0842fc7841b9c3db558681717c2d8b4da1479ce6 @nogc for

[Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13009 --- Comment #21 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b4f6725e3c94c302d5b161a6d7f8dff271cb8f64 fix Issue 13009 - inout overload conflicts with non-inout

[Issue 14548] std.stdio.File should have sync() method (fsync/FlushFileBuffers wrapper)

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14548 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a5e1ae418aca2f3e9dc9854ffd71976c0139f440 fix Issue 14548 - std.stdio.File should have sync()

[Issue 12702] [FixIncluded] std.container.RedBlackTree's in operator is not const

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12702 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/2065983d039769ccbc8a0880c908237990dca27e const RedBlackTree.opBinaryRight --

[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 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 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 17669] VisualD v0.44.2.exe may contain a trojan

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17669 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 17669] New: VisualD v0.44.2.exe may contain a trojan

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17669 Issue ID: 17669 Summary: VisualD v0.44.2.exe may contain a trojan Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: normal

[Issue 17667] New: regex([r".", r"[\(\{[\]\}\)]"]);

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 Issue ID: 17667 Summary: regex([r".", r"[\(\{[\]\}\)]"]); Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P1

[Issue 17668] New: regex(q"<[^]>")

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17668 Issue ID: 17668 Summary: regex(q"<[^]>") Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priority: P1

[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 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|

<    1   2