Search

January 16, 2023
Issues »
...int[Index!int(2)()] b = 2;
  static assert(a.length < b.length);

Best regards...

SDB...
January 15, 2023
Issues »
...investigating this issue quickly.

The failure of assert that was pointed out may be due...
January 15, 2023
Issues »
...assertion
error on golem.models.linear:165
```
assert(model.predict(dataset[5][0])[0] > 0...
January 15, 2023
Issues »
...algorithm, std.range, std.conv;

  void foo() {
    assert(2 == iota(2).map!(n => to!string...
January 15, 2023
General »
...never make. I've never seen an 'assert' preceding a call to `to!int` in...
January 15, 2023
Issues »
...enum index1 = Index();
  assert(
    is(typeof(index1) == struct)
  );

  auto index2 = Index();
  assert(
    !is(typeof(index1...
January 15, 2023
Issues »
...What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com


Assert; this affects far too much at compile...
January 15, 2023
Issues »
...LINE" would be better than just an assert with the message "No appropriate switch clause...
January 15, 2023
Learn »
...AY;
  date.month.write("/");

  assert(date["month"] != Tarih.AY); // because :
  assert(date["month"].type == typeid...
January 15, 2023
Issues »
...puremagic.com
          Reporter: destructionator@gmail.com

This assert should NOT pass:

```
struct W {
        string delegate...
107 108 109 110 111 112 113 114 115 116 117
Next ›   Last »