Greg Morenz

Results 10 issues of Greg Morenz

This PR could be split into two independent PRs, if you want me to do that let me know. The only reason I'm putting them together is that the last...

Currently we can add parameters, but not remove them. It would be nice to be able to do both, to be able to do things like have math nodes that...

`iter_connections` current returns an iterator of `(InputId, OutputId)`. I believe it would be more consistent to return `(OutputId, InputId)`, and it matches the direction of connections in the graph. On...

Update: See comment at bottom of issue. I'm trying to build this, following the instructions in the readme. I'm running a completely up to date version of Arch Linux (as...

Steps to reproduce: 1. Create `fn main() { loop {} }` app 2. Open the app 3. Hit the back arrow 4. Open the app again Output: Is slightly mangled...

This adds a new attribute `may_panic(condition)` in which you can specify conditions under which a function might panic. It compiles this down to a whyml exception, which works to check...

I'd have been somewhat surprised if this code worked, but it should probably return an error message instead of a panic ```rust fn some_fn_pointer() -> i32 { 2 } fn...

bug

The readme says > Boringtun is currently undergoing a restructuring. You should probably not rely on or link to the master branch right now. Instead you should use the crates.io...

Just started playing with prusti and ran into this. Naively I expect the fix is to have `!check_panics` imply `!check_overflows` but I haven't looked at the internals anywhere near enough...

bug

## What this PR does This fixes #10744, a long-standing bug with `target-applies-to-host=false` where `RUSTFLAGS` are not being passed to artifact-units when built with `cargo build` (as opposed to `cargo...

A-build-execution
A-rebuild-detection
A-build-scripts
S-waiting-on-review
A-cfg-expr
A-cargo-targets
Z-target-applies-to-host