You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to enable fud2 to be installed using a single cargo command (like calyx today):
cargo install fud2`
There are a couple of things stopping us from doing this:
fud2 requires the rsrc directory which is only available through a Calyx checkout. I think this can be relatively easily fixed by including the source of those files within the fud2 files but not the most elegant thing to do.
There are a bunch of tools that need to be installed for fud2 to work with its default states. This can be handled by a fud2 install command or as a part of an interactive build.rs script that gets run when you install fud2.
The text was updated successfully, but these errors were encountered:
Thanks; yes, making this work in a "standalone" way would be a worthy goal. (I'm linking this to two preexisting bullets on the tracker: one for embedding resource files, and one for fud2 install.)
I don't know if this makes sense, but a maximalist vision here would be that cargo install fud2 is a convenient entry point to the Calyx ecosystem… as in, from there you can fud2 install everything else.
It would be good to enable
fud2
to be installed using a single cargo command (likecalyx
today):There are a couple of things stopping us from doing this:
fud2
requires thersrc
directory which is only available through a Calyx checkout. I think this can be relatively easily fixed by including the source of those files within thefud2
files but not the most elegant thing to do.fud2
to work with its default states. This can be handled by afud2 install
command or as a part of an interactivebuild.rs
script that gets run when you installfud2
.The text was updated successfully, but these errors were encountered: