October 06, 2021 Issues » [Issue 22114] case of ICE happening during CTFE | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22114 Boris Carvajal <boris2.9@gmail.com... | |||
October 05, 2021 Issues » [Issue 22226] [REG 2.095.1] __ctfe + function call in conditional expression used to initialize struct member in constructor causes ICE | |||
|---|---|---|---|
| |||
...Fix Issue 22226 - [REG 2.095.1] __ctfe + function call in conditional expression used to... | |||
October 04, 2021 General » Re: [OT] What are D's values? | |||
|---|---|---|---|
| |||
As you add more templates and CTFE, this quickly goes away though. You have to... | |||
October 01, 2021 Issues » [Issue 22186] [REG2.096] CTFE pure cast of function no longer allowed | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22186
moonlightsentinel@disroot.org changed:
What |Removed... | |||
October 01, 2021 Issues » [Issue 22186] [REG2.096] CTFE pure cast of function no longer allowed | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22186
moonlightsentinel@disroot.org changed:
What |Removed... | |||
September 28, 2021 Issues » [Issue 22334] TypeInfo is used in inexplicable places | |||
|---|---|---|---|
| |||
...store = cast(T[])buf;
}
}
string[] getData()
{
if (__ctfe)
{
string[] dat;
dat._ctfeAppend("aaa");
return dat... | |||
September 24, 2021 Issues » [Issue 22334] New: TypeInfo is used in inexplicable places | |||
|---|---|---|---|
| |||
...string text;}
Data[] getData(string str)
{
if (__ctfe)
{
Data[] ret;
Data tmp;
tmp.text._ctfeAppend... | |||
September 23, 2021 General » Re: newCTFE gets a 10x faster string concat | |||
|---|---|---|---|
| |||
...release/64/dmd -c testStringConcat.d -new-ctfe Time (mean ± σ): 160.3 ms... | |||
September 23, 2021 General » newCTFE gets a 10x faster string concat | |||
|---|---|---|---|
| |||
...64/dmd -c testStringConcat.d -new-ctfe' ``` With new CTFE being twice as slow. And... | |||
September 22, 2021 Issues » [Issue 20964] poor CTFE support for backward pointer iteration | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20964 --- Comment #7 from Dlang Bot <dlang... | |||
Copyright © 1999-2021 by the D Language Foundation