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

bugfix: Calculate string value eagerly #870

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jun 16, 2024

Previously, we would stringify everything at the end, which means any mutable collections etc would be printed wrongly.

Now, we caluclate string value eagerly.

Related to scalameta/metals#6500

@tgodzik tgodzik force-pushed the eager branch 4 times, most recently from 990a531 to 6e55838 Compare June 17, 2024 07:34
Previously, we would stringify everything at the end, which means any mutable collections etc would be printed wrongly.

Now, we caluclate string value eagerly.
@tgodzik tgodzik merged commit d47464a into scalameta:main Jun 17, 2024
14 checks passed
@tgodzik tgodzik deleted the eager branch June 17, 2024 09:29
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 this pull request may close these issues.

2 participants