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 pretty printer adds extra newlines between Judoc comments #1922

Closed
paulcadman opened this issue Mar 23, 2023 · 1 comment · Fixed by #1932
Closed

Juvix pretty printer adds extra newlines between Judoc comments #1922

paulcadman opened this issue Mar 23, 2023 · 1 comment · Fixed by #1932
Assignees
Milestone

Comments

@paulcadman
Copy link
Collaborator

Say you have the following module:

Foo.juvix

--- Some comment
--- Other comment
module Foo;

When you run:

juvix --no-colors dev scope --with-comments Foo.juvix

The output is:

--- Some comment

--- Other comment
module Foo;

But I would expect:

--- Some comment
--- Other comment
module Foo;
@jonaprieto
Copy link
Collaborator

Yes, I forgot to report this.

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