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

formatter crash #15

Closed
rszyma opened this issue Jan 16, 2024 · 0 comments · Fixed by #16
Closed

formatter crash #15

rszyma opened this issue Jan 16, 2024 · 0 comments · Fixed by #16
Labels
bug Something isn't working

Comments

@rszyma
Copy link
Owner

rszyma commented Jan 16, 2024

panicked at src/formatter/use_defsrc_layout_on_deflayers.rs:252:34:
line comment inside deflayer should always have newline

this config causes crash:

(defsrc
  a b c
)
(deflayer base
  a b ;;
  c
)

while this doesn't:

(defsrc
  a b c
)
(deflayer base
  a b ;;
  c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant