| Thread overview | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
November 07, 2016 [Issue 16667] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 ag0aep6g@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ag0aep6g@gmail.com Summary|dub test fails on std.conv |dub test fails on std.conv |after upgrade to dmd |after upgrade to dmd |2.0.72.0 |2.072.0 -- | ||||
November 10, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 Dicebot <public@dicebot.lv> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |public@dicebot.lv Summary|dub test fails on std.conv |[REG] dub test fails on |after upgrade to dmd |std.conv after upgrade to |2.072.0 |dmd 2.072.0 Severity|minor |regression -- | ||||
November 10, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #1 from Dicebot <public@dicebot.lv> --- Confirming regression from 2.071.2 -- | ||||
November 10, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #2 from Dicebot <public@dicebot.lv> --- (dub is not necessary, compiling this snippet is sufficient) unittest { import std.conv; import std.string; ubyte[] a = "abc".representation.dup; string s = castFrom!(ubyte[]).to!(string)(a); } -- | ||||
November 10, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #3 from Dicebot <public@dicebot.lv> --- Introduced via https://github.com/dlang/phobos/pull/4583 -- | ||||
November 16, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |code@dawg.eu Hardware|x86 |All Assignee|nobody@puremagic.com |code@dawg.eu OS|Linux |All --- Comment #4 from Martin Nowak <code@dawg.eu> --- Fix https://github.com/dlang/phobos/pull/4905 -- | ||||
November 20, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #5 from github-bugzilla@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0556bf138ed4678cb5ad870367065324fd4a5b4f fix Issue 16667 - wrong @safe unittest compilation error https://github.com/dlang/phobos/commit/2a6b43605d49b8c140e14dd43ecf783459bc5712 Merge pull request #4905 from MartinNowak/fix16667 fix Issue 16667 - wrong @safe unittest compilation error -- | ||||
December 07, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #6 from github-bugzilla@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0556bf138ed4678cb5ad870367065324fd4a5b4f fix Issue 16667 - wrong @safe unittest compilation error https://github.com/dlang/phobos/commit/2a6b43605d49b8c140e14dd43ecf783459bc5712 Merge pull request #4905 from MartinNowak/fix16667 -- | ||||
December 27, 2016 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #7 from github-bugzilla@puremagic.com --- Commits pushed to scope at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0556bf138ed4678cb5ad870367065324fd4a5b4f fix Issue 16667 - wrong @safe unittest compilation error https://github.com/dlang/phobos/commit/2a6b43605d49b8c140e14dd43ecf783459bc5712 Merge pull request #4905 from MartinNowak/fix16667 -- | ||||
January 16, 2017 [Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16667 --- Comment #8 from github-bugzilla@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0556bf138ed4678cb5ad870367065324fd4a5b4f fix Issue 16667 - wrong @safe unittest compilation error https://github.com/dlang/phobos/commit/2a6b43605d49b8c140e14dd43ecf783459bc5712 Merge pull request #4905 from MartinNowak/fix16667 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply