Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement of relative path in [sources] section #4023

Open
hexaeder opened this issue Sep 18, 2024 · 0 comments
Open

Replacement of relative path in [sources] section #4023

hexaeder opened this issue Sep 18, 2024 · 0 comments

Comments

@hexaeder
Copy link

Hello,

I really like the new [sources] blocks. However, I noticed that some PKG operations transform relative paths into absolute paths.

For example, for my doc environment I'd like to put

[sources]
MyPkg = {path = ".."}

into MyPkg/docs/Project.toml.
However, after some local doc build/tests, this sometimes gets transformed into

[sources]
MyPkg = {path = "/home/hw/.juila/dev/MyPkg"}

which is far less portable. I think its only a matter of time until people will commit and push that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant