Pspritechologist
Pspritechologist
Ditto, same error. I'm on Manjaro 24.0.8 and I'm trying to run a Rust binary, although that doesn't seem relevant.
> Thanks for the bug reports! Could you provide information about the following? > > * which version of coz you're running -- i.e., the commit if from github or...
Does this seem to be the output you would expect? ``` [//coz/libcoz/libcoz.cpp:100] bootstrapping coz [//coz/libcoz/libcoz.cpp:128] Including MAIN, which is //rust_test/target/debug/rust_test /usr/include/c++/14.1.1/bits/basic_string.h:1328: std::__cxx11::basic_string::reference std::__cxx11::basic_string::front() [with _CharT = char; _Traits = std::char_traits;...
By the way, totally forgot to mention in the review- Although I must say I really like the chosen language names, I would personally like to see the *IDs* for...
> I went through most of the requested changes and implemented them. > > But the more time I spend on this, the more I feel my sanity depleting, so...
> Please avoid external projects unless absolutely necessary. This requires extra hurdles for anyone who wants to participate in the discussion. Instead, write a short code snippet demonstrating the relevant...
@TitanNano I was told to mention you on this as you worked on most of this API.
@TitanNano Wow, I had no idea I'd need to *keep* it bound while performing unrelated operations, thank you a ton, the panics have gone away :) Feel free to close...
I think so yeah, it was unintuitive to me that keeping the SiMut bound would have side effects. Likely just a note in the type docs that it's not just...
I'd probably have a lot of general notes on this API, I wonder if I'm the first person to use it to implement a full scripting runtime 🤔