Augusto Hack

Results 91 comments of Augusto Hack

Removing unused deps is harder than I thought. There seems to be a few tools to do that: - [cargo deny](https://github.com/EmbarkStudios/cargo-deny/) - checks licenses - checks vulnerability DB - [cargo...

@bitwalker I think you're working on the VM's compiler, so I won't try to fix this.

@bitwalker great to know :) will save me a lot of time in the future. Thanks!

@bitwalker one thing that I forgot. Can we also get the original span? As in, original source file, lineno, and col?

this also fixed https://github.com/0xPolygonMiden/miden-vm/discussions/1043 , can we just get this in for the other repos too?

Maybe instead of deleting the folder, deleting only the folder's content would work?

@bitwalker suggests: - Add a [`rust-toolchain.toml`](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) file to pin the uses versions of the compiler - Commit the `Cargo.lock` file to pin the versions of the dependencies used by CI...

@bobbinth totally agree. I opened this issue to get feedback and document the discord conversation. Collecting any objections and/or tool preferences. If there aren't any, I can replicate the issue...

I'm going to add a few other considerations to the discussion 1. Number of distinct repos Having a long chain of repos results into slower feature releases. The user-facing program...

Another thing to consider with the single imports, this makes searching for code in the generate docs a bit harder, since the same structs are defined multiple times and at...