Created
July 19, 2017 13:55
-
-
Save frenchy64/46534dd7407dc3a23cec055fd50b3bcf to your computer and use it in GitHub Desktop.
Update clojure spec alpha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update_spec_alpha () { | |
git grep -l clojure.spec | xargs sed -i '' 's/clojure.spec /clojure.spec.alpha /g' | |
git grep -l clojure.spec | xargs sed -i '' 's/clojure.spec.test /clojure.spec.test.alpha /g' | |
git grep -l clojure.spec | xargs sed -i '' 's/clojure.spec.gen /clojure.spec.gen.alpha /g' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just happened to be converting a project today and noticed that the keyword namespace changed to, so
:clojure.spec/problems
becomes:clojure.spec.alpha/problems