Phoenix Himself
Phoenix Himself
It will be... this PR introduces a function that with given AST it just removes unused variables. We can always add more modules to `optimizer/` and extend it to do...
I've added a simple macro to make the tests more readable
I'll write more tests and then we can merge
[`cargo-dist` now supports linux arm release triples](https://axodotdev.github.io/cargo-dist/book/reference/config.html) which is a great news. We can now remove our `release-linux-arm.yml` workflow and add: - `aarch64-unknown-linux-gnu` - `aarch64-unknown-linux-musl` in `Cargo.toml` [where we hold...
@Mte90 this has been fixed actually. The problem was with our workflow that we had before its full rewrite. Now we ship all contents the same way
This is something that is blocked by #770
Converting to draft so that this PR doesn't get merged before 0.5 release
Thanks @lens0021 for vigilance! I thought that github would auto resolve them.
I'm away from home today. Can anyone provide me with some additional context of what happens when user is a root?
@Mte90 @lens0021 maybe a new `sudo` command modifier would be good enough. This would insert sudo if there is a need for it. ```ab sudo $ mv /test.txt /test1.txt $...