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

Block comments on a single line cause syntax errors #155

Closed
kjmahalingam opened this issue Jan 27, 2020 · 1 comment
Closed

Block comments on a single line cause syntax errors #155

kjmahalingam opened this issue Jan 27, 2020 · 1 comment
Labels
bug Something isn't working released Available in an official SUSHI release

Comments

@kjmahalingam
Copy link
Contributor

Block comments are typically meant to be used as multi-line comments, such as this:

/*
Comment
Comment
/*

Using a block comment on a single line like below causes a syntax error:

/* Comment Comment */

Although it is unlikely that this will be an issue, since we have support natively for single-line comment syntax with //, this is an unintended error and should be resolved.

@kjmahalingam kjmahalingam added the bug Something isn't working label Jan 27, 2020
@cmoesel
Copy link
Member

cmoesel commented Apr 3, 2020

Fixed by #316.

@cmoesel cmoesel closed this as completed Apr 3, 2020
@cmoesel cmoesel added the released Available in an official SUSHI release label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released Available in an official SUSHI release
Projects
None yet
Development

No branches or pull requests

2 participants