December 17, 2022 Issues » [Issue 23229] struct used as UDA with opDispatch errors with "variable `impl` cannot be modified at compile time" if it includes a call to writeln | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23229 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 17, 2022 Issues » [Issue 22244] Key tail immutability should allow hashmap to be impl converted from immutable to mutable | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22244 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 17, 2022 Issues » [Issue 18441] Add comments to GC page about tradeoffs in design and impl of GC (garbage collector) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18441 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 15, 2022 Genel » Re: Başlangıç düzeyi dizi birikintisi(array pool) | |||
|---|---|---|---|
| |||
...finalizeFromGC () #7 0x000055555563ad19 in core.internal.gc.impl.conservative.gc.Gcx.sweep() () [...] Bu tür sorunlar... | |||
December 14, 2022 Issues » [Issue 23555] New: Throwing an Error in a destructor hangs on a collection | |||
|---|---|---|---|
| |||
...blob/020685c85b4fde7d50511716dc98dfc5dc97ef2b/druntime/src/core/internal/gc/impl/conservative/gc.d#L3137 There are other... | |||
November 10, 2022 Learn » Re: dirEntries removes entire branches of empty directories | |||
|---|---|---|---|
| |||
...emptyDirs;
}
WalkResult directoryWalk_ftw(string root) {
WalkResult impl_() {
// These have to be 'static' because ftw... | |||
October 24, 2022 Learn » Re: Supporting foreach (k, v; T.init) for a user-defined (container) type | |||
|---|---|---|---|
| |||
...example:
------
struct A {
static int[string] impl;
static this() {
impl = [
"a": 1,
"b": 2,
];
}
int... | |||
October 22, 2022 General » Re: A D vs. Rust example | |||
|---|---|---|---|
| |||
...RefCell:
```
fn main() {
struct State {
foo: i32
}
impl State {
fn bar(&mut self) {
self.foo... | |||
October 05, 2022 Issues » [Issue 22244] Key tail immutability should allow hashmap to be impl converted from immutable to mutable | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22244 --- Comment #1 from FeepingCreature <default_357... | |||
October 03, 2022 General » Re: Got interesting bug in DMD | |||
|---|---|---|---|
| |||
...root.array.Array!(dmd.expression.Expression).Array*).impl(dmd.expression.Expression) () #35 0x0000555555799bba in StaticIfCondition... | |||
Copyright © 1999-2021 by the D Language Foundation