Keithcat1
Keithcat1
This works on Linux and WSL, but not on windows. I know that the *.com.dbg binary must be in the same folder.
I'm planning to track any build breaks here and close this issue once everything has been building fine for a while. I got these while trying to build APE Python...
I downloaded cosmopolitan.zip and tried to create me a portable executable using Clang. I thought that it should work since Clang can generate code for any CPU as long as...
Build break, mode = asan: third_party/mbedtls/des.c: In function 'mbedtls_des_self_test': third_party/mbedtls/des.c:1025:1: error: the frame size of 4448 bytes is larger than 4096 bytes [-Werror=frame-larger-than=] 1025 | } | ^ cc1: all...
Would it be possible to do link-time-optimization on Cosmopolitan and, Redbean and Python? I would think that being able to inline C library functions would increase performance quite a bit...
This changes the ContextConfig, DeviceConfig and DeviceInfo structs to use Go types which are easier to use, require less integer conversion, safer, and we use CGO to figure out struct...
Go strings shouldn't normally have null bytes, and this breaks stuff expecting them not to. Normally you convert a C string to a Go string with the C.GoString function, it...
I have the following bit of code and it won't compile: use {serde::{de::DeserializeOwned}, std::io::Read, genawaiter::{yield_, stack::let_gen}}; fn stream_iter(reader: U) -> impl Iterator { let_gen!(output, { loop { yield_!(serde_json::from_reader(reader)); } });...
Update/import without any arguments regenerates all the import files for all packages that Gomacro knows about, including the standard library, with the option "Import.Uses.Module" unset. Example: gomacro update With arguments,...
It seems that if I am playing 6 or so sounds at once, it becomes harder to hear anything. I'm using Windows, and have the Miniaudio back-end active.