[Issue 5909] Allow implicit conversion of hex strings to immutable(ubyte)[] and immutable(ubyte[N]) or turn them into ubyte array literals

2020-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5909

Steven Schveighoffer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||schvei...@yahoo.com
 Resolution|--- |WONTFIX

--- Comment #5 from Steven Schveighoffer  ---
hex strings are deprecated.

--


[Issue 5909] Allow implicit conversion of hex strings to immutable(ubyte)[] and immutable(ubyte[N]) or turn them into ubyte array literals

2016-12-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5909

Shachar Shemesh  changed:

   What|Removed |Added

 CC||shac...@shemesh.biz

--


[Issue 5909] Allow implicit conversion of hex strings to immutable(ubyte)[] and immutable(ubyte[N]) or turn them into ubyte array literals

2014-10-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5909

Marc Schütz schue...@gmx.net changed:

   What|Removed |Added

 CC||schue...@gmx.net

--


[Issue 5909] Allow implicit conversion of hex strings to immutable(ubyte)[] and immutable(ubyte[N]) or turn them into ubyte array literals

2014-07-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5909

bearophile_h...@eml.cc changed:

   What|Removed |Added

Summary|Allow implicit conversion   |Allow implicit conversion
   |of hex strings to   |of hex strings to
   |immutable(ubyte)[] and  |immutable(ubyte)[] and
   |immutable(ubyte[N]) |immutable(ubyte[N]) or turn
   ||them into ubyte array
   ||literals

--