January 16, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...int[Index!int(2)()] b = 2; static assert(a.length < b.length); Best regards... SDB... | |||
January 15, 2023 Issues » [Issue 23630] Regression in library caused by dmd 2.101.0 update | |||
|---|---|---|---|
| |||
...investigating this issue quickly. The failure of assert that was pointed out may be due... | |||
January 15, 2023 Issues » [Issue 23630] Regression in library caused by dmd 2.101.0 update | |||
|---|---|---|---|
| |||
...assertion error on golem.models.linear:165 ``` assert(model.predict(dataset[5][0])[0] > 0... | |||
January 15, 2023 Issues » [Issue 22050] -betterC: TypeInfo in speculative template instantiation aborts compilation without error message | |||
|---|---|---|---|
| |||
...algorithm, std.range, std.conv;
void foo() {
assert(2 == iota(2).map!(n => to!string... | |||
January 15, 2023 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...never make. I've never seen an 'assert' preceding a call to `to!int` in... | |||
January 15, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...enum index1 = Index();
assert(
is(typeof(index1) == struct)
);
auto index2 = Index();
assert(
!is(typeof(index1... | |||
January 15, 2023 Issues » [Issue 19960] ElementType!(char[]) + betterC = wrong type | |||
|---|---|---|---|
| |||
...What |Removed |Added
----------------------------------------------------------------------------
CC| |alphaglosined@gmail.com
Assert; this affects far too much at compile... | |||
January 15, 2023 Issues » [Issue 19172] Improve betterC assertion error mesage for switch_error | |||
|---|---|---|---|
| |||
...LINE" would be better than just an assert with the message "No appropriate switch clause... | |||
January 15, 2023 Learn » Re: Mixin helper help | |||
|---|---|---|---|
| |||
...AY;
date.month.write("/");
assert(date["month"] != Tarih.AY); // because :
assert(date["month"].type == typeid... | |||
January 15, 2023 Issues » [Issue 23627] New: lazy params don't allocateclosures | |||
|---|---|---|---|
| |||
...puremagic.com
Reporter: destructionator@gmail.com
This assert should NOT pass:
```
struct W {
string delegate... | |||
Copyright © 1999-2021 by the D Language Foundation