bjorn3

Results 324 issues of bjorn3

They are a mess and are highly architecture specific. In addition many parts of the calling convention can only be implemented as part of the actual codegen backend like LLVM....

> There are many benefits a standardized ABI would bring to Rust. A stable ABI enables dynamic linking between Rust crates, which would allow for Rust programs to support dynamically...

Docs: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html#POSIX-Jobserver Release announcement: https://lwn.net/Articles/913253/ On systems that support it GNU Make 4.4 will now use `--jobserver-auth=fifo:PATH` where `PATH` points to a named pipe rather than ` --jobserver-auth=R,W`. I haven't...

Holyjit had the same problem of mir passes being removed. They fixed in https://github.com/nbp/holyjit/commit/bfb32d6cb7b7b57213270efa2bc6ef8e0a6e63b9. Pay attention to https://github.com/nbp/holyjit/commit/bfb32d6cb7b7b57213270efa2bc6ef8e0a6e63b9#diff-6bcbac5af87775052ff08ef59d5e1a07R89.

Zulip's api uses this: https://github.com/zulip/zulip/blob/63c9296d5339517450f79f176dc02d77b08020c8/zerver/openapi/zulip.yaml#L5048-L5055 Currently this errors with `Error occurred: Invalid openapi schema schema: /paths/~1drafts/post/parameters/0`.

bug

If I control click on any menu item to open it in a new page it changes the current page to the intended page without changing the url and opens...

Currently compiling a program that depends on target-lexicon for `wasm32-wasi-preview1-threads` results in a compile error as the build script can't parse the triple for the target.

This is wrong when trying to use a rustup installed rustc on alpine or when globally installing musl on a non-alpine system. I would suggest always assuming that musl is...

The only way I know of to implement that method is to read the vendor id from the config id and check that it isn't `0xffff`, which this crate can...