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

juvix format --in-place with no argument does not format the project Package.juvix #2898

Closed
paulcadman opened this issue Jul 15, 2024 · 0 comments · Fixed by #3219
Closed
Assignees
Milestone

Comments

@paulcadman
Copy link
Collaborator

Reproduced using the latest nightly.

Juvix-nightly version 0.6.3-3736ed1

To Reproduce

Create a Juvix project with an unformatted Package.juvix file in its root:

For example:

module Package;

import PackageDescription.V2 open;

package : Package :=
defaultPackage;

Run juvix format --in-place in the root of the project.

Expected

The Package.juvix file should be formatted:

module Package;

import PackageDescription.V2 open;

package : Package := defaultPackage;

Actual

The Package.juvix file is unchanged.

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

Successfully merging a pull request may close this issue.

3 participants