[Issue 17064] rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17064 --- Comment #5 from Vladimir Panteleev --- Ideally, rdmd would be moved into dmd and left as a compatibility wrapper. That would make it much faster, too. --

[Issue 17064] rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17064 --- Comment #4 from Timothee Cour --- ideally, there would be some code sharing with dmd to avoid dmd's flag becoming out of sync with rdmd's flag. --

[Issue 17064] rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17064 --- Comment #3 from Vladimir Panteleev --- Oh, I see what you mean now. The problem is with the equal sign. --

[Issue 17064] rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17064 Timothee Cour changed: What|Removed |Added CC|

[Issue 17064] rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

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

[Issue 16962] rdmd --build-only --force -c main.d fails: ./main: No such file or directory

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16962 --- Comment #18 from Timothee Cour --- Split of the bug pertaining to -of= -od= to https://issues.dlang.org/show_bug.cgi?id=17064 --

[Issue 17064] New: rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17064 Issue ID: 17064 Summary: rdmd -of= broken (cf doesn't understand new dmd -of= syntax) Product: D Version: D2 Hardware: x86 OS: All Status: NEW

[Issue 16654] hashOf returns different hashes for the same string value

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16654 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/5c187e05ff87404ebf4884cfc548324c2c3ed0fc Revert object.hashOf changes from "use array

[Issue 16048] std.getopt: duplicated options are not detected

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16048 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/43880932f56f412eb5c3e4fcc395c507c1aa93ad Throw error on duplicate long/short options --

[Issue 16589] Taking address of stack variables in @safe code is allowed in some cases

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16589 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/34213361ec3cd13485db7eb4044e93b85178397c fix Issue 16589 - Taking address of stack variables in @safe

[Issue 16634] std.math exposes yl2x and yl2xp1 publicly

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16634 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f10dd947cdbaeb67ef02063e734f8b842ec1bb23 fix issue 16634

[Issue 16758] Variant.opIndex result not modified after opAssign

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16758 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/cdd2acb0d58b38659260348d4fb78d2aba6db51c Fix Issue 16758 - Variant.opIndex result not modified

[Issue 16624] std.path.setExtension ddoc comment is strangely formated

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16624 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9d1fc0750bec03cf1e9cc1fdbbefa8828ae0d418 [TRIVIAL, DDOC] fix issue 16624 - setExtension ddoc

[Issue 16478] Don't allow to!T() in constraint

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16478 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/006ee446f886c5a0f8147908501d287236dd6197 Fix Issue 16478 - Don't allow to!T() in constraint

[Issue 5995] string append negative integer causes segfault

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5995 --- Comment #21 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/316e6d2607b4b22794ef75a331ad27d970717cda fix issue 5995

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/cdeca315729264ddbdd72ad9a83ea4fc5762e0dd fix Issue 16523 - case variables should be const/immutable

[Issue 14238] DIP25: escape checks can be circumvented with delegate

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14238 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7c3e47a20e30672653c6330edbe22f2181a1f9c2 fix Issue 14238 - DIP25: escape checks can be circumvented

[Issue 14613] DMD: Internal error: backend/cod1.c 1567 on '-O' switch

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14613 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a4f584ffdc195cc99a738ba495c8261284813d2a fix Issue 14613 - DMD: Internal error: backend/cod1.c 1567 on

[Issue 16560] [Mir] Prefetch intrinsics like in LDC

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16560 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/09e3fdd31d53fcb96a787a6a9de466a7c1f72ac1 fix Issue 16560 - [Mir] Prefetch intrinsics like in LDC

[Issue 12125] Win64 phobos has hard references to LIBCMT

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12125 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/60cd8d2aa70e1c9cfd7c58fa42bce7345fd00b77 Merge pull request #4891 from rainers/nodefaultlib --

[Issue 15862] Functions that return types with mutable indirections should be weakly pure, not strongly pure

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15862 --- Comment #17 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4dfc9e9252220ef724412a74b3a8caf862d0a95e fix Issue 15862 - allocating storage in pure functions

[Issue 9391] Constant std.regex.regex

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9391 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e98fa4ad5ad39487844c91357cfec4f698e88230 [std.regex] Fix issue 9391 - const regex, ctRegex is

[Issue 16611] std.traits.fullyQualifiedName fails with error 'Unrecognized type const(void)'

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16611 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a636bb6bb00e54fda367bd3c452db2ced0ca9df6 Fix Issue 16611 - 'Unrecognized type const(void)' error

[Issue 4851] Three suggestions for std.random

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4851 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/783d15bfa0e55d753999e7cc38236763c6b95092 enhancement issue 4851: add choice function to

[Issue 16484] regression(2.064) Overloaded empty funcs trigger AssertError: "Called `get' on null Nullable"

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16484 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/daf387f065d4914cc868deb584ee8b6fb53774a5 add comment in reponse to Issue 16484

[Issue 8087] Improve clarity of std.algorithm documentation

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8087 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/946a46774c58681036e12932858d0bb58f887448 Fix Issue 8087 - Improve clarity of std.algorithm

[Issue 16959] bringToFront fails on char arrays

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16959 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/82c30a688260ce13aefee0a12369742ce252ab07 Issue 16959 - Added doc entry about Unicode behaviour +

[Issue 16797] Zero clock resolution lead to division by zero

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16797 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/3a29ac5293dfa5e85790480b838eaa45f59c14a8 fix issue 16797 - Zero clock resolution lead to

[Issue 16609] std.experimental.ndslice.slice issues warnings when building Phobos

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16609 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/00ce4ed3a114b42f9dd30015b20c4b795fd61360 Merge pull request #4865 from 9il/tohash --

[Issue 16499] Misleading error message for 'in' operator with wrong argument

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16499 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/573ab09aac2e59225e86440702a3769761734f15 Merge pull request #6140 from yshui/master --

[Issue 16147] Provide shiny 404 error pages

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16147 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/dc537e52e541fc69b3e1c6ebc92c67943f4e2ec7 fix Issue 16147 - Provide shiny 404 error pages

[Issue 8799] Give example of Tuple mapped to a function

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8799 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e0ca51f9f01cc2a089907b09f9e0ed3dd15df643 fix issue 8799

[Issue 16419] issue with ndslice.slice toHash

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16419 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/52767078ccd2544f6ae8a5def0f75eb569465f77 fix issue 16419 --

[Issue 16628] Special case std.algorithm.equal for known empty or infinite ranges

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16628 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/2a45a145e8d29bf0f4a12c8fc8296041e475ea60 Fix Issue 16628 - std.algorithm.equal for known empty

[Issue 16588] uniq's BidirectionalRange behavior is inconsistent with its InputRange behavior

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16588 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a502b2a254a814aaf68927d07d59baa8ba87dd8f Fix issue 16588 - uniqs BidirectionalRange behavior is

[Issue 16593] Building "tools" produces deprecation warnings

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16593 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/tools https://github.com/dlang/tools/commit/6a257202a1593cf8f5dabc8704cd49112190962b Fix Issue 16593 - Building "tools" produces deprecation

[Issue 16996] std.algorithm.remove with SwapStrategy.unstable removes more entries

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16996 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/424aec1159f045948f896e921dded5b8ef5f00fa Fix Issue 16996 - std.algorithm.remove with

[Issue 16073] Ranges without opDollar not supported

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/06c9dca2daf3edfde85ba01a9d22d842621fad1c [Issue 16073] Fix incorrect uses of random access

[Issue 3827] Warn against and then deprecate implicit concatenation of adjacent string literals

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3827 --- Comment #45 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/aed85471943baba2b003df341dacc7a185a33d53 Issue 3827: Document deprecation of implicit

[Issue 16571] Unittests should not list /tmp/ recursively

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16571 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b4061155cd667f31b2f7d42ea4ca8c2463f9665b Fix Issue 16571 - Unittests should not list /tmp/

[Issue 16764] `hashOf` is misleading, error-prone, and useless

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16764 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/5c187e05ff87404ebf4884cfc548324c2c3ed0fc Revert object.hashOf changes from "use array

[Issue 16743] Intrinsic recognition sometimes fails if a software implementation is available

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16743 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/7f90cdce59cd44172327fd7ddb6ce3f9eac6 fix Issue 16743 - Intrinsic recognition sometimes

[Issue 16966] rdmd: AssertError@rdmd.d(489): should have been created by compileRootAndGetDeps

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16966 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/tools https://github.com/dlang/tools/commit/2026a509e6896cae4e27100ca7adea08b06843d2 fix issue 16966 - rdmd: AssertError@rdmd.d(489): should

[Issue 13314] BinaryHeap assumes Store has dup property

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13314 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/fba056a8df961138859561a6f4ea3d9447efbd6d fix issue 13314

[Issue 16249] std.signals: disconnect() is unsafe during emit()

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16249 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/92eb63547953af2e6514a0fa6c9e109f70643b1b fix issue 16249 - std.signals: disconnect() is unsafe

[Issue 16970] Fix deprecations and warnings when compiling Phobos

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16970 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/3d98191ce9fee0d2bf2b2c4982242afe413e37bd Fix issue 16970 - Fix deprecations and warnings when

[Issue 16449] add support for RDTSCP in iasm

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16449 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/311efc70e4a9de30329b5f02a8387b7ccf5014ac Fix issue 16449 - Add support for the RDTSCP opcode in IASM.

[Issue 16626] [Reg 2.073] extreme CTFE memory usage with compile time regex

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16626 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/07090ae2fdaddd1c40b8c149f32733e908094ac3 disable kickstart in ctfe to workaround Issue 16626

[Issue 16724] RandomCover.popFront is a no-op for the first call

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16724 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7c2dc1ccbadfb337325485cd045255598d536aa4 Merge pull request #4957 from RazvanN7/Issue_16724 --

[Issue 16558] [Mir] Generic unaligned load/store like (like LDC loadUnaligned and storeUnaligned)

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16558 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/333c68e66a73556263e59f0386c1e0c6429da242 fix Issue 16558 - [Mir] Generic unaligned

[Issue 16255] std.algorithm.iteration.each on opApply doesn't support ref

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16255 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f903de7bc6a507e787323d633679872c5c8e618c Fix issue 16255 - std.algorithm.iteration.each on

[Issue 16653] ParameterDefaultValueTuple fails to compile when function has lazy param

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16653 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/48398dbd0f42d258461332b619939e550be430de fix issue 16653

[Issue 16135] missing std.format import in std.algorithm.comparison

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16135 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/d1b59d3f2e4879c1379e2e42080f4cd0155717e4 Fix Issue 16135 - missing std.format import in

[Issue 4125] std.numeric.gcd can use a binary GCD

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4125 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/6b4c2585fe5d25488a2df6a7b9b7c49031c63253 Fix Issue 4125 - std.numeric.gcd can use a binary GCD

[Issue 8573] A simpler Phobos function that returns the index of the mix or max item

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8573 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/d2c7d3761b73405ee39da3fd7fe5030dee35a39e Issue 8573 - A simpler Phobos function that returns the

[Issue 8829] std.algorithm.find fails to take advantage of SortedRange

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8829 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/8b29f206ae8828cf5656881b16e725850c91b728 Issue 8829 - std.algorithm.find fails to take advantage

[Issue 13429] icmp (and friends) should be @nogc

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13429 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/40787cee7f3ab4a3c747d47124e614d7b30cbbf1 Issue 13429: make sicmp and icmp @nogc nothrow

[Issue 14294] partialSort should also accept two ranges

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14294 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0d0ca991a9cffa40444022b39c51a0a6df0a49c9 Issue 14294 - partialSort should also accept two ranges

[Issue 16352] dead-lock in std.allocator.free_list unittest

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 --- Comment #13 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/5caa66ef31e40725c5548d40ead7dbefd19a0d79 Fix issue 16352 - dead-lock in std.allocator.free_list

[Issue 1761] TypeInfo.toString for function types always indicates no-parameter function

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1761 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/ff4adf65b16cefc4caa831e9a6983970d831396e fix issue 1761

[Issue 5236] [patch] std.format.formattedRead/unformatValue does not support the raw reading of integer types

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5236 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/6d13f6685556d633ed0801cd638bc5d96fa69a71 Issue 5236 - [patch]

[Issue 16592] Building dlang.org does not work without a preexisting dmd installation

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16592 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/8319bb96b9828393fdbe76b936dbafd50afb9893 Fix Issue 16592 - Building dlang.org does not

[Issue 15989] Initializing manifest constants with CTFE allocated data

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15989 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e6c2080774ec8e00356b228f8119945846cc4d43 fix Issue 15989 - Initializing manifest constants with CTFE

[Issue 14296] RDMD fails at building a lib when the source is in a subdir

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14296 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/tools https://github.com/dlang/tools/commit/e245e29d8bebe4d3965dbee40216135df513bccf Fix Issue 14296 - RDMD fails at building a lib when the

[Issue 16978] [REG2.072.0] pragma(lib) is broken with rdmd

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16978 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/tools https://github.com/dlang/tools/commit/a9aba0067cc9604588b71877eb390df106f8abe7 Fix Issue 16978 - [REG2.072.0] pragma(lib) is broken with

[Issue 16962] rdmd --build-only --force -c main.d fails: ./main: No such file or directory

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16962 --- Comment #17 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/tools https://github.com/dlang/tools/commit/b6ec807712a452a47f712364b86d02335af2a93f Fix Issue 16962 - rdmd --build-only --force -c main.d

[Issue 16794] dmd not working on Ubuntu 16.10 because of default PIE linking

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16794 --- Comment #19 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/installer https://github.com/dlang/installer/commit/ca90c155a5bbbef145343af751cfe65adcdcf2b9 fix Issue 16794 - .deb no working on Ubuntu

[Issue 16640] void fun(string file=__FILE_FULL_PATH__) returns relative path

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16640 Timothee Cour changed: What|Removed |Added CC|

[Issue 16653] ParameterDefaultValueTuple fails to compile when function has lazy param

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16653 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/5febcef46617f15738e77e5e732ab9e37aa82649 better workaround for issue 16653, fix ketmar comment

[Issue 15858] core.sys.posix.dirent.dirent for glibc is invalid

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15858 Ketmar Dark changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16653] ParameterDefaultValueTuple fails to compile when function has lazy param

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16653 Adam D. Ruppe changed: What|Removed |Added CC|

[Issue 16653] ParameterDefaultValueTuple fails to compile when function has lazy param

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16653 Ketmar Dark changed: What|Removed |Added CC|

[Issue 17062] Gentoo installation page

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17062 greenify changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17063] New: Nested function template cannot be accessed

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17063 Issue ID: 17063 Summary: Nested function template cannot be accessed Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 17062] New: Gentoo installation page

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17062 Issue ID: 17062 Summary: Gentoo installation page Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1