July 18 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
OK I fixed it. It was the pesky slice copy that I forgot always breaks... | |||
July 18 General » Re: We should deprecate -release | |||
|---|---|---|---|
| |||
OK, so after reading all the pushback from Walter, which is completely missing the point... | |||
July 16 Issues » [Issue 24665] New: Static array cast can be an unsafe lvalue | |||
|---|---|---|---|
| |||
...1]) c)[0] = 2; //! } Note that when used as an rvalue, the casts are OK. -- | |||
July 13 General » Appreciating D | |||
|---|---|---|---|
| |||
...catCT = (string a, string b) => a ~ b; //OK ``` Of course, if you call this lambda... | |||
July 11 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...explicit, as it is in this case. ok. My point was not even that it... | |||
July 10 Announce » Re: Beerconf May | |||
|---|---|---|---|
| |||
...20:31:27 UTC, Steven Schveighoffer wrote: OK, finally went through the recording and removed... | |||
July 09 Issues » [Issue 24656] New: enums with explicit EnumBaseType incorrectly matching multiple overloads. | |||
|---|---|---|---|
| |||
...b = 2;
foo(a); // ok
foo(b); // ok
foo(E.Z); // ok
foo(E.A... | |||
July 09 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
...it should act like C". It's OK for things *not* to compile because we... | |||
July 06 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
...bitfields to specify intended layout.
// these are OK.
struct SWithPadding {
uint x;
uint _; // padding
uint64... | |||
July 06 DIP Ideas » Re: Type Inference for Struct/Enum Literals | |||
|---|---|---|---|
| |||
...at 13:19:44 UTC, IchorDev wrote: OK, so in fact, we have an interesting... | |||
Copyright © 1999-2021 by the D Language Foundation