Fork me on GitHub
#lambdaisland
<
2021-05-04
>
plexus07:05:18

I created an issue to track the conversation around relocating lambdaisland artifacts to com.lambdaisland. My thinking has shifted a bit on this, and we're going to hold off on deploying existing libraries to com.lambdaisland until Clojars and tools.deps have figured out relocation support (which, realistically, may be never, unless we make it happen). https://github.com/lambdaisland/open-source/issues/2

borkdude08:05:58

@plexus May I ask what is the reason for this relocation? Clojars only requires this for new groupnames right?

plexus08:05:29

Consistency.

plexus08:05:57

Keep our tooling consistent, and don't add another thing we and our users need to keep track of.

plexus08:05:48

As explained in the issue > For existing libraries we could keep using lambdaisland/..., but that would mean keeping track of which ones are "new world" vs "old world" across over a dozen libraries

borkdude08:05:33

But why not push the new libraries to the old group name as well?

plexus08:05:44

we can't, it's not allowed

borkdude08:05:55

😨

âž• 3
lread20:05:14

Ah right… I guess the clojars grandfathering is for existing libs only, right? So when you have a new lambdaisland lib you want to push you are out of luck!