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

BestFirstSearch: skip processOptimal if too long #4493

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

kitbellew
Copy link
Collaborator

An optimal token would succeed if all splits cost 0, and there are no disallowed overflow tokens. In practice, this means that the span before the optimal token can't be way much longer than the line length.

An optimal token would succeed if all splits cost 0, and there are no
disallowed overflow tokens. In practice, this means that the span before
the optimal token can't be way much longer than the line length.
@kitbellew kitbellew merged commit 0015487 into scalameta:main Oct 29, 2024
21 checks passed
@kitbellew kitbellew deleted the 4133_305 branch October 29, 2024 00:52
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.

1 participant