[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2019-04-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 --- Comment #8 from Dlang Bot --- dlang/phobos pull request #6947 "[dmd-cxx] Backport Solaris and DragonflyBSD ports" was merged into dmd-cxx: - a181958b932a5761d7a8f7ab7a05736ce8e3e829 by Steven Schveighoffer: Fix issue 18084 - tempCString type

[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4873e2f6b3020c8edc18d4037d1f0d01a1ea6dd6 Fix issue 18084 - tempCString type should not change

[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2017-12-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2017-12-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4873e2f6b3020c8edc18d4037d1f0d01a1ea6dd6 Fix issue 18084 - tempCString type should not change

[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2017-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 --- Comment #5 from Steven Schveighoffer --- This is somewhat how the original worked. I have a feeling the compiler was having difficulty proving the return wasn't a piece of the object itself, which is why the latter PR was

[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2017-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 --- Comment #4 from anonymous4 --- A variant of code: --- //field size doesn't depend on unittest version (to avoid corruption) //use `_buff` property to access the buffer To[256 / To.sizeof] _buffer; // the 'small string

[Issue 18084] [REG2.072] tempCString buffer size is unittest-versioned

2017-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18084 anonymous4 changed: What|Removed |Added Summary|tempCString buffer size is |[REG2.072]