Andrew Walbran

Results 46 comments of Andrew Walbran

Is there any update on this? Can the fork mentioned above be merged?

Now that Rust 1.61 has gone to stable and #2988 is in, can we get a release of tock-registers that doesn't require nightly?

Hi, any update on this? Could a release be pushed that supports building on stable?

The problem with the `--manifest-path` approach is that it doesn't use the `.cargo/config` under the crate directory. This may be a problem if it specifies a different `build.target` than the...

I'm not familiar with typescript either, but this seems like a reasonable approach. What might be slightly nicer is to make the argument just `path` instead, and automatically add the...

I just tried this on one of my projects and it turns out it's not enough, if the subdirectory has a `.cargo/config.toml` which sets important things like the the target....

Any update on this? Not being able to connect to hosts with multiple addresses (without manually resolving first) is a pain for many services.

I could also use a way to run cargo commands from a subdirectory, especially when using `cargo deb` which has a bug (https://github.com/mmstick/cargo-deb/issues/151) where it doesn't work properly if run...

It's intentional but somewhat arbitrary. I can use an array for both if you prefer, it just seemed a bit nicer to use dedicated parameters when there aren't so many...

I did consider a slice, but as far as I know that wouldn't allow the length of the array to be statically checked, and I'd rather not have runtime checks...