[Issue 14637] Array operations should work on tuples

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637 Seb changed: What|Removed |Added Keywords||pull CC|

[Issue 14099] Promote DPaste (dpaste.dzfl.pl) to run.dlang.org

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14099 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 18670] compiler segfault if `new` on a union type with dip1000

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

[Issue 9497] ddoc: add support for handling undefined macros

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9497 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17670] Std.bitmanip module has no (runnable) examples

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17670 Seb changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18696] New: runnable/test18322.d is failing spuriously on Win32

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18696 Issue ID: 18696 Summary: runnable/test18322.d is failing spuriously on Win32 Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 18697] New: core.sys.posix.strings is missing

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18697 Issue ID: 18697 Summary: core.sys.posix.strings is missing Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 4591] Concat of std.typecons.Tuples

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4591 Seb changed: What|Removed |Added Keywords||pull CC|

[Issue 18697] core.sys.posix.strings is missing

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18697 Seb changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 18689] std.format should always throw FormatException on bad specs/arguments

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18689 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e2d791bcf1c2a129ec988589b7cabc9c65721dde Fix Issue 18689 - std.format should throw

[Issue 18581] Segmentation fault with dmd -X if static foreach inside template

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18581 Seb changed: What|Removed |Added Hardware|x86 |All OS|Mac OS

[Issue 16037] assigning delegate to a scope variable shouldn't allocate closure

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 --- Comment #11 from anonymous4 --- (In reply to Mathias Lang from comment #9) > So I strongly oppose gratuitous breakage of code (breakage with does not > come with a deprecation) You want usage of `scope` storage class be

[Issue 18697] core.sys.posix.strings is missing

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18697 --- Comment #1 from John Colvin --- Sorry, correct link: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html --

[Issue 18604] in parameter storage class should be deprecated

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18604 --- Comment #7 from anonymous4 --- Another possibility is -transition=in flag that will deprecate `in` on demand, and after people remove usage of `in` storage class from their code, it can start enforce `scope const`

[Issue 18698] New: static foreach + __traits(allMembers, moduleName)

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18698 Issue ID: 18698 Summary: static foreach + __traits(allMembers, moduleName) Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: major

[Issue 18688] Constructors shouldn't have implicit super call if it throws

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18688 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/978cb051c2f4b3f716a330032280aee234214db8 Fix Issue 18688 - Constructors shouldn't have implicit super

[Issue 18688] Constructors shouldn't have implicit super call if it throws

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

[Issue 18649] curl on Ubuntu 18.04 depends on libcurl4, .deb installer depends on libcurl3

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18649 --- Comment #6 from Seb --- An attempt at fixing it by simply making libcurl optional (it's only needed for std.net.curl) https://github.com/dlang/installer/pull/314 --

[Issue 18698] static foreach + __traits(allMembers, moduleName)

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18698 --- Comment #1 from Manu --- I try this: module test; alias Members = __traits(allMembers, test); > Error: basic type expected, not `__traits` We *really* need to fix that one... So: module test; import std.meta;

[Issue 18595] std.random: add unpredictableSeedOf!UIntType for non-uint unpredictableSeed

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18595 --- Comment #1 from Nathan S. --- Pull request: https://github.com/dlang/phobos/pull/6388 --

[Issue 18223] std.experimental.allocator uninitializedFillDefault could use memset

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18223 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/8777cbf35505704bc2908baa4ae04d988f339bf8 Fix Issue 18223: use memset in

[Issue 18223] std.experimental.allocator uninitializedFillDefault could use memset

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