Fork me on GitHub
#polylith
<
2021-07-29
>
mbjarland17:07:57

so perhaps I'm missing some information in some medium, but what is the current state of affairs with issue-66? I ran into the relative paths from project issue in my project, read through the discussion with Alex but still landed in not being sure where things stand.

seancorfield17:07:46

@mbjarland issue-66 is the "updated deps.edn" version of Polylith that will become the main version "soon". Work has been ongoing for quite a while and we're using that branch at work and liking it.

mbjarland17:07:42

aha...so a local rebuild to use the version from that branch...sounds doable. What changed? I saw the discussion going back and forth a few times

seancorfield17:07:47

If you're currently using the master version, it would probably be a good idea to create a branch in your project and try the migration tool per the doc that @tengstrand linked to a few days ago https://github.com/polyfy/polylith/blob/issue-66/doc/migrate.md

seancorfield17:07:45

(that tagged version -- 0.2.0 Alpha 10 -- doesn't exist yet but it will be the release of the issue-66 branch once it has been merged back)

mbjarland17:07:08

ok...that doc looks like what I was looking for

seancorfield17:07:28

LMK if you have any Qs after reading that. I think it lists the differences as well as explaining how to migrate and test your project.