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

Formatting of imports breaks lines unnecessarily #2737

Closed
lukaszcz opened this issue Apr 18, 2024 · 2 comments · Fixed by #3011
Closed

Formatting of imports breaks lines unnecessarily #2737

lukaszcz opened this issue Apr 18, 2024 · 2 comments · Fixed by #3011
Assignees
Milestone

Comments

@lukaszcz
Copy link
Collaborator

The import

import Stdlib.Cairo.Ec as Ec;

gets formatted into

import
Stdlib.Cairo.Ec as Ec;

I don't understand the reason. It's merely 30 characters long - the line shouldn't be broken up.

@lukaszcz lukaszcz added this to the 0.6.2 milestone Apr 18, 2024
@janmasrovira janmasrovira self-assigned this Apr 19, 2024
@janmasrovira
Copy link
Collaborator

I haven't been able to reproduce this problem. Can you provide a minimal example?

@lukaszcz
Copy link
Collaborator Author

lukaszcz commented Jun 7, 2024

https://github.com/anoma/juvix-stdlib/blob/main/Stdlib/Cairo/Pedersen.juvix

Probably stuff below the imports can be ignored to reproduce.

@paulcadman paulcadman modified the milestones: 0.6.2, 0.6.3 Jun 12, 2024
@paulcadman paulcadman modified the milestones: 0.6.3, 0.6.4 Jul 2, 2024
@paulcadman paulcadman modified the milestones: 0.6.4, 0.6.5 Jul 19, 2024
@paulcadman paulcadman modified the milestones: 0.6.5, 0.6.6 Aug 15, 2024
@lukaszcz lukaszcz modified the milestones: 0.6.6, 0.6.7 Sep 4, 2024
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