Created
August 26, 2020 15:47
-
-
Save ashnur/3f5b7fd20d80a3831fe5a1a4c45bb55a to your computer and use it in GitHub Desktop.
This file contains 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
cljs.user=> (gen/sample (gen'/string-from-regex #"([☃-♥]{3}|B(A|OO)M)*")) | |
------ WARNING - :undeclared-ns ------------------------------------------------ | |
Resource: <eval>:1:2 | |
No such namespace: gen, could not locate gen.cljs, gen.cljc, or JavaScript source providing "gen" | |
-------------------------------------------------------------------------------- | |
------ WARNING - :undeclared-var ----------------------------------------------- | |
Resource: <eval>:1:2 | |
Use of undeclared Var gen/sample | |
-------------------------------------------------------------------------------- | |
------ WARNING - :undeclared-ns ------------------------------------------------ | |
Resource: <eval>:1:14 | |
No such namespace: gen', could not locate gen_SINGLEQUOTE_.cljs, gen_SINGLEQUOTE_.cljc, or JavaScript source providing "gen'" (Please check that namespaces with dashes use underscores in the ClojureScript file name) | |
-------------------------------------------------------------------------------- | |
------ WARNING - :undeclared-var ----------------------------------------------- | |
Resource: <eval>:1:14 | |
Use of undeclared Var gen'/string-from-regex | |
-------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment