March 18, 2020 General » When D feels unfinished: union initialization and NRVO | |||
|---|---|---|---|
| |||
...essentially converts types to an array of `ubyte[]` in a very simple way. Handles value... | |||
March 15, 2020 Learn » Re: Is it possible to dynamically load a @safe function from a shared library ? | |||
|---|---|---|---|
| |||
...mangling
{
someGlobal = 5; // yay side effects!
*(cast(ubyte*)0xdeadbeef) = 5; // yay no safety!
throw new... | |||
March 14, 2020 Learn » Re: How does one read file line by line / upto a specific delimeter of an MmFile? | |||
|---|---|---|---|
| |||
...if it was an array of bytes (ubyte[]). No interpretation is imposed upon the contents... | |||
March 14, 2020 Issues » [Issue 20644] Invalid printf deprecation for ubyte passed to "%hhu" | |||
|---|---|---|---|
| |||
...ubyte passed to "%hhu"" fixing this issue: - Fix Issue 20644 - Invalid printf deprecation for ubyte... | |||
March 11, 2020 Learn » Re: std.bitmanip help - how to combine bitfields and read | |||
|---|---|---|---|
| |||
...bool, "flagCwr", 1,
bool, "flagNs", 1,
ubyte, "reserved", 3,
ubyte, "dataOffsetWords", 4 // in 32bit words... | |||
March 11, 2020 Learn » std.bitmanip help - how to combine bitfields and read | |||
|---|---|---|---|
| |||
...bool, "flagCwr", 1,
bool, "flagNs", 1,
ubyte, "reserved", 3,
ubyte, "dataOffsetWords", 4 // in 32bit words... | |||
March 07, 2020 Issues » [Issue 20644] Invalid printf deprecation for ubyte passed to "%hhu" | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20644
moonlightsentinel@disroot.org changed:
What |Removed... | |||
March 07, 2020 Issues » [Issue 20644] New: Invalid printf deprecation for ubyte passed to "%hhu" | |||
|---|---|---|---|
| |||
...ID: 20644
Summary: Invalid printf deprecation for ubyte passed to "%hhu"
Product: D
Version: D2... | |||
March 04, 2020 Issues » [Issue 18792] Incorrect scope analysis with -dip1000 for small-sized-optimized string | |||
|---|---|---|---|
| |||
...small.data[0 .. small.length];
}
struct Small
{
ubyte length;
char[15] data;
}
struct Raw
{
size... | |||
March 04, 2020 Issues » [Issue 18792] Incorrect scope analysis with -dip1000 for small-sized-optimized string | |||
|---|---|---|---|
| |||
...use .ptr when
proved stable
}
struct Small
{
ubyte length; // TODO only first 4 bits are... | |||
Copyright © 1999-2021 by the D Language Foundation