the question is: is it bug, or it's intended behavior to limit signed integrals to values which can be safely abs()ed?
this code: std.conv.parse!byte("-128") throws error: "Overflow in
integral conversion". but this is obviously not true, as signed
byte can hold such value.
- possible bug in std.conv.parse ketmar via Digitalmars-d
- Re: possible bug in std.conv.pa... bearophile via Digitalmars-d
- Re: possible bug in std.con... ketmar via Digitalmars-d
- Re: possible bug in std... ketmar via Digitalmars-d
- Re: possible bug in... ketmar via Digitalmars-d
- Re: possible bug in std.conv.pa... Adam D. Ruppe via Digitalmars-d
- Re: possible bug in std.con... Adam D. Ruppe via Digitalmars-d
- Re: possible bug in std.con... Timon Gehr via Digitalmars-d
- Re: possible bug in std.con... Andrei Alexandrescu via Digitalmars-d
- Re: possible bug in std... Adam D. Ruppe via Digitalmars-d
- Re: possible bug in... monarch_dodra via Digitalmars-d
