Fork me on GitHub
#kaocha
<
2022-04-13
>
imre12:04:07

I'm working on integrating https://github.com/imrekoszo/polylith-kaocha and the boundary where kaocha itself needs to be invoked has better access to resources than filesystem paths

plexus13:04:52

are your resources inside jars or on the filesystem? If the latter is it possible to do the resolution before calling Kaocha?

plexus13:04:36

> Is there any reason It would appear no one has needed this before, that's the reason.

imre14:04:22

Well, they could be in jars. Polylith assembles a classloader and so that's what I should primarily be working with when calling Kaocha, so in this case relying on resources feels safer to me.

imre14:04:19

I can assemble a config via an alternative way before calling kaocha but I'd like avail of the aero and default config support.

imre14:04:41

I of course can copy parts of kaocha.config out and do it myself

imre14:04:45

> no one has needed this before Would you potentially accept a PR that provides this?

plexus17:04:34

Thanks! I've commented on the PR.

imre18:04:44

Thank you, will continue there