[Issue 14403] DDox: std.algorithm index links are 404

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14403 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e43ac92e69a6b68be6343d9461009c16d2a4c039 Use REF_ALTTEXT for overview table symbol links. See iss

[Issue 14403] DDox: std.algorithm index links are 404

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14403 Sönke Ludwig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Issue 16114] [ddox] "Improve this page" links broken for package.d modules

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16114 Sönke Ludwig changed: What|Removed |Added Keywords||pull --- Comment #1 from Sönke Ludwig --- ht

[Issue 15701] documenation should link to line number

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15701 Sönke Ludwig changed: What|Removed |Added Keywords||pull CC|

[Issue 15700] Source code links are partially broken

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15700 Sönke Ludwig changed: What|Removed |Added Keywords||pull --- Comment #4 from Sönke Ludwig --- PR

[Issue 16117] New: std.experimental.alloctor does not work with non default constructible types

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16117 Issue ID: 16117 Summary: std.experimental.alloctor does not work with non default constructible types Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 16114] [ddox] "Improve this page" links broken for package.d modules

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

[Issue 16114] [ddox] "Improve this page" links broken for package.d modules

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16114 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/08f55a75c55aeaa23512e5052260225883a81a48 Fix top page links and line number anchors. Fixes i

[Issue 16118] New: ICE on double import erroneous file

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16118 Issue ID: 16118 Summary: ICE on double import erroneous file Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 16118] ICE on double import erroneous file

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16118 Johan Engelen changed: What|Removed |Added Keywords||ice-on-invalid-code --

[Issue 15700] Source code links are partially broken

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15700 Sönke Ludwig changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 15701] documenation should link to line number

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15701 Sönke Ludwig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16117] std.experimental.alloctor does not work with non default constructible types

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16117 Dicebot changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment #1 from Dicebot ---

[Issue 16117] std.experimental.allocator does not work with non default constructible types

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16117 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com Summary|s

[Issue 16117] std.experimental.allocator does not work with non default constructible types

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16117 --- Comment #2 from Andrei Alexandrescu --- Good point. Should work if the constructor is passed some argument: import std.experimental.allocator; struct Foo{ @disable this(); this(int) {} } auto foos = theAllocator.makeArray!Foo(100, 42);

[Issue 15800] std.conv.to!int does not work with ranges of any char type

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15800 --- Comment #2 from Jack Stouffer --- https://github.com/dlang/phobos/pull/4390 --

[Issue 15792] Error Filling an array

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15792 Jack Stouffer changed: What|Removed |Added Component|phobos |dmd Hardware|x86_64

[Issue 15800] std.conv.to!int does not work with ranges of any char type

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

[Issue 15800] std.conv.to!int does not work with ranges of any char type

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15800 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/97edfbea90d72d8f4b6483c091a5b6d0e54db018 Fixed Issue 15800: std.conv.to does not work with ranges

[Issue 16119] New: std.uni.normalize should accept ranges.

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16119 Issue ID: 16119 Summary: std.uni.normalize should accept ranges. Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priori

[Issue 10203] std.string.toUpperInPlace is... not in place

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10203 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15326] False positive for dangling else warning

2016-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15326 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/56574950f12ed955c480fcda5b4f6564ec4af868 Fix issue 15326 - False positive for dangling else warning ht