[Issue 18347] New: stdx.allocator dispose should be @safe

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18347 Issue ID: 18347 Summary: stdx.allocator dispose should be @safe Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 11900] Implicit cast of string literal -> char* causing ambiguous call

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11900 Simen Kjaeraas changed: What|Removed |Added CC||c...@benjamin-thaut.de --- Comment #6 from

[Issue 15529] opEquals(string) conflicts with opEquals(const(char)*)

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15529 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3968] Some way to do certain implicit casts with operator overloading

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3968 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18346] New: implicit conversion from int to char in `"foo" ~ 255` should be illegal

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18346 Issue ID: 18346 Summary: implicit conversion from int to char in `"foo" ~ 255` should be illegal Product: D Version: D2 Hardware: x86 OS: Mac OS X Sta

[Issue 13632] Second argument for std.string.strip

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13632 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/2346990c091e68d0b07ed2fbd41dd865a3251713 Fix issue 13632: Enhancement to std.string.strip Added

[Issue 13632] Second argument for std.string.strip

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13632 github-bugzi...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|-

[Issue 18344] Downloads page should link to https://dlang.org/install.html

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18344 bachm...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18345] New: std.datetime documentation isn't properly split

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18345 Issue ID: 18345 Summary: std.datetime documentation isn't properly split Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Keywords: ddoc

[Issue 18344] New: Downloads page should link to https://dlang.org/install.html

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18344 Issue ID: 18344 Summary: Downloads page should link to https://dlang.org/install.html Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 10828] datetime toString functions should accept sink

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10828 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b503bb4acd8bd32ba95dbac29a04fda45af0eceb Work On Issue 10828 - datetime toString functions shoul

[Issue 18343] New: Crash when importing empty module and package in subfolder

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18343 Issue ID: 18343 Summary: Crash when importing empty module and package in subfolder Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 18068] No file names and line numbers in stack trace

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #7 from Jacob Carlborg --- (In reply to Mike Franklin from comment #6) > I've narrowed down the problem to this `if` statement: > https://github.com/dlang/druntime/blob/ > bff4d4bd3c4a320f4743a2ac5c5c0bd7df5d593c/src/rt/backtrace/dwarf.d#

[Issue 18068] No file names and line numbers in stack trace

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #6 from Mike Franklin --- I've narrowed down the problem to this `if` statement: https://github.com/dlang/druntime/blob/bff4d4bd3c4a320f4743a2ac5c5c0bd7df5d593c/src/rt/backtrace/dwarf.d#L201 That is `loc.address` and `address` are never

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 --- Comment #4 from anonymous4 --- Array concatenation still implies automatic memory management of some form. Not sure something like that can fit in betterC. You can implement something like stringConcat("`",s,"`") that will use memory management o