November 26 Learn » Re: only parameters or stack-based variables can be `inout` | |||
|---|---|---|---|
| |||
...reasonable template usage without all kinds of static checks. I went over this in my... | |||
November 24 Issues » [Issue 21446] Cannot initialize a static array from a struct field of dynamic array type at compile time | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21446 Nick Treleaven <nick@geany.org> changed... | |||
November 24 Issues » [Issue 24876] Undocumented cast from slice to static array | |||
|---|---|---|---|
| |||
...Bugzilla 24876 - Undocumented cast from slice to static array" was merged into master: - d39f7c837d7c86bf408905d01dc539ccfe24ff1a by... | |||
November 24 Issues » [Issue 24876] Undocumented cast from slice to static array | |||
|---|---|---|---|
| |||
...to static array" fixing this issue: - Fix Bugzilla 24876 - Undocumented cast from slice to static... | |||
November 24 Issues » [Issue 24876] New: Undocumented cast from slice to static array | |||
|---|---|---|---|
| |||
...24876
Summary: Undocumented cast from slice to static array
Product: D
Version: D2
Hardware: x86... | |||
November 23 DIP Ideas » Query Expression Sequence (QES) | |||
|---|---|---|---|
| |||
...about the control state of a QES") static (QESControlRef, QESControlState*) allocate(Types context, string[] contextNames... | |||
November 23 Issues » [Issue 5176] Limit static object sizes | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5176 Nick Treleaven <nick@geany.org> changed... | |||
November 23 Issues » [Issue 24873] dmd v2.109.1: static foreach over tuple: segfault | |||
|---|---|---|---|
| |||
...T fields;
alias fields this;
}
void main ()
{
Tuple!(string) tup;
static foreach (j, t; tup)
{
}
}
-- | |||
November 23 Issues » [Issue 24875] New: std.traits.isAggregateType does not consider enums of aggregate types to be aggregate types | |||
|---|---|---|---|
| |||
...ES : S { a = S.init }
static assert( isAggregateType!S);
static assert( isAggregateType!ES);
---
Looking at... | |||
November 23 Issues » [Issue 24873] New: dmd v2.109.1: static foreach over tuple: segfault | |||
|---|---|---|---|
| |||
...ID: 24873
Summary: dmd v2.109.1: static foreach over tuple: segfault
Product: D
Version... | |||
Copyright © 1999-2021 by the D Language Foundation