sci

borkdude 2024-01-19T09:00:27.320579Z

you were never supposed to use that protocols namespace, since it was not intended to be public according to the author https://github.com/babashka/sci.configs/commit/766a3c2748705985221c6c1625cd071b15f21ab6

pez 2024-01-19T09:26:15.091469Z

Thanks. I don’t quite know what I am doing when treading in these territories, so I mainly wanted to check that I can safely remove the namespace from Joyride. (We never advertised the namespace in Joyride docs, I think.)

borkdude 2024-01-19T10:03:54.437969Z

should be safe

pez 2024-01-19T07:41:55.340079Z

promesa.protocols.namespace is removed from https://github.com/babashka/sci.configs/blob/c0d379a6853e6340ab50174651d427639290afd2/src/sci/configs/funcool/promesa.cljs. Joyride doesn’t compile. What’s the implications for Joyride if I just remove this namespace. I am guessing Joyride code that rely on it will then fail. Anything else?