BetterThanTomorrow / joyride

Making VS Code Hackable like Emacs since 2022
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.joyride
Other
458 stars 17 forks source link

Bump version of promesa #163

Closed YizhePKU closed 1 year ago

YizhePKU commented 1 year ago

Some functions, such as p/extract, is not available in the currently used version of promesa (it is only defined for Clojure, not for ClojureScript). Bumping version to latest should be a good idea.

YizhePKU commented 1 year ago

Edit: now that I look at the documentation of promesa 9.0.471, it does say that p/extract is supported on both Clojure and ClojureScript. For some reason, this is changed on 9.0.477. Still, I can't find p/extract in my repl, which confuses me.

borkdude commented 1 year ago

You need to add it here: https://github.com/babashka/sci.configs/blob/d0ef6083fdfac86dc3dd8948918acde334442405/src/sci/configs/funcool/promesa.cljs#L162

and then you need to bump sci.configs in this project