Chase Ruskin
Chase Ruskin
Hey Ben! Thanks for opening an issue. I am currently overhauling the cli library (originally clif, now called cliproc) and adding it to crates.io. With this overhaul, there is a...
The latest release (0.13.0) now has the correct dependencies listed in the Cargo.toml file with all deprecated packages (`clif`) fixed.
Thanks for looking into the project and providing some feedback. I'll try to address all your comments here: 1. Options for setting default target and letting Orbit automatically detect top-level...
Hey, thanks for opening an issue! I think I follow the premise of this idea, but may can you be a little more specific? - For tree generation, are you...
Thank you for the discussion, the `--json` flag has now been implemented since 030803455ea57dd0d206bc1fa971a2a04be8252d and this issue will now be closed.
Orbit has a couple of commands dedicated to providing information to stdout for users to ingest in downstream scripts/processes. One of those is the `orbit tree` command, which may be...
> Thanks for your response. I'm trying this out now on a real project and running into few issues, even with `orbit tree --json`. > > Here's a few example...
> I'll add a minor note that the `--json` tree is missing version information: > > ``` > $ orbit tree --edges project > axi_stream_fifo:0.1.0 > └── axi_stream_pkg:0.1.5 > $...
> > and that means integrating easily with other build/test front-ends and not expecting every user to use Orbit for those tasks. > > This is especially true for first-time...
> What I'm personally looking for in Orbit is a great HDL package manager, something that does not yet exist. I'm not opposed to using the package manager as a...