babashka / sci.configs

A collection of ready to be used SCI configs
https://babashka.org/sci.configs/
Other
19 stars 17 forks source link

`promesa.core/handle` #5

Closed PEZ closed 2 years ago

PEZ commented 2 years ago

I'd like to be able to use promesa.core/handle in my Joyride scripts.

borkdude commented 2 years ago

@PEZ That is just a matter of adding it here https://github.com/babashka/sci-configs/blob/main/src/sci_configs/funcool/promesa.cljs

PEZ commented 2 years ago

Thanks! What is a good way to test that it works before I submit a PR? Symlink sci_config into Joyride's src folder, maybe?

borkdude commented 2 years ago

Just use a :local/root dependency on sci-configs.

PEZ commented 2 years ago

This is already done, right? https://github.com/babashka/sci.configs/blob/main/src/sci/configs/funcool/promesa.cljs#L158