June 16 Issues » [Issue 24596] Rebindable2 corrupts objects | |||
|---|---|---|---|
| |||
...539dc473ba79db0e5e8cf9ee059a5cc137b88bda by FeepingCreature: Fix bugzilla issue 24596: std.typecons.Rebindable2: Don't destroy classes! Only... | |||
June 14 Issues » [Issue 14445] std.net.curl not usable in @safe code | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14445 Nick Treleaven <nick@geany.org> changed... | |||
June 14 Issues » [Issue 24584] [phobos] `make unittest` should not rerun tests unnecessarily | |||
|---|---|---|---|
| |||
...make -j$(nproc) std/algorithm/mutation.test # single module $ make -j$(nproc) std/algorithm.test... | |||
June 14 General » Strange copying of a constant array of structures | |||
|---|---|---|---|
| |||
...strange behavior of the dup function.
```
import std.stdio;
struct S {
int x;
int y... | |||
June 13 Announce » D Language Foundation February 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...looking at what's there already, like `std.json`, and figuring out if we wanted... | |||
June 13 Learn » Re: How to use D without the GC ? | |||
|---|---|---|---|
| |||
...add `ptr` field at all
```D
import std;
import core.stdc.stdlib;
struct Foo {
@nogc... | |||
June 12 Learn » Re: How to use D without the GC ? | |||
|---|---|---|---|
| |||
...SafeRefCounted example with main marked @nogc:
```
import std;
import core.stdc.stdlib;
struct Foo {
double... | |||
June 12 DIP Ideas » Re: D Editions | |||
|---|---|---|---|
| |||
...compile a.cpp with `-std=c++98` and b.cpp with `-std=cpp23` and expect... | |||
June 11 Learn » Re: How to assign and compare arrays to SumType? | |||
|---|---|---|---|
| |||
...m overlooking? ```d import std.variant; import std.sumtype; import std.traits: isArray; struct S... | |||
June 11 Learn » How to assign and compare arrays to SumType? | |||
|---|---|---|---|
| |||
...an array?
```d
import std.variant;
import std.sumtype;
import std.stdio;
struct S
{
SumType... | |||
Copyright © 1999-2021 by the D Language Foundation