October 03 General » Re: Template type inference problem | |||
|---|---|---|---|
| |||
...x;
const int y;
f(x, &y);
// fails: expected that f(T) is inferred as... | |||
October 02 Issues » [Issue 24788] New: Template inferrence bug? | |||
|---|---|---|---|
| |||
...x;
const int y;
f(x, &y);
// fails: expected that T is inferred as int... | |||
October 02 General » Re: What was so crazy about IFTI for parent agregate via ctor call ? | |||
|---|---|---|---|
| |||
...com/dlang/dmd/pull/16910 It currently fails if it gets slightly more complicated than... | |||
September 29 General » [SAOC 2024] - Leverage dmd as a library in D-Scanner in order to extend its functionality - Weekly Update 2 | |||
|---|---|---|---|
| |||
...version of DMD, and now the pipeline fails :( Next week's plan is to fix... | |||
September 21 General » Primary Type Syntax ― The implementation is almost done! | |||
|---|---|---|---|
| |||
...works.) For a concrete example of what fails:
```d
template t(alias fun)
{
static assert... | |||
September 20 Issues » [Issue 24776] New: Struct with anonymous union has wrong isZeroInit | |||
|---|---|---|---|
| |||
...float f1;
}
}
static assert(__traits(isZeroInit, S6)); // fails
S6.init should be zero - `{ S6.i1... | |||
September 12 Issues » [Issue 24764] New: ICE when -vcg-ast prints imported invariant | |||
|---|---|---|---|
| |||
...es.exp && es.exp.op == EXP.assert_); // FAILS, it's EXP.call
buf.writestring(" (");
(cast... | |||
September 10 Learn » vibe-d linker error: undefined reference to deimos openssl | |||
|---|---|---|---|
| |||
...compiles fine using `dub`, but the linker fails with: ``` /usr/bin/ld: ../../.dub/packages/vibe... | |||
September 09 Learn » Problem with assertThrown | |||
|---|---|---|---|
| |||
...e.msg);
}
// for some reason the below fails, giving an assert error (ie, no exception... | |||
September 09 Issues » [Issue 24757] New: Escaping with typesafe variadic functions is not detected, making @safe code potentially unsafe | |||
|---|---|---|---|
| |||
...code compiles and runs, but the assertion fails
---
void main() @safe
{
auto arr = bar();
assert... | |||
Copyright © 1999-2021 by the D Language Foundation