ln: Treat parameters consistently with native ln.#235
ln: Treat parameters consistently with native ln.#235Schoonology wants to merge 1 commit intomasterfrom
Conversation
Previously, ln resolved input paths to abspaths, moving the root of relative paths to $PWD, whereas native `ln` treats the source path as relative to the _destination_. This restores the latter behaviour.
|
Confirming that links are created consistently with Fortunately for my sanity I no longer have to use windows and therefore do not care about that even a little bit. |
|
Also the
|
|
|
|
@nfischer: Could you test this on windows? |
|
@ariporad I think we're favoring #282, which is based off this but fixes the issue @freitagbr points out above. Once that is merged, we should probably close this. |
|
Ok |
|
Closing this, since #282 should fix this |
Previously, ln resolved input paths to abspaths, moving the root of relative paths to $PWD, whereas native
lntreats the source path as relative to the destination. This restores the latter behaviour.This closes #100.
Remaining work:
Is anyone available for this testing?
RFC @arturadib @charlierudolph @nylen