January 09, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...23:21:34 UTC, Walter Bright wrote: <snip> You are underestimating what can be gained... | |||
January 07, 2024 General » Re: We are forking D | |||
|---|---|---|---|
| |||
[snip] I said nothing about good tooling, documentation, etc. Of *course* those are necessary for... | |||
January 05, 2024 General » Re: We are forking D | |||
|---|---|---|---|
| |||
...j=$(j)"); } ----------snip---------- Output: ----------snip---------- i=10 abc=hooray j=1.5 ----------snip---------- [...] There's... | |||
January 03, 2024 Learn » Re: Pick a class at random | |||
|---|---|---|---|
| |||
...Curiously_recurring_template_pattern
Something like this:
----------SNIP-----------
import std.stdio;
interface MyIntf {
void work... | |||
October 26, 2023 General » Re: Problem with LLVM-C bindings | |||
|---|---|---|---|
| |||
...valRef; // A
node.getVarSymbol().setValueRef(valRef); // B
---snip---
variableRef = vars[symbolName]; // A => THIS WORKS
variableRef... | |||
October 26, 2023 General » Problem with LLVM-C bindings | |||
|---|---|---|---|
| |||
...vars[symbolName] = valRef;
node.getVarSymbol().setValueRef(valRef);
---snip---
variableRef = vars[symbolName]; => WORKS
variableRef = node.getVarSymbol... | |||
October 03, 2023 Learn » Re: Key and value with ranges | |||
|---|---|---|---|
| |||
[snip] This works for me: ```d import std; auto data="I went for a walk... | |||
September 28, 2023 Issues » [Issue 24168] New: Corrupted if TLS values are passed in ref parameters when compiling with -fPIE | |||
|---|---|---|---|
| |||
...Output(binary): --- $ objdump -dr -Mintel pie.o (snip) Disassembly of section .text._Dmain: 0000000000000000 <_Dmain... | |||
September 25, 2023 Issues » [Issue 24159] New: BetterC: appending to dynamic arrays no longer errors at compile time | |||
|---|---|---|---|
| |||
...d_arrayappendcTXImpl!(int[], int)._d_arrayappendcTX, file <snip>/import/core/internal/array/appending.d, line... | |||
September 18, 2023 Announce » Re: reggae v0.10.0 - The meta build system just got better | |||
|---|---|---|---|
| |||
...000. $ wc *.d <snip> 218983 870208 7134770 total $ dscanner --sloc *.d <snip> total: 98645 Let... | |||
Copyright © 1999-2021 by the D Language Foundation