February 20, 2023 General » Re: GC hangs on spinlock in ConservativeGC.runLocked | |||
|---|---|---|---|
| |||
...what happens here. Is it that an assert in sweep() triggers, and this[1] scope... | |||
February 20, 2023 Genel » Re: CircularList: Dairesel Kuyruk Yapısı | |||
|---|---|---|---|
| |||
...ların token'nını çözdüğü için şu test assert'e > uğramıyor: Aklıma senin de düşünmüş olduğun... | |||
February 20, 2023 Issues » [Issue 13810] ICE in e2ir does not assert | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13810 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
February 19, 2023 Genel » CircularList: Dairesel Kuyruk Yapısı | |||
|---|---|---|---|
| |||
...class))
{
private Node items, root;
}
else static assert(0, "\nIt's not a container!");
//..
```
Tam... | |||
February 18, 2023 General » Re: New blog post on the cost of compile time | |||
|---|---|---|---|
| |||
...isInputRange(R) =
__traits(compiles, (R r) {
static assert(
is(typeof(R.init) == R) &&
is(typeof... | |||
February 17, 2023 General » Re: unittest "name" {} | |||
|---|---|---|---|
| |||
...run this program
```
import std.stdio;
unittest {
assert(3 == 2);
scope(failure) { writeln("running failure... | |||
February 16, 2023 General » Re: unittest "name" {} | |||
|---|---|---|---|
| |||
```
unittest
{
import std.stdio;
scope(failure) writeln("Test failed");
assert(1 + 1 == 3);
}
``` | |||
February 15, 2023 Issues » [Issue 23718] New: runnable/initializer.c:583:10: error: cast specifies array type | |||
|---|---|---|---|
| |||
...there yet to test this
// grammar
i = ((int[3])a)[2];
assert(i == 3, __LINE__);
}
```
-- | |||
February 15, 2023 Issues » [Issue 23714] New: compilable/testcstuff1.c:213:1: error: static assertion failed: u'ab' == 0x610062 | |||
|---|---|---|---|
| |||
...ok"
213 | _Static_assert(u'ab' == 0x610062, "ok");
| ^~~~~~~~~~~~~~
Test case:
```
_Static_assert(u'ab' == 0x610062... | |||
February 15, 2023 Issues » [Issue 23713] New: compilable/testcstuff1.c:206:1: error: static assertion failed: sizeof(u'a') == 4 | |||
|---|---|---|---|
| |||
...ok"
206 | _Static_assert(sizeof(u'a') == 4, "ok");
| ^~~~~~~~~~~~~~
Test case:
```
_Static_assert(sizeof(u... | |||
Copyright © 1999-2021 by the D Language Foundation