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

Appending two lists with @ fails #1719

Closed
1 of 3 tasks
isaacabraham opened this issue May 11, 2021 · 1 comment · Fixed by #1723
Closed
1 of 3 tasks

Appending two lists with @ fails #1719

isaacabraham opened this issue May 11, 2021 · 1 comment · Fixed by #1723

Comments

@isaacabraham
Copy link

isaacabraham commented May 11, 2021

This only appears to occur if the second list has multiple items separated by ;

Issue created from fantomas-online

Code

[ 2.; 4. ] @ [ 2.; 4. ]

Result

@ [ 2.; 4. ] [ 2.; 4. ]

Problem description

Please describe here the Fantomas problem you encountered.
Check out our Contribution Guidelines.

Extra information

  • The formatted result breaks by code.
  • The formatted result gives compiler warnings.
  • I or my company would be willing to help fix this.

Options

Fantomas Master at 05/09/2021 13:45:10 - f10b822

Default Fantomas configuration

Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?

@nojaf
Copy link
Contributor

nojaf commented May 12, 2021

Hello Isaac, thank you for reporting this issue.
This might be related to #1188.
I would need to debug to see what is up here, might take a stab at this over the weekend.

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.

2 participants