clubby789

Results 51 issues of clubby789

**V version:** V 0.2.2 82650ee **What did you do?** ```v module main import net.http fn main() { println('hi') } [ ... ] v -autofree test.v valgrind ./test ``` **What did...

Bug
Unit: Memory Management

Closes #258 Adds two options for bypassing verifying the start and end of nightly and CI ranges. If no start nightly has been provided, the start date will be detected...

It would be useful to skip verification bisection start/end if (using Playground or otherwise) we already know a valid regression range.

I invoked the program with `cargo-bisect-rustc --start 2023-01-27 --regress ice`. The output of the `reproduce with` section, however, was ```bash cargo bisect-rustc 2023-01-27 --regress ice ``` Missing the `--start` portion...

Run `cargo update`, with some pinning and fixes necessitated by that. This *should* unblock #112865 There's a couple of places where I only pinned a dependency in one location -...

A-testsuite
T-compiler
T-bootstrap
S-waiting-on-bors
perf-regression

Tracking issue: https://github.com/rust-lang/rust/issues/28937 I'd like to push for stabilizing this, so writing a documentation PR to go along with it. @rustbot label +S-waiting-on-stabilization

S-waiting-on-stabilization

Whenever I use pwntools to gain a shell, and call `interactive()` it can be frustrating to deal with not being able to use Ctrl-C, Ctrl-Z etc. I believe it would...

term

Running the benchmarks on my machine, I get these results: ``` parse_ctx_runtime/browser time: [106.61 µs 106.73 µs 106.85 µs] change: [-17.886% -17.720% -17.552%] (p = 0.00 < 0.05) Performance has...

We `format!` a lot of messages which are only used when we are at some level of verbosity - do this lazily instead

T-bootstrap
S-waiting-on-review

Fixes #89829

enhancement
discussion
topic:gdscript