August 30, 2023 Learn » Ideas to reduce error message size? | |||
|---|---|---|---|
| |||
...49): called from here: `checkSql(Schema("public", <snip **BAZILLIONS of lines**>
src/dget/db.d... | |||
July 01, 2023 GDC » Re: Instruct gdc to look for standard library in another directory | |||
|---|---|---|---|
| |||
[--snip--] Looks like ldc [might be too old](https://packagehub.suse.com/packages/ldc/1... | |||
May 10, 2023 Announce » Re: Beta 2.104.0 | |||
|---|---|---|---|
| |||
...small and may result in unaligned pointers [SNIP same ld error repeated 1697 times] ld... | |||
April 12, 2023 Learn » Re: How can a function pointer required to be extern(C)? | |||
|---|---|---|---|
| |||
...you can use alias as a workaround:
-------snip-------
extern(C) void* abc(void*) {return null... | |||
February 13, 2023 Learn » Re: Simplest way to convert an array into a set | |||
|---|---|---|---|
| |||
...to something nicer (see below). Try this: -------------------------snip------------------------- import std; auto deduplicate(R)(R input... | |||
February 02, 2023 Announce » Re: Release D 2.102.0 | |||
|---|---|---|---|
| |||
...17:22:46 UTC, Ali Çehreli wrote: >> [snip] >> >> https://issues.dlang.org/show_bug.cgi... | |||
January 15, 2023 Issues » [Issue 23627] New: lazy params don't allocateclosures | |||
|---|---|---|---|
| |||
...explicit delegate:
void content(string delegate() s) {
// snip
w.content = () => w.test;
It will fail... | |||
January 13, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...to allow nice syntax for vector arithmetic. -----------------------------------snip------------------------------------ /** * Represents an n-dimensional vector of values... | |||
January 09, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...program that outputs (for the corresponding year):
--------------------------------snip---------------------------------
2023
January February March
Su Mo Tu... | |||
December 16, 2022 Learn » Re: How is this code invalid? | |||
|---|---|---|---|
| |||
...wrong, try this version of the code:
------------------------------snip-----------------------------------
int[] numbersForLaterUse;
void foo(int[] numbers...) {
numbersForLaterUse... | |||
Copyright © 1999-2021 by the D Language Foundation