October 30, 2021 General » Re: Sanely optimized fizzbuzz | |||
|---|---|---|---|
| |||
...1000000; i++)
write(fb);
}
```
You could do CTFE by turning `string fb = fizzbuzz();` into `static... | |||
October 27, 2021 Issues » [Issue 20133] [REG2.084.0] Bogus slice assignment in recursive CTFE call | |||
|---|---|---|---|
| |||
...084.0] Bogus slice assignment in recursive CTFE call" was merged into stable: - 72087baef11a71d2c6f6ea9bde9885a860cb658c by... | |||
October 27, 2021 Issues » [Issue 20133] [REG2.084.0] Bogus slice assignment in recursive CTFE call | |||
|---|---|---|---|
| |||
...084.0] Bogus slice assignment in recursive CTFE call" fixing this issue: - Fix Issue 20133... | |||
October 23, 2021 General » Re: Why are you using D instead of Rust? | |||
|---|---|---|---|
| |||
...miss from d, like better scripting, superior ctfe, generics, static reflection, and even code generation... | |||
October 22, 2021 General » [SAoC 2021] Replace druntime Hooks with Templates: Milestone 2, Week 1 | |||
|---|---|---|---|
| |||
...related to CTFE. Dan's original work avoided rewriting any expressions to the CTFE stack... | |||
October 21, 2021 Issues » [Issue 22420] [REG2.098] Apparent CTFE regression wrt. alias this | |||
|---|---|---|---|
| |||
...Carvajal: Fix Issue 22420 - [REG2.098] Apparent CTFE regression wrt. alias this (#13198) https://github... | |||
October 21, 2021 Issues » [Issue 22376] importC: Error: cannot use non-constant CTFE pointer in an initializer | |||
|---|---|---|---|
| |||
...22376 - importC: Error: cannot use non-constant CTFE pointer in an initializer https://github.com... | |||
October 21, 2021 Issues » [Issue 22300] [REG 2.098-rc.2] `-checkaction=context` of a `shared` type with an `opCast` fails to compile | |||
|---|---|---|---|
| |||
...22300 - Allow shared <-> unshared reinterpreting casts during CTFE CTFE evaluation is single threaded only, hence... | |||
October 21, 2021 Issues » [Issue 21438] Compiler segfault on static array in a struct at CTFE | |||
|---|---|---|---|
| |||
...on static array in a struct at CTFE https://github.com/dlang/dmd/pull/13209 -- | |||
October 21, 2021 General » Re: SAOC LLDB D integration: 5th Weekly Update | |||
|---|---|---|---|
| |||
...a stale implementation of parser combinators library CTFE ready to parse protobufs and generically other... | |||
Copyright © 1999-2021 by the D Language Foundation