propensive / fury-old

A new build tool for JVM languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloop configuration is broken for forks of local repositories

odisseus opened this issue · comments

This is the reason why the repo-fork test fails.

Before fork:

"sources": [
    "/home/user/.cache/fury/sources/C25973C9AED0F365/src/core"
],

After fork:

"sources": [
    "/home/user/devel/fury/test/tmp/repo-fork/app/home/user/devel/fury/test/tmp/repo-fork/app/library-local/src/core"
],

This issue was caused by PR #1451.

That isn't too surprising. I did some work tidying up the way paths are specified, and relativized. This looks very much like an absolute path is being used as a relative one.