Make sci explicitly optional #276
Labels
Clojurists Together
Sponsored by Clojurists Together Q3 2020
enhancement
New feature or request
for discussion
Discussion is main focus of PR
Currently, if sci is a transitive dependency or is required by some other component, it will be enabled for Malli too. This is not good. Real solution would be to make installation of sci explicit, e.g. via #235:
1) explicit sci via options
2) disable via flag
, but, as it would be a breaking change (should wait for 1.0.0?), we could just add a flag wether to use sci or not.
The text was updated successfully, but these errors were encountered: