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

CRLF line endings handled incorrectly #32

Closed
Runi-c opened this issue Mar 27, 2021 · 0 comments · Fixed by #34
Closed

CRLF line endings handled incorrectly #32

Runi-c opened this issue Mar 27, 2021 · 0 comments · Fixed by #34

Comments

@Runi-c
Copy link
Contributor

Runi-c commented Mar 27, 2021

This bug causes CRLF line endings to be double-counted, causing line positions to be reported incorrectly. The result is that generated symbols are entirely useless and the langserver is virtually unusable for editors configured to use CRLF.

It is caused by a bug in framework:
image
racket/gui#221

As I don't anticipate it to be fixed there any time soon a temporary fix could be considered here, such as manually replacing CRLF with LF before sending off to the racket:text instance.

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

Successfully merging a pull request may close this issue.

1 participant