Weird LDC error on mac

2025-03-03 Thread Bogdan via Digitalmars-d-learn
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

Re: Weird LDC error on mac

2025-03-03 Thread Bogdan via Digitalmars-d-learn
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

Re: Weird LDC error on mac

2025-03-03 Thread Sergey via Digitalmars-d-learn
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