Ilya Sorochan

Results 8 issues of Ilya Sorochan

All `std.testing` uses `std.debug.print`. I've tried implementing custom test-runner, but I couldn't manage the output of the testing library. For example we have test: ```zig test "sample" { @import("std").testing.expectEqual(test_func(), 3);...

enhancement
contributor friendly
standard library

- Fix lsp path for linux - Add aarch64 support for MacOS

cla-signed

New linux-raw-sys version adds loongarch64 support. Without it compiling cosmic-files on loongarch64 is not possible.

Version 0.6.5 of linux-raw-sys crate introduces loongarch64 support. Without it building cosmic-term on loongarch64 is not possible.

Version 0.6.5 of linux-raw-sys crate introduces loongarch64 support. Without it building cosmic-applets on loongarch64 is not possible.

Version 0.6.5 of linux-raw-sys crate introduces loongarch64 support. Without it building cosmic-panel on loongarch64 is not possible.

### Summary of the PR This will help building codex (and other crates that depend on seccompiler) on loongarch64. There is one problem with test_tsync which should be addressed by...

**Is your feature request related to a problem? Please describe.** Currently pgcat cannot be built on loongarch64 cpu, but that is easily fixable ;) **Describe the solution you'd like** Update...