[Issue 8901] a bug to cast from array literal to ubyte[]

2023-02-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8901 Paul Backus changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 8901] a bug to cast from array literal to ubyte[]

2023-02-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8901 Ate Eskola changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 8901] a bug to cast from array literal to ubyte[]

2012-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8901 SHOO zan77...@nifty.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 8901] a bug to cast from array literal to ubyte[]

2012-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8901 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 8901] a bug to cast from array literal to ubyte[]

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8901 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8901] a bug to cast from array literal to ubyte[]

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8901 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 8901] a bug to cast from array literal to ubyte[]

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8901 --- Comment #2 from hst...@quickfur.ath.cx 2012-10-27 13:26:15 PDT --- Haha, case in point: that slice operation should be ptr[0 .. int.sizeof-1]. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8901] a bug to cast from array literal to ubyte[]

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8901 --- Comment #3 from hst...@quickfur.ath.cx 2012-10-27 13:27:15 PDT --- Oh wait, no, the original was correct. :-/ See what I mean? It's unsafe. :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are