-
# Description of problem
When trying to build kata-containers on Linux using rustc v1.79, the following error occurs:
```bash
Compiling kata-agent v0.1.0 ($PWD/kata-containers/kata-containers-3…
-
Consider the following code:
```rust
fn main() {
assert!(true);
}
fn dead() -> u32 {
42
}
```
I would expect `cargo rustc -- -Dwarnings -Wdead-code` to merely warn about the dea…
-
### Code
I tried this code:
```Rust
struct SignificantDrop {
a: usize,
}
impl Drop for SignificantDrop {
fn drop(&mut self) {
println!("Doing something important to {}", …
-
| | |
| --- | --- |
| Bugzilla Link | [28743](https://llvm.org/bz28743) |
| Version | trunk |
| OS | Linux |
| CC | @rgov |
## Extended Description
These two tests always fail on my Mac, b…
-
VM instrumentation of some form would be required but once in, if cheap enough, could track which ops in which chunks are run. Useful for test coverage and dead code identification.
-
Rolldown currently runs semantic builder numerous times to keep symbols and scopes in sync:
https://github.com/rolldown/rolldown/blob/main/crates/rolldown/src/utils/pre_process_ecma_ast.rs
1. tr…
-
| | |
| --- | --- |
| Bugzilla Link | [51139](https://llvm.org/bz51139) |
| Version | trunk |
| OS | Linux |
| CC | @DMG862,@fhahn,@ttheodor |
## Extended Description
```
$./bin/clang -v
…
-
### qBittorrent & operating system versions
qBittorrent: 4.6.6 x64
Operating system: Windows 11
### What is the problem?
The RSS reader can only retrieve 75 items each time, even though the …
-
I had a look at the code and I'm not sure what requirements you'd want for dropping older Python versions, but I'd be happy to make a PR that drops a bunch of the old versions, probably including some…
-
**Describe the rule you'd like to see added and to what rule set**
I have a function like this in a library wrapper class:
```
/// Read from a characteristic
///
/// Throws [MyException] on err…