Martin Liška
Martin Liška
It's something pretty close to what I've recently adjusted in #5974. Let me fix this issue.
Seems an API has changed, before it used to be: ``` 2025-12-10T10:21:40.063385Z TRACE ThreadId(31) path_link: wasmer_wasix::syscalls::wasi::path_link: return=Ok(Errno::success) old_fd=5 new_fd=5 follow_symlinks=false old_path="tmp/1.txt" new_path="tmp/2.txt" old_path="tmp/1.txt" new_path="tmp/2.txt" ``` now it's: ``` 2025-12-10T10:23:49.834374Z TRACE...
Right now, I suspect it's a bug in the Rust project: https://github.com/rust-lang/rust/pull/147572#issuecomment-3638307880.
> Then there is the architecture-dependent attributes. @marxin, if I read the standard correctly, then a C++17 attribute can only have 1 level of scoping, i.e., `a::b::c` is not a...
Generally speaking, I like the suggested concept. Note it can behave similarly to how `:program:` and `:option:` work. So `cpp:attr-namespace` would define a namespace (`cpp:attr-namespace:: gnu::@x86 `) and then all...
Are you planning @jakobandersen finishing this feature any time soon, please?
Closing for now as it's not leading to a solution. Feel free to re-open if you want to iterate on the @zebreus.
Can you be more specific about which exact API entry-points needs to be adjusted?
Thanks for clarification! Hopefully @syrusakbary can help us with what it means for this repository. Do you know what's suppose to be adjusted?
And I also noticed the `aarch64` builder is broken for some reason: https://download.copr.fedorainfracloud.org/results/packit/rpm-software-management-rpmlint-980/opensuse-tumbleweed-aarch64/05201667-rpmlint/builder-live.log.gz ``` Updating /etc/sysconfig/security ... /var/tmp/rpm-tmp.QAB7Ka: line 27: 5557 Segmentation fault (core dumped) /usr/bin/chkstat --system ``` Can you...