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

Nested Comments in D-Lang Problematic #27

Closed
boyter opened this issue Sep 5, 2018 · 1 comment
Closed

Nested Comments in D-Lang Problematic #27

boyter opened this issue Sep 5, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@boyter
Copy link
Owner

boyter commented Sep 5, 2018

/* 8 lines 5 code 1 comments 2 blanks */

void main() {
    auto x = 5; /+ a /+ nested +/ comment /* +/
    writefln("hello");
    auto y = 4; // */
}

Note that in the above /+ allows nested comments but that */ can be inside the different one. Currently scc is unable to deal with this.

@boyter boyter added the bug Something isn't working label Sep 5, 2018
@boyter
Copy link
Owner Author

boyter commented Feb 12, 2020

Going to close. I think we are never going to fix this on the basis its such an edge case.

@boyter boyter closed this as completed Feb 12, 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
Projects
None yet
Development

No branches or pull requests

1 participant