-
### Godot version
4.1.1 - .NET (with C# support)
### System information
Linux Ubuntu 20.04 - Godot Engine 4.1.1 - .NET (with C# support)
### Issue description
I've installed all the pre-requisite…
-
I tried this code:
```rust
#![feature(scoped_threads)]
use std::{panic, thread};
fn main() {
thread::scope(|s| {
s.spawn(|| {
panic!("AAAAAAAAAAAAAAAAAAAAAAAAA…
-
When using `-Cpanic=abort`, the resulting panic backtrace is being truncated.
Interestingly, when wrapping with a custom panic hook, this problem is even worse.
```rust
fn main() {
let nex…
-
#### `expr_deparse()`
Currently its behaviour is not well defined. I think it should be designed in terms of roundtrip and fallback modes.
Roundtrip modes:
- Parse (default): Non-reparsable i…
-
It would be nice if there was a way to automatically trim backtraces. I generally have about 12 useless frames above what I actually care about (where the error originates). It would be nice if fail…
-
For folks developing using picoboot or U2F and debug chatter over ACM CDC, hard faults are pretty painful -- the device stops responding, host side drivers may wedge up, figuring out what blew up is h…
-
### System information
Type | linux
--- | ---
Distribution Name |Debian
Distribution Version |11
Kernel Version |5.10.140
Architecture |amd64
OpenZFS Version |2.1.5
### Describe the p…
-
Problem: for TigerBetele, we want our release binary to be relatively small and self-contained, but we also want to see at least a minimal backtrace on assert faliures, overflow errors, indexing out o…
-
# CLC Proposal for Exceptions Redesign
# Part 1
Recently, https://github.com/haskell/core-libraries-committee/issues/231 and https://github.com/haskell/core-libraries-committee/issues/261, two p…
-
I am thinking about what to do with https://github.com/dtolnay/linkme/issues/62.
My library has a finicky platform-specific behavior that isn't necessarily reasonable for Miri to emulate, based on …