Hey everyone!
After a long time, I wanted to build my Vibe project on Mac using
LDC, and I got weird compiling errors that made no sense and
didn't know how to debug or fix. Does anyone have any tips on how
I should make it work?
```
lowered this._outer_[] = data =>
_d_arraysetct
I managed to get a stack trace from my error:
```
core.exception.AssertError@/Users/gedaiu/workspace/ldc/dmd/parsetimevisitor.d(20):
Assertion failure
/tmp/ldc-20241231-7715-mkgqdh/ldc-1.40.0-src/runtime/druntime/src/core/exception.d:569
onAssertError [0x10083ccf3]
/tmp/ldc-20
On Monday, 3 March 2025 at 21:33:17 UTC, Bogdan wrote:
I managed to get a stack trace from my error:
I would suggest to post it either to LDC group or to LDC github
issue, so Kinke and other LDC team can check it