Search

April 10, 2023
Issues »
...need statement expressions extension for GLibC's
assert()

https://github.com/dlang/dmd/pull/15093

--
April 09, 2023
Issues »
...GLibC assert.h's assert     |expressions extension for
                   |(and other nontrivial       |GLibC's assert()
                   |macros?)                    |

--
April 09, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23509

--- Comment #5 from Walter Bright <bugzilla...
April 09, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23509

Walter Bright <bugzilla@digitalmars.com> changed...
April 09, 2023
Issues »
...Walter Bright <bugzilla@digitalmars.com> ---
This now gives an assert error on ctfeexpr.d(578)

--
April 08, 2023
Genel »
...2, 3]"

  writeln(arr(0), arr(0));        // "00"
  assert(arr[] == [0, 0, 0]);
}
```

HOŞÇA KALIN...
April 07, 2023
General »
...to do. One uses the standard Python `assert` and it prints error messages that make...
April 07, 2023
General »
...assert messages.

Also, i would like to note, that there could be special (custom) assert...
April 07, 2023
General »
...S!T;

   static assert(is(A!int : S!T, T));
   static assert(!is(A!int...
April 07, 2023
General »
...S!T;

        static assert(is(A!int : S!T, T));
        static assert(!is(A!int...
85 86 87 88 89 90 91 92 93 94 95 96
Next ›   Last »