-
Hello @saelo ,
I am trying to fuzz JSC. After downloading its source and going through README.md, it does not work. I get an error that the target is terminated with no zero exit code (signal 6). I e…
-
I'm struggling to find a definitive answer. I see in the documentation that we should be able to compile portaudio.dll for including Jack support, but then here in some Windows-specific docs, I don't …
-
Compiler sees 2 types of errors:
```
error[E0643]: method `encode_raw` has incompatible signature for trait
--> /.../out/hello.rs:3:28
|
3 | #[derive(Clone, PartialEq, ::axum_connect::prost…
-
We're currently really inconsistent with our diagnostics style, e.g. some start with uppercase, some lowercase. We should change them to match rustc's style (casing, language style, etc.).
-
Are you planning to add support for Ivy compiler?
Currently in Angular 13+ we need to do `npm i --force` to make this package work.
Thank you,
Shiva
-
## Versions
- macOS 15.0.1 MacBook Pro M1
- tested on llvm-project libc at 0be1883c36fc19e4020fea12902481c3dd3436d2
- system llvm version: `llvm: stable 19.1.2`
## Steps to Reproduce
```sh
LLV…
-
The `copy mutates` pragma, which indicates that a type is changed when it's copied (e.g., copying a nilable `owned` resets the copied-from variable to `nil`). This pragma is propagated to records that…
-
Currently we disable `react-compiler/react-compiler` in 214 files (332 occurances), which means we don't strictly follow React rules.
This is a problem because of two reasons:
- All these componen…
-
In `sbcl`, with high safety settings `(sb-ext:restrict-compiler-policy 'safety 3 3)`, then `(ql:quickload "smackjack-demo")` fails to load and run the demo, with error message:
unknown type spe…
-
I'd like to give a more descriptive name to this issue, but unfortunately I don't know enough about the internals of rustc to be more useful. To my uneducated eye, it seems like the Rust is choking on…