Paul Schoenfelder

Results 323 comments of Paul Schoenfelder

You can assign it to me, I've actually written decent docs for `midenc-debug`, but until I move that crate into this repo, we can keep this open to track that...

@bobbinth Agreed, I was imagining this would supercede #1490, while also addressing more generally the problem of `MastForest` drop glue. It's possible that the `DecoratorSpan` implementation will address the issue...

> 1. I've run into the "early constant propagation" as well in the linter I wrote (`masmlint`) and am currently (ab)using the `TestContext::new().parse_forms(...)` API (behind `testing`...) in order to get...

> Not sure if this is by accident or deliberately, but it might be nice to fix this as well if possible. It's a historical artifact basically - I agree...

The assembler could track the operand stack state in abstract (like we do in the compiler), and transform a runtime-bounded `repeat` like this to a `while.true` predicated on the current...

There is a `rustfmt` like API available in the `miden-formatting` crate (and re-exported via `miden-core::prettier`), via the `PrettyPrint` trait. This is implemented for both MASM and MAST textual formats. A...

I think this should be largely resolved in #1277. Several of the public APIs now return a `Report`, which retains all of the context of the original error (depending on...

I've been keeping an eye on it for awhile, with one of my previous projects, and more recently with the compiler, and definitely think it has some nice features! What...

This can be closed, no?

This is implemented in #1277. Just making a note here so I revisit this issue once that's merged.