[Issue 12546] DMD does not generate required symbols for linker

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12546 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 from Rai

[Issue 13666] New: Undefined Symbols for __gshared data symbols in templates

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13666 Issue ID: 13666 Summary: Undefined Symbols for __gshared data symbols in templates Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 13664] Grammar does not allow @ UDAs

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13664 Kenji Hara changed: What|Removed |Added Keywords||pull, spec Hardware|x86_64

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #4 from hst...@quick

[Issue 13647] std.traits documentation needs linking correctly and has spurious category value

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13647 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 13647] std.traits documentation needs linking correctly and has spurious category value

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13647 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #1 from hst...@quic

[Issue 13597] is(typeof()) works only on second call

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13597 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 13594] std.algorithm.nextPermutation for fixed size arrays too

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13594 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 13594] std.algorithm.nextPermutation for fixed size arrays too

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13594 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #1 from hst...@quic

[Issue 13596] permutations range

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13596 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 13597] is(typeof()) works only on second call

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13597 Andre changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13606] erroneous overflow error in negative long literal

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13606 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 13545] Functions in std.file should take const(char)[] parameters, not char[] parameters

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13545 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13594] std.algorithm.nextPermutation for fixed size arrays too

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13594 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to hsteoh from comment #1) > https://github.com/D-Programming-Language/phobos/pull/2650 This is an improvement. But it's a hack: it still throws away precious compile-time knowledge of the arra

[Issue 13594] std.algorithm.nextPermutation for fixed size arrays too

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13594 --- Comment #3 from hst...@quickfur.ath.cx --- The permutation algorithm needs to iterate over subarrays of varying lengths anyway, so losing the compile-time length of the overall array isn't that big of a deal. --

[Issue 5995] string append negative integer causes segfault

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5995 --- Comment #11 from hst...@quickfur.ath.cx --- Should appending invalid codepoints append the Unicode replacement character instead? --

[Issue 9970] Document the definition and difference between storage class and type constructor

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9970 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||spec Component|Phobos

[Issue 12083] std.path.absolutePath doesn't accept mutable strings

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12083 --- Comment #3 from hst...@quickfur.ath.cx --- Ultimately, this is caused by buildPath() always returning immutable, even though there's no reason it has to. --