David

Results 23 comments of David
trafficstars

Yeah because you tried with master HEAD :). The version specified is older and there were some breaking changes. Now the branch is updated to fix all compile errors caused...

But this would be taking the length of a global array, what's wrong with that? How can I fix it?

Thank you, that definitely no longer crashes :)

If it serves to you this all happened when concatenating an enum array with one-element tuple with enum literal that does not belong to the enum (the enum doesn't have...

Reduction: ```zig const Foo = enum { a, }; test { const arr = [_]Foo{.a}; _ = arr ++ .{.b}; } ```

Currently my `test_all` step is a dummy step depending on all the others (which are custom too). I could have a test_all step written, which probably is the way to...

This is the build.zig before the build parallel PR was merged: https://github.com/davidgm94/rise/blob/caf3b9d9d21d869faa75c10f5b5cc8efbe4bc7f5/build.zig

Thanks, yes, probably that's the best temporary solution :)

As this seems unrelated with the title, the crash doesn't happen anymore and several bugfixes have been done to address the real issue, I am closing this one.

> these seem much more relevant > > ``` > error: unable to find Dynamic system library 'lldCommon' using strategy 'paths_first'. searched paths: > error: unable to find Dynamic system...