Fork me on GitHub
#joker
<
2020-01-28
>
hlship22:01:31

Think there might be an error related to macros and Joker types:

13:55:29 ~ > joker
Welcome to joker v0.14.1. Use EOF (Ctrl-D) or SIGINT (Ctrl-C) to exit.
user=> (defmacro try-log [ & body ] `(try ~@body (catch Error t# (println t#))))
#'user/try-log
user=> (try-log (throw (ex-info "Oouch" {})))
<repl>:1:50: Parse error: Unable to resolve symbol: user/Error
user=>

hlship23:01:15

Request: joker.os/uuid to return a UUID string.

Candid00:01:24

could you please submit an issue for this and the above?

jcburley05:02:34

Thanks for adding this, @roman.bataev!!

$ ./joker
Welcome to joker v0.14.1. Use EOF (Ctrl-D) or SIGINT (Ctrl-C) to exit.
user=> (joker.uuid/new)
"3c6fbb4a-1ead-455b-bee6-014472384280"
user=>

👍 4
jcburley05:02:34

Thanks for adding this, @roman.bataev!!

$ ./joker
Welcome to joker v0.14.1. Use EOF (Ctrl-D) or SIGINT (Ctrl-C) to exit.
user=> (joker.uuid/new)
"3c6fbb4a-1ead-455b-bee6-014472384280"
user=>

👍 4