You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompatHelper.jl will split this into separate sections
(see e.g. this PR)
using CompatHelper
# I think CompatHelper.main() is doing something like this
CompatHelper.modify_project_toml("SomePackage", project, "0.1", false)
showtoml(project)
On Julia v1.11, the following code
creates an environment with this
Project.toml
:Julia v1.11 allows for manually adding a
[sources]
section to automate thePkg.develop
part, which is useful for monorepos:CompatHelper.jl will split this into separate sections
(see e.g. this PR)
On the other hand, doing Pkg.jl operations takes it back:
The text was updated successfully, but these errors were encountered: