Option to check syntax only #3380
Closed
vporton
started this conversation in
Feature Requests
Replies: 1 comment
-
We collect feature requests over here now and use upvotes to prioritize our work: https://dx.internetcomputer.org/topic/196 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DFX should support quick syntax/semantics checking of source code. Checking syntax by running
dfx build
is far too slow (apparently, because the compiler does optimizations).moc
already has--check
option, it remains to integrate it intodfx
likedfx check [canister]
It is questionable, whether all dependent canisters should also be type-checked.
Beta Was this translation helpful? Give feedback.
All reactions