Mathias LANG

Results 625 comments of Mathias LANG

What version is the machine ? I doubt it's Catalina.

That warning is still all over the place :( Looks like it shows in 2 different ways tho. When compiling DMD: > ld: warning: object file (../generated/osx/release/64/parser.a(array_2c6_60c.o)) was built for...

@kinke and I discussed and there's a need for some more tests/work, as e.g. temporaries are now always destroyed even if not constructed.

> @Geod24 I see you've worked on tsunami, can you please have a look at this error in it? The code seems fairly self-contained and straightforward. All indicates a but...

Running it on my machine yields an ICE on some tests: ``` ... runnable/structlit.d -preview=rvaluerefparam -fPIC (-inline -release -g -O) ============================== Test 'runnable/structlit.d' failed. The logged output: /Users/geod24/projects/dlang/dmd/generated/osx/release/64/dmd -conf= -m64...

It fails on tupleof. https://github.com/dlang/dmd/pull/11987 will help with debugging.

> The backend assertion failures seems to be related to the inliner creating a really weird AST: https://issues.dlang.org/show_bug.cgi?id=21471

> It fails on tupleof. #11987 will help with debugging. https://issues.dlang.org/show_bug.cgi?id=21472

Hopefully. I don't know what's causing the backend issue and have no plan to look into it in the foreseeable future. However @MoonlightSentinel and I did look into the tuple...

Rebased on master, let's see how this fare.