Search

January 14, 2023
Issues »
...int[i] a;
  int[cast(size_t)Index()] b;
  static assert(a.length == b.length);
}

--
January 14, 2023
Genel »
...main()
{
  // assert(noRun == 41); /*no compile, Error:
  //                      undefined identifier
  mixin Helper help;
  // optional ---^
  assert(noRun...
January 14, 2023
Issues »
...as(lhs);
      catch(Throwable) foo;
    } catch(Throwable) assert(false);
  });
}

struct FixedArray(T) {
  int a = !FixedArray...
January 14, 2023
Issues »
...as(lhs);
      catch(Throwable) foo();
    } catch(Throwable) assert(false);
  });
}


struct FixedArray(T, size_t capacity...
January 14, 2023
General »
...out that the type being sent to `assert` was actualy `TypeInfo_Axa` which wasn't...
January 14, 2023
General »
...got this working: `assert(false, "Hello from assert");` which is `_d_assert_msg`.

The problem...
January 14, 2023
General »
...expected to panic
```

If you decide on 'assert', then (1) will require a redundant 'enforce...
January 14, 2023
Issues »
...Bright:
  fix Issue 23218 - cgxmm.d:1373 assert fail (#14790)

https://github.com/dlang/dmd...
January 14, 2023
Issues »
...t >>= bits;
  assert(v1.t == -1); // okay, because signed type

  v1.u >>= bits;
  assert(v1...
January 13, 2023
Issues »
...14790 "fix Issue 23218 - cgxmm.d:1373 assert fail" was merged into stable:

- 084efd551b8dbe333445fa4c2f141d6d86e88b83 by...
108 109 110 111 112 113 114 115 116 117 118
Next ›   Last »