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

Manifest file generated is in older version #394

Closed
hdavid16 opened this issue Apr 20, 2023 · 2 comments · Fixed by #425
Closed

Manifest file generated is in older version #394

hdavid16 opened this issue Apr 20, 2023 · 2 comments · Fixed by #425
Labels

Comments

@hdavid16
Copy link

hdavid16 commented Apr 20, 2023

I get the warning:

┌ Warning: The active manifest file at `C:\...\Manifest.toml` has an old format that is being maintained.
│ To update to the new format, which is supported by Julia versions  1.6.2, run `Pkg.upgrade_manifest()` which will upgrade the format without re-resolving.
│ To then record the julia version re-resolve with `Pkg.resolve()` and if there are resolve conflicts consider `Pkg.update()`.

When creating a package with PkgTemplates.

@3f6a
Copy link

3f6a commented May 2, 2023

I am also seeing this issue, only in non-interactive mode. In case it's useful, here is the template I'm using

t = Template(
    ;
    host = "github.com",
    julia = v"1.8.3",

    plugins = [
        ProjectFile(; version=v"1.0.0-DEV"),
        SrcDir(),
        Tests(; project=true),
        Readme(),
        License(; name="MIT"),
        Git(; manifest=true, ssh=true),
        CompatHelper(),
        TagBot(),
        Documenter(),
        Codecov(),
        GitHubActions(; extra_versions=["1.6", "1.8"])
    ],

    interactive = false
)

@oxinabox oxinabox added the bug label May 23, 2023
@gdalle
Copy link
Collaborator

gdalle commented Jul 31, 2023

Duplicate of #365

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

Successfully merging a pull request may close this issue.

4 participants