We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[sources]
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
MyPkg/docs/Project.toml
[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...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
into
MyPkg/docs/Project.toml
.However, after some local doc build/tests, this sometimes gets transformed into
which is far less portable. I think its only a matter of time until people will commit and push that...
The text was updated successfully, but these errors were encountered: