Fork me on GitHub
#datahike
<
2023-10-16
>
pavlosmelissinos06:10:19

Hello! I think release 0.6.1550 is broken 🙂 I just upgraded and getting this error when I try to use datahike > Caused by: java.io.FileNotFoundException: resources/datahike-logo.txt (No such file or directory) https://github.com/replikativ/datahike/blob/ccb1e3c6a9d7e92540829d908e1e4d9009631a98/src/datahike/tools.cljc#L151 but if I'm reading it correctly it's not in the jar. I'm not familiar with tools.build but happy to prepare a PR if you point me to the right direction. Should I submit an issue on Github for starters?

👀 1
timo09:10:06

Hi Pavlos, thanks for bringing this up. Unfortunately we are missing the path in deps.edn-file. This slipped through. In case you've got time today it would be great if you add resources to the :paths-entry in deps.edn and test again. 👍 If this fixes it we can merge it as a PR.

timo10:10:12

ah I see there is a slurp, that's not working. You're correct

timo10:10:23

it needs to be io/resource