May 18, 2023 Issues » [Issue 12247] in contract in interfaces is not checked | |||
|---|---|---|---|
| |||
...i > 7 must be permitted for foo". `Impl::foo(int i)` has no additional in... | |||
May 15, 2023 General » Re: A few holes (imho) in the ecosystem of libraries | |||
|---|---|---|---|
| |||
...instead of its current fgetc and friends impl to be more generic to load up... | |||
May 08, 2023 General » Re: Help improve error message | |||
|---|---|---|---|
| |||
...the lines of: `if (key !in impl) return impl.at(key).emplace!Value();` But then... | |||
April 21, 2023 Announce » Re: arsd 11 progress report - scheduled for release in May | |||
|---|---|---|---|
| |||
...lot more than that, including a fiber impl too (the -version=embedded_httpd_hybrid) You... | |||
April 12, 2023 Learn » Re: Assocative array lookup for object | |||
|---|---|---|---|
| |||
...alias T = typeof(A);
auto Handler()
{
struct Impl
{
T*[string] data;
void set(string key... | |||
March 23, 2023 Issues » [Issue 20458] CRTP + pass alias to virtual member to mixin = runtime crash | |||
|---|---|---|---|
| |||
...corruption without the getMember trait:
```
mixin template Impl(T){
alias a = T.test;
pragma(msg... | |||
March 22, 2023 Issues » [Issue 20458] CRTP + pass alias to virtual member to mixin = runtime crash | |||
|---|---|---|---|
| |||
...temp@gmx.com> ---
reduced further
```
mixin template Impl(T){
alias a = __traits(getMember, T, "test... | |||
February 22, 2023 General » Re: A 'lazy' compilation mode to make writting multiplatform code easier without having to clutter the project | |||
|---|---|---|---|
| |||
...fd_impl,
update_fd: &update_fd_impl,
remove_fd: &remove_fd_impl,
wait: &wait_impl... | |||
February 20, 2023 General » Re: GC hangs on spinlock in ConservativeGC.runLocked | |||
|---|---|---|---|
| |||
...blob/3457018e34ab2333de22a6285622d3190268d5e0/druntime/src/core/internal/gc/impl/conservative/gc.d#L3147 Thank you for... | |||
February 20, 2023 General » GC hangs on spinlock in ConservativeGC.runLocked | |||
|---|---|---|---|
| |||
...core.internal.gc.impl.conservative.gc.ConservativeGC.runLocked!(core.internal.gc.impl.conservative.gc.ConservativeGC... | |||
Copyright © 1999-2021 by the D Language Foundation