Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fud2] Print warning on unused arguments #2350

Open
EclecticGriffin opened this issue Nov 12, 2024 · 0 comments
Open

[fud2] Print warning on unused arguments #2350

EclecticGriffin opened this issue Nov 12, 2024 · 0 comments
Labels
C: fud2 experimental driver

Comments

@EclecticGriffin
Copy link
Collaborator

fud2 currently does not warn you if you have supplied an unused argument. The following for instance works without saying anything

fud2 --from calyx --to jq --through cider -s sim.data=benchmarks/ntt-32.futil.data -s calyx.args="--log off" benchmarks/ntt-32.futil -s jq.expr="." -s jq.flags="--sort-keys" -s calyx.flags="I am not valid"

since calyx.flags is an unused argument (unlike calyx.args)

@EclecticGriffin EclecticGriffin added the C: fud2 experimental driver label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: fud2 experimental driver
Projects
None yet
Development

No branches or pull requests

1 participant