October 11, 2021 General » Re: Worst ideas/features in programming languages? | |||
|---|---|---|---|
| |||
...table->{$key} = 1;
}
my $table; # undef
add($table, "one"); # undef autovivifies into a hashref ... only... | |||
September 14, 2021 General » Re: Why does intpromote spew warnings for ~ operator? | |||
|---|---|---|---|
| |||
...idx;
}
buffer[bits(v) + 1] = '\0';
return &buffer[bits(v) - last_set_bit];
}
#undef bits
``` | |||
May 10, 2021 General » Re: Add ImportC compiler to dmd | |||
|---|---|---|---|
| |||
...to be fixed with some ad-hoc #undef at the end of the translated section... | |||
December 02, 2020 Issues » [Issue 21447] New: Undocumented MS linker error LNK1377 | |||
|---|---|---|---|
| |||
...extra.lib`: 017 00000000 UNDEF notype () External | _D8kaleidic3sil3std5extra5chart6ggplot4Plot4saveMFAyaiiZv ... 017 00000000 UNDEF notype () External | _D8kaleidic3sil3std5extra5chart6ggplot4Plot4saveMFAyaiiZv ... 085... | |||
March 29, 2020 Learn » Re: A question about C++ interop | |||
|---|---|---|---|
| |||
...contain an entry like this:
0A7 00000000 UNDEF notype External | ?call@X@@QBEXQBVY@@@Z (public... | |||
February 26, 2020 Issues » [Issue 20615] New: GC spinlock crash | |||
|---|---|---|---|
| |||
...0 0x00007ffff7ddf242 in do_lookup_x (
undef_name=undef_name@entry=0x7ffff7678b0f
"_D4core6atomic__T10atomicLoadVEQBdQBb11MemoryOrderi0TmZQBmFNaNbNiNfKOxmZm",
new... | |||
February 12, 2020 Issues » [Issue 20578] New: Parallel GC causes segfault in dl | |||
|---|---|---|---|
| |||
...1 0x00007ffff7de0fe1 in do_lookup_x (undef_name=undef_name@entry=0x51bb12 "sched_yield", new... | |||
December 13, 2019 General » Re: DIP 1027---String Interpolation---Community Review Round 1 | |||
|---|---|---|---|
| |||
...my $contained = $dbh->selectcol_arrayref($contained_sql,undef,
$minLong, $maxLong, $minLat, $maxLat);
https://metacpan.org... | |||
November 07, 2019 LDC » riscv64 codegen isn't ready yet? | |||
|---|---|---|---|
| |||
...to i32> 0x216e5ff6818, 0x216e5fd6128, FrameIndex:i64<0>, undef:i64 0x216e5fd6128: i64,ch = CopyFromReg 0x216e5ff6818, Register... | |||
December 16, 2018 Issues » [Issue 19496] New: Wrong D and C++ ABI caused by scope qualifier in other method | |||
|---|---|---|---|
| |||
...8 ; [#uses = 1] %2 = insertvalue %t2.S undef, i8* %.unpack, 0 ; [#uses = 1] ret %t2... | |||
Copyright © 1999-2021 by the D Language Foundation