echoptic

Results 10 comments of echoptic

Why did the CI check fail? Lint failed because there is no comment next to `make_check=no`. But what about the other 2 checks? I ran `./xbps-src -Q pkg qbe` locally...

OK, I think the problem is this in the Makefile: `CC = cc` right? Does adding this in the template file fix the issue? ``` do_build() { if [ "$CROSS_BUILD"...

Cross compiling to riscv64 and aarch64 works and added comment for `make_check=no`

> Overwriting do_build will now not build the package if natively compiled. You probably want `make_use_env=yes` instead, the `gnu-makefile` buildstyle already sets `CC`. > > Edit: `make_use_env` is already used,...

Removed CC assignment in Makefile by adding `vsed -e '/^CC/d' -i Makefile` in `post_patch` and tested for x86_64 and aarch64 glibc and it works.

Hi just checking, is there anything else I need to do? Or just have to wait for someone to merge this?

just made this mistake, surprised it hasnt been fixed in so long

DisplayFramebufferScale: { .x = 1.2, .y = 1.2 } Its not Emscripten. I have this in the main loop, the swapchain api was removed and merged into surface: ```zig var...

Also I dont know if it matters, i have a print statement to print DisplayFramebufferScale after ImGui_Render and it prints 2 times before crashing: ``` DisplayFramebufferScale: cimport.struct_ImVec2_t{ .x = 1.2e0,...

``` width: 1536, height: 864 DisplaySize: cimport.struct_ImVec2_t{ .x = -1e0, .y = -1e0 } DisplayFramebufferScale: cimport.struct_ImVec2_t{ .x = 1e0, .y = 1e0 } width: 1536, height: 864 DisplaySize: cimport.struct_ImVec2_t{ .x...