Fix absolute path to current project in lockfile#100
Fix absolute path to current project in lockfile#100victor-linroth-sensmetry merged 1 commit intomainfrom
Conversation
|
Looks good, do we need to add an assertion that |
If we want to do something like workspaces later, I feel like |
In my min I'd be totally fine with just EDIT: Specifically, we should panic if |
I don't really know what check for though. As far as I'm concerned |
Right, my bad, I thought at least some of this logic happened further down the call stack (a not all inside |
|
Could we add an (integration) test case to ensure the correct editable entry and path is set? |
Just found this too #102. I propose we get these two merged quickly and then we prioritise to have a good test suite for |
|
|
Does this fix #85 or is there something else to do? |
Then why did we not catch the bug fixed by this MR? |
Because it used to check for the absolute path. It's changed as part of this PR. |
Signed-off-by: victor.linroth.sensmetry <victor.linroth@sensmetry.com>
333e606 to
36eb396
Compare
🤦 I'm either too tired or there is something funky with GitHub's interface, I was sure I checked the list of filenames |
Fixes the lockfiles path to current project from an absolute path to being simply
".".