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

comment generate is very bad #711

Open
janryWang opened this issue Jul 28, 2024 · 2 comments
Open

comment generate is very bad #711

janryWang opened this issue Jul 28, 2024 · 2 comments

Comments

@janryWang
Copy link

Motivation

Describe cases that motivate the implementation of the expected behavior.

var x = (a + b /* 123*/ ) * c

Expected behavior

Describe how the feature should work.

var x = (a + b /* 123*/ ) * c

Actual behavior

var x = (a + b ) * c

Describe the actual behavior of the feature or remove this section if the feature has not been implemented yet.

@davidbonnet
Copy link
Owner

Relates to #562

@davidbonnet
Copy link
Owner

Bottom line: Astring should indeed produce comments as close as possible to the original source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants