[Issue 15087] DDoc: Add function attributes section for templates

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15087 Jakob Ovrum changed: What|Removed |Added CC||jakobov...@gmail.com --- Comment #1 from Jakob

[Issue 15087] DDoc: Add function attributes section for templates

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15087 Jack Stouffer changed: What|Removed |Added Keywords||ddoc --

[Issue 15087] New: DDoc: Add function attributes section for templates

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15087 Issue ID: 15087 Summary: DDoc: Add function attributes section for templates Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 15086] New: import doesn't verify module declaration

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15086 Issue ID: 15086 Summary: import doesn't verify module declaration Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Keywords: accepts-invalid

[Issue 15071] filenames and module names with case-insensitive HFS+

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15071 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #6 from a

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

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15085 Steven Schveighoffer changed: What|Removed |Added Assignee|nob...@puremagic.com|issues.dl...@jmdavisprog.co

[Issue 15083] declaring a variable, cannot access frame pointer

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15083 --- Comment #4 from John Colvin --- (In reply to Marc Schütz from comment #3) > (In reply to John Colvin from comment #2) > > You can definitely declare variables with Voldemort types. > > > > e.g. > > auto foo(){ struct S{} return S(); } > > void b

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

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15085 Issue ID: 15085 Summary: std.datetime unittest fail due to missing TZname Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: major

[Issue 9065] Please consider adding these std.traits

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9065 Rory changed: What|Removed |Added CC||rjmcgu...@gmail.com --- Comment #52 from Rory --- (In

[Issue 15083] declaring a variable, cannot access frame pointer

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15083 --- Comment #3 from Marc Schütz --- (In reply to John Colvin from comment #2) > You can definitely declare variables with Voldemort types. > > e.g. > auto foo(){ struct S{} return S(); } > void bar(){ typeof(foo()) a; } > > is fine. > That's not

[Issue 15084] New: GC must ensure there is at least X% of free space in the heap after collection to avoid frequent collections

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15084 Issue ID: 15084 Summary: GC must ensure there is at least X% of free space in the heap after collection to avoid frequent collections Product: D Version: D2 H

[Issue 14263] Missing sections core.sys.windows.dll & std.c.windows.windows in runtime documentation

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14263 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #4 from

[Issue 15083] declaring a variable, cannot access frame pointer

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15083 --- Comment #2 from John Colvin --- (In reply to Marc Schütz from comment #1) > (In reply to John Colvin from comment #0) > > This uses phobos, but I'm pretty sure typeof should work here so it's a dmd > > bug. > > typeof itself _does_ work, this co

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

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

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

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14817 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15083] declaring a variable, cannot access frame pointer

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15083 Marc Schütz changed: What|Removed |Added CC||schue...@gmx.net --- Comment #1 from Marc Schü

[Issue 14263] Missing sections core.sys.windows.dll & std.c.windows.windows in runtime documentation

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14263 --- Comment #3 from Anton Pastukhov --- oops, doubleposting --

[Issue 14263] Missing sections core.sys.windows.dll & std.c.windows.windows in runtime documentation

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14263 --- Comment #2 from Anton Pastukhov --- It seems that std.c is completely missing in http://dlang.org/phobos --

[Issue 14263] Missing sections core.sys.windows.dll & std.c.windows.windows in runtime documentation

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14263 Anton Pastukhov changed: What|Removed |Added CC||pastuho...@gmail.com --- Comment #1 from A

[Issue 15083] New: declaring a variable, cannot access frame pointer

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15083 Issue ID: 15083 Summary: declaring a variable, cannot access frame pointer Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Pr

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

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

[Issue 14994] std.mmfile incorrectly handles map failure

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

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

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14995 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14868] MmFile destructor seems to corrupt memory

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14868 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14868] MmFile destructor seems to corrupt memory

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14868 --- Comment #14 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1fc0fa1fa9c9e76a77af63114c7e781651a2d4de fix Issue 14868 - MmFi

[Issue 14994] std.mmfile incorrectly handles map failure

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14994 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15060] Can't load a D shared library first, then load a C shared library

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15060 --- Comment #3 from ponce --- Hacky workaround found by bitwise and Martin Nowak: http://forum.dlang.org/post/lldikuutgrpmmyuhf...@forum.dlang.org --

[Issue 11252] "in" operator for std.range.iota

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11252 --- Comment #4 from bearophile_h...@eml.cc --- (In reply to Jonathan M Davis from comment #3) > Honestly though, this seems like an abuse of the in > operator to me. in is really intended for lookup in containers. It's > definitely not a range operat

[Issue 6004] std.range.unzip()

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6004 --- Comment #3 from bearophile_h...@eml.cc --- (In reply to weaselcat from comment #1) > I was looking for this in std.range and didn't find anything, came across > this issue. > > Since this is about 4 years old, was anything like this ever implement

[Issue 10407] std.conv.to of lazy range to numbers array

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10407 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from bear

[Issue 9558] 0b and 0x prefixes for std.string.isNumeric

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9558 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15071] filenames and module names with case-insensitive HFS+

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15071 --- Comment #5 from Sobirari Muhomori --- So whether it works or not depends on how you invoke the compiler and not on the file name. --

[Issue 12752] std.algorithm.isPermutation

2015-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12752 --- Comment #3 from bearophile_h...@eml.cc --- (In reply to github-bugzilla from comment #2) > Commits pushed to master at https://github.com/D-Programming-Language/phobos Lot of work for one algorithm. The range returned by assumePermutationOf(x, y