April 05, 2020 Announce » Re: dlang-requests 1.1.0 released | |||
|---|---|---|---|
| |||
...One quick suggestion: avoid direct casting from `ubyte[]` to `string`: /+dub.sdl: dependency "requests" version... | |||
April 04, 2020 General » Re: Bitarrays in the age of 64bit | |||
|---|---|---|---|
| |||
...pointers types become something like ubyte[1], ubyte[2], ubyte[3], etc. depending on the... | |||
April 02, 2020 Learn » Re: [dmd] Types and ScopeDsymbol | |||
|---|---|---|---|
| |||
...with no basic integer types but just ubyte, and everything would be handled with operator... | |||
March 29, 2020 Issues » [Issue 20708] New: result of cast not specified when value is out of range | |||
|---|---|---|---|
| |||
...b = cast(ubyte) a; float f = 1.203125f * 255.0f; auto zz = cast(ubyte) f... | |||
March 29, 2020 General » Re: Spec on casting to integer with smaller range than value | |||
|---|---|---|---|
| |||
...expressions ยง7. is not specified but is the normal part of the cast uint -> ubyte. | |||
March 28, 2020 General » Re: Spec on casting to integer with smaller range than value | |||
|---|---|---|---|
| |||
cast (ubyte)x is the same as = ((cast(uint)x) & 0xff) | |||
March 28, 2020 General » Spec on casting to integer with smaller range than value | |||
|---|---|---|---|
| |||
...b = cast(ubyte) a; float f = 1.203125f * 255.0f; auto zz = cast(ubyte) f... | |||
March 28, 2020 Issues » [Issue 20644] Invalid printf deprecation for ubyte passed to "%hhu" | |||
|---|---|---|---|
| |||
...Fix Issue 20644 - Invalid printf deprecation for ubyte passed to "%hhu"" was merged into master... | |||
March 24, 2020 Announce » Re: diet-ng Live mode and announcing dietpc | |||
|---|---|---|---|
| |||
...void arsd.http2.HttpRequest.handleIncomingData(scope const(ubyte[])).parseLastHeader() [0x5abd5b] /home/me/arsd/http2.d... | |||
March 21, 2020 Issues » [Issue 5725] ubyte/ushort infinite foreach loops | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5725 Basile-z <b2.temp@gmx.com... | |||
Copyright © 1999-2021 by the D Language Foundation