Just checking: is it OK to have a
[sources]
MainPackage = {path = ".."}
in the test/Project.toml
of a package prior to the Julia versions which actually support it?
My understanding is that those versions will
- just quietly ignore it when the file is read (which is innocuous),
- may actually delete it if the
Project.toml
is modified using thepkg>
mode UI, (which I hope to notice when reviewing the commit if it ever happens)
Is this correct?