[Issue 14282] executeShell should use sh and ignore the SHELL env variable

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14282 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5b2b1fb59450cfc32ecec3252f543a9f6f34c2a4 Revert "fix Issue

[Issue 14328] The terms "lvalue" and "rvalue" should be added to the glossary

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14328 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/c8ce0b882ba2b6ec0522a28746c448d337ac5b8b Fix issue 14328

[Issue 12072] Regex article needs update

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12072 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/36d532bc55d67dc50b7b6a65a08da6739e471c03 Fix issue 12072

[Issue 14882] [REG] MANIFEST is missing test/common.mak

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14882 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/18f81c6d9a81ae818369caf8c59e5b8dc63671e3 fix Issue 14882 -

[Issue 14776] shared library test - loadDR - segfaults on FreeBSD 10 when not building with -release

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14776 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5f6c43131527749f6a3675ba4408bdfb90f2052b fix check for copy

[Issue 14877] std.net.curl needs PATCH http method

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14877 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 13327] Specification of anonymous enum with one member is missed

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13327 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/a44766a7e3515f16a77a8a0beba067c70c9a6ce6 Issue 13327 -

[Issue 15115] std.typetuple link to std.meta is 404

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15115 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/f58b41e8687c948fe78d85107ede167381634820 fix issue 15115 -

[Issue 15009] Object.destroy calls unnecessary postblits for destruction of static arrays object

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15009 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5be4156ccba77b49c7232060bbecb8b2527a8287 fix Issue 15009 -

[Issue 3753] ICE(eh.c): Related to exception handling and alloca.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3753 --- Comment #13 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6302257b0cdc5d171511cc6f1566956ff11b09c5 Prevent using alloca

[Issue 15046] [REG2.068] isForwardRange documentation is documenting issue 14544

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15046 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6813eca0d20dbb1ced9c4bfc172f8ae0b5b9693a fix Issue 15046 -

[Issue 15137] core.time: Support Duration/Duration and Duration%Duration

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15137 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/809b40a9b110b652ba4539679c292fbe068d5cab core.time:

[Issue 14768] Error: index 174762 overflow for static array

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14768 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b91401db907f113e5acbf9be4be69b97b286c198 fix Issue 14768 - Error:

[Issue 14792] Add function to convert from unix time to SysTime

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14792 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4899aa85d22114cd56be87ec8cb243d2a13f5b1e Implement issue#

[Issue 14846] Insufficient context deduction with implicit nested lambda

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14846 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5cdf726149c588ce95e25bdaaee23f8a8949e48a Supplemental fix for

[Issue 14282] executeShell should use sh and ignore the SHELL env variable

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14282 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 12966] Merge the heapsort code in std with the binary heap in std.range

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12966 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/cc77356a9df2530ed6a725281bf90daf221ed0ef Fix Issue 12966 -

[Issue 14884] `among` docs broken link to `find` and `canFind`

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14884 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4b7976bc274992e1e3445ce819ea068b8f6737ff Fix Issue 14884

[Issue 14762] Do not use other method options on persistent connection.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14762 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/7877708089c5b6b33d88c4c0279ae367e624df1e Fix issue 14762

[Issue 14860] Destructor is not called for block assignment

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14860 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/35f1f6226aa523305e41f3dee68fbb0ce8fafdf4 Supplemental fix for

[Issue 14579] [SPEC] No specification on modifiers in TypeDelegate symbols

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14579 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/5cf9d84051e3e6537392985a5bddeef8d804dc62 fix Issue 14579

[Issue 15155] New: ')' cannot be expressed in code examples

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15155 Issue ID: 15155 Summary: ')' cannot be expressed in code examples Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ddoc, rejects-valid

[Issue 15153] CTFE failes to access second dimension of static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15153 tobias.marstal...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 15153] CTFE failes to access second dimension of static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15153 --- Comment #3 from ag0ae...@gmail.com --- (In reply to tobias.marstaller from comment #2) > Okey, i understand that. I changed my test snippet to this but the compiler > still gives an error for the array declaration: > > > module std.test; >

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread John Colvin via Digitalmars-d-learn
On Sunday, 4 October 2015 at 20:26:51 UTC, John Colvin wrote: template bish(T) { alias tmp = bish0!T; alias tmp = bish1!T; alias bish = tmp; } https://issues.dlang.org/show_bug.cgi?id=15156

Re: D 2015/2016 Vision?

2015-10-04 Thread bitwise via Digitalmars-d
On Sunday, 4 October 2015 at 20:18:25 UTC, rsw0x wrote: On Sunday, 4 October 2015 at 18:02:21 UTC, bitwise wrote: Currently, it seems like someone will eventually take all these classes/hierarchies and flatten them into some struct/template approach. I am not looking forward to this at all. I

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread Laeeth Isharc via Digitalmars-d-learn
On Sunday, 4 October 2015 at 20:34:53 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 20:26:51 UTC, John Colvin wrote: template bish(T) { alias tmp = bish0!T; alias tmp = bish1!T; alias bish = tmp; } https://issues.dlang.org/show_bug.cgi?id=15156 Thanks very

Re: Go, D, and the GC

2015-10-04 Thread Jonathan M Davis via Digitalmars-d
On Sunday, 4 October 2015 at 17:30:39 UTC, rsw0x wrote: I still say it's worth investigating a thread-local GC by taking advantage of the fact that shared has never really been properly fleshed out. This would heavily play to D's TLS by default, and preferring message passing over shared data.

D 2015/2016 Vision?

2015-10-04 Thread bitwise via Digitalmars-d
http://wiki.dlang.org/Vision/2015H1 Looking at this, It's obvious that some of it has spilled over, but it would be nice to have a fresh document detailing the plan moving forward. I'm hoping to see something about D's memory model. In particular, an update on DIP74. There are several

[Issue 14995] std.mmfile incorrectly handles errors in ctor

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14995 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/290a94243f80585f6b42d022c2584fba51035c05 fix Issue 14995 -

[Issue 14799] Documentation for std.zlib.compress is incorrect

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14799 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/07422ed9a6a1f0d0c48acdb75fd1f9a8e0cd36a5 fix Issue 14799 -

[Issue 14699] [REG2.062] ICE: segfaults on array with zero size

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14699 --- Comment #13 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5d70b1a0d07cc16ef579360fc697116f5ef630d0 fix Issue 14699 - ICE:

[Issue 14433] std.encoding does not support Central European ISO-8859-2 and CP1250 encodings

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14433 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/b65b717dcba7d6b86cbedd7cf632e93d67ede392 Merge pull request

[Issue 14754] [REG2.068b1] 64bit wrong code with -inline

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14754 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/46acdb60537358bd742543d55e97e22eeacc33a5 fix Issue 14754 - 64bit

[Issue 11414] druntime should run debug unittest

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11414 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5c69814cb650f27621248dbd5eee2096b1be6dfa fix Issue 11414 -

[Issue 15076] Get ID of current thread

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15076 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1699b5fc466232087d876bd41e214ec41b290e1c fix Issue 15076 - Get

[Issue 14940] Can't call logger with more complex objects

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0390fba7e76b85b869603bd2de8e27ef2036f5be fix Issue 14940

[Issue 14870] incorrect use of assert to detect environmental errors in core.time

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14870 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/3f9c4a6f3daa4e296e3404fe9714d1f03d73dc50 Fix issue 14870 -

[Issue 14717] Ddoc macro recursion limit too low

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14717 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/3f444afaeffd70ca3eddf19512c4c51947de80e6 fix issue 14717 - Ddoc

[Issue 15104] Switching fibers in finally blocks breaks EH

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15104 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/f6633abb43ea1f2464d3a772b8f8fe78216ffd8e Fix Issue 15104 -

[Issue 14653] scoped!range in foreach crashes

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14653 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0fea84354ed1f4339a2910897bf9f1cab87b3384 fix Issue 14653 -

[Issue 1238] Private identifiers in imported modules create conflicts with public ones

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1238 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/a96d7c0b499ab2b4bd8e6b3ea87ee4a3858b9aab Add workaround for

[Issue 14777] 0 is not the initial value for std.zlib.adler32

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14777 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1156b077b66b8d02f1eb813b676521f60a1ef936 fix Issue 14777 - 0

[Issue 14715] Add README.md to the tools Repository

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14715 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/15378d59d076b04aaf20e6dbeb3867665bca1744 fix Issue 14715 - Add

[Issue 14933] specifications for the pragma(mangle) are vague

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14933 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/2c0d5ccc84634acbe9b7ce5865dea6f91e5eb9c4 fix issue 14933

[Issue 15153] CTFE failes to access second dimension of static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15153 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14503 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/47dfc369b07d62988682404edf7b4a95dec93480 Merge pull request

[Issue 14760] Clear content-length for libcurl option to eliminate segmentation fault.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14760 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/7cbf6c6bff93081ed377a18cbe53c3dfb03df72a Fix issue 14760

[Issue 14605] RefAppender fails isOutputRange

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14605 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/dd2161705a7c6eb2fc9ba913a09b0592dde25469 std.traits.hasMember:

[Issue 14949] Non-descriptive "Enforcement failed" when attempting to write to closed file

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14949 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/78a0fb92e9d69d89eb8c4e87fce0f0cd7d67cb14 fix Issue 14949 -

[Issue 14735] [REG2.068-b1] std.string.indexOf cannot deduce function for char argument

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14735 --- Comment #18 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/cd77a9cdcb8483618bde3512386e6899692c04af Supplemental fix for

[Issue 14878] destructor of lambda parameter not included in speculative @safe check

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14878 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/901908ec7f38b1d9b6a7d291bbb858f60c12f0cb remove workaround for

Experience: Developing Cloud Foundry applications with D

2015-10-04 Thread Andre via Digitalmars-d
I want to share my experiences with D and the platform as a service solution Cloud Foundry. Cloud Foundry supports any development language as long it is runnable on Linux 64 bit and the application has a http Server listening on a port which Cloud Foundry provides you using system environment

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Zekereth via Digitalmars-d
On Sunday, 4 October 2015 at 14:48:57 UTC, Russel Winder wrote: Go only has QML bindings not a complete Qt5 binding. This turns out to be more than enough for good cross-platform applications. I suspect if there was a D/QML binding, this would be a good place to be. Have you seen this?

[Issue 15156] New: overload set in eponymous template

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15156 Issue ID: 15156 Summary: overload set in eponymous template Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

Re: Which C runtime for MinGW and *BSD?

2015-10-04 Thread Jonathan M Davis via Digitalmars-d
On Sunday, 4 October 2015 at 10:46:24 UTC, Joakim wrote: I don't think other OS's use different libc's much. AFAIK, in the case of all of the *nixes other than Linux, libc is part of the OS itself (certainly, that's the case with the BSDs, Illumos, and Solaris), so the only way you'd have an

[Issue 15157] New: std.experimental.allocator.building_blocks docs

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15157 Issue ID: 15157 Summary: std.experimental.allocator.building_blocks docs Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 15157] std.experimental.allocator.building_blocks docs

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15157 John Colvin changed: What|Removed |Added Severity|enhancement |normal --

Re: GuiDub

2015-10-04 Thread Jacob via Digitalmars-d
On Tuesday, 29 September 2015 at 07:53:12 UTC, ponce wrote: On Tuesday, 29 September 2015 at 05:17:42 UTC, Jacob wrote: Does anyone actually maintain all this or use it? Cause surely I shouldn't be getting errors like this? I have about 50 packages in my dub.json and they all came from

[Issue 788] Compiler rejects hex floats in the format: HexPrefix HexDigits . HexDigits(opt) with binary-exponent-part required

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=788 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/fda62efe0f526e8272dfcc47a4cc7c68f5419569 Ignore real pad in

[Issue 14877] std.net.curl needs PATCH http method

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14877 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ceb29a91c0c4afd3b502ab3c0e163b1fd27b4d39 fix Issue 14877 -

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7bf83a6ce5d1a83f52ce40b174c8ccfdcd6948a8 fix Issue 14710 - VC-built

[Issue 14817] [REG-master] copy("foo", "bar") std.algorithm/std.file conflict

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14817 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1e7246b20128efc94dd7525bdbb58e8ee171ca5e Fix Issue 14817 -

[Issue 15000] Changes to userShell either need to be reverted or the std.process documentation needs to be updated

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15000 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/f537cb50b5f8f9ad6d841db14b2e0a6cb845d008 fix Issue 15000 -

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread John Colvin via Digitalmars-d-learn
On Sunday, 4 October 2015 at 18:08:55 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 17:17:14 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 16:37:34 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 15:45:55 UTC, Laeeth Isharc wrote: How do I persuade partial to tie itself

[Issue 15012] Druntime Makefile whitelists compilers

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15012 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0bfc7ca32f074ff4295f567033da4f72b4d377a7 remove CC filter for

[Issue 14994] std.mmfile incorrectly handles map failure

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14994 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/836be856fa244b253ad8cc12d87668cf9202b295 fix Issue 14994 -

[Issue 10895] incorrect std.array.join behavior with array of string-like class using alias this

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10895 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/8e11f0ebe23d2fab92bf979595729a5b2038055e fix Issue 10895 -

[Issue 13302] Inline ASM grammar is not left-associative

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13302 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/a6f09a274afc0698d3ef033f1343a248b0ec1367 Issue 13302 -

[Issue 5945] redBlackTree printing

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5945 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0f05183f5c792ac3adbc50953a9639b0140a27fc implemented issue 5945

[Issue 15085] std.datetime unittest fail due to missing TZname

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15085 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e3a239e79a7d0283210ad004260111c480d0fe8d Fix for issue# 15085:

[Issue 13720] [REG2.067] Adding trivial destructor to std.datetime causes Internal error: ..\ztc\cgelem.c 2418

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13720 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5a67cc2c12b351a4649de5caeb5e6b30e109d611 fix Issue 13720 - Adding

[Issue 15012] Druntime Makefile whitelists compilers

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15012 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/7b1a6110f35fbd358235385b9bb0c56d91bcc084 remove CC filter

[Issue 15036] SimpleDllMain assumes various symbols are available unqualified

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15036 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/957d83f1c342e44229d148027a449c956a42c122 fix Issue 15036 -

[Issue 14926] Programs compiled using dmd 2.068 are generating dummy profilegc.log files

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14926 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/146469cf3e0781e9199e4ddd5d3f11cf99f684b9 fix

[Issue 14808] phobos sidebar "D Lib" link is back to homepage

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14808 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/a6df6a5eecfde2945932b09d69b61a15aa631e32 fix Issue 14808

[Issue 14750] druntime/test/coverage was added to druntime, but not to the MANIFEST - zip file broken again

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14750 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/28e3bb192f76de535ad8bc430667567584affc05 fix Issue 14750

[Issue 11414] druntime should run debug unittest

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11414 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 14755] Could -profile=gc also give the number of allocations that led to X bytes being allocated?

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14755 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/01293e38d6d733137cbf633d6c46bcdc9f07b2d4 fix Issue 14755 -

[Issue 14685] [REG2.067] Silent incorrect behavior with enforce and custom exception

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14685 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4f2e16ed39763ab3eecb19b1d24961dfdc77a678 fix Issue 14685 -

[Issue 14712] GIT HEAD : std.net.curl regressions

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14712 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/53e4c659682264321e5339615c7a1c6158f8aa6d fix Issue 14712 -

[Issue 14881] [REG] posix.mak omits package.d files when building zip file

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14881 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/d58908ab71076115fca84321677f662d5e45ef31 fix Issue 14881 -

[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3a025da7c69f66b28c0eed53aa9ea1ccced01623 Cleanup for Issue

[Issue 14747] compiler insists on unnecessary return statement

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14747 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4ceb3ab1599025cc5b8a8659c088d17215b89091 Supplemental fix for

[Issue 11414] druntime should run debug unittest

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11414 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3399e4b0d035fa060e777115c8f88afe566c929e adapt druntime paths

[Issue 14924] Error in std.uri definition/description

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/169101f7bf64c2f394c39a2ba297eabd2220ecf5 fix issue 14924

[Issue 14724] std.getopt: config.required breaks --help

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14724 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6c8b8232c30c38cd2140625225e0b7211a4319ae fix issue14724

[Issue 13596] permutations range

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13596 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6079e23d827ffeaf15b6587eb713fa95a20e4e6f

Re: buffered output to files

2015-10-04 Thread Gerald Jansen via Digitalmars-d-learn
On Saturday, 3 October 2015 at 22:21:08 UTC, Gerald Jansen wrote: My simple test program is here: http://dpaste.dzfl.pl/329023e651c4. An alternative link to the program (that doesn't try to run it) http://codepad.org/FbHJJqYM.

Re: D 2015/2016 Vision?

2015-10-04 Thread rsw0x via Digitalmars-d
On Sunday, 4 October 2015 at 18:02:21 UTC, bitwise wrote: Currently, it seems like someone will eventually take all these classes/hierarchies and flatten them into some struct/template approach. I am not looking forward to this at all. I like polymorphism when it's appropriate. It's just a

gl3n does not seem to have an ortho function like glm. Any replacements?

2015-10-04 Thread WhatMeWorry via Digitalmars-d-learn
I'm porting some C++/OpenGL/glm code over to D, And I've run into a glm::ortho function. glm::mat4 projection = glm::ortho(0.0f, static_cast(WIDTH), 0.0f, static_cast (HEIGHT)); gl3n is great for vecs and mats but does not appear to have an ortho function. Any suggestions? Thanks in

[Issue 14782] Internal error: backend/cod1.c

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14782 --- 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/df6a9af2a85e7d67ae01b7d07ec86ba8819d183f fix Issue 14782 - Internal

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Nick Sabalausky via Digitalmars-d
On 10/04/2015 09:24 AM, karabuta wrote: For some time now I have been trying various GUIs options in D. I came to settle on gtkd and dlangui(stability is not my current priority). In YHO, what keeps you from using any of those fully(mostly)? Gtkd first, followed by dlangui. I need to know

[Issue 14782] Internal error: backend/cod1.c

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14782 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0ff63cc33aebe82d3981aed87f08e0626b43918f Merge pull request #5154

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Nick Sabalausky via Digitalmars-d
On 10/04/2015 10:53 AM, Russel Winder via Digitalmars-d wrote: On Sun, 2015-10-04 at 14:16 +, Suliman via Digitalmars-d wrote: GTK is crap, and dlangui is single-man project, and also look not very native. GTK is perfect, definitely not crap. If you are using GNOME or one of the other UI

[Issue 15158] New: Better error message: "Property is not an lvalue, use 'ref' to make it so"

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15158 Issue ID: 15158 Summary: Better error message: "Property is not an lvalue, use 'ref' to make it so" Product: D Version: D2 Hardware: x86 OS: Mac OS X

Re: Go, D, and the GC

2015-10-04 Thread rsw0x via Digitalmars-d
On Sunday, 4 October 2015 at 21:01:45 UTC, Jonathan M Davis wrote: On Sunday, 4 October 2015 at 17:30:39 UTC, rsw0x wrote: I still say it's worth investigating a thread-local GC by taking advantage of the fact that shared has never really been properly fleshed out. This would heavily play to

Re: GuiDub

2015-10-04 Thread John Colvin via Digitalmars-d
On Sunday, 4 October 2015 at 21:29:36 UTC, Jacob wrote: On Tuesday, 29 September 2015 at 07:53:12 UTC, ponce wrote: [...] I was under the impression that dub was sort of the "god particle" for building D apps. That it would take care of all this mess. It surely doesn't and hasn't made my

Re: Concatenation of ubyte[] to char[] works, but assignation doesn't

2015-10-04 Thread Jonathan M Davis via Digitalmars-d-learn
On Sunday, October 04, 2015 16:13:47 skilion via Digitalmars-d-learn wrote: > Is this allowed by the language or it is a compiler bug ? > > void main() { > char[] a = "abc".dup; > ubyte[] b = [1, 2, 3]; > a = b; // cannot implicitly convert expression (b) of type > ubyte[] to char[]

Re: Experience: Developing Cloud Foundry applications with D

2015-10-04 Thread Vladimir Panteleev via Digitalmars-d
On Sunday, 4 October 2015 at 19:13:58 UTC, Andre wrote: I tried different http servers available for D. One more (my own): https://github.com/CyberShadow/ae/tree/master/net ae.net is used on: - http://forum.dlang.org/ - http://dtest.thecybershadow.net/ - Digger's local web UI - (other

<    1   2   3   >