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

fix(cover): Add mut to fix incorrect get of windowsize in cover #1542

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

antonnyst
Copy link
Contributor

Describe your changes

Something seems to have broken the return of the variables from the unsafe block, leading to division by zero.
By making the query variable mutable the return works.

Issue ticket number and link

#1528

Checklist before requesting a review

  • Documentation was updated (i.e. due to changes in keybindings, commands, etc.)
  • Changelog was updated with relevant user-facing changes (eg. not dependency updates,
    not performance improvements, etc.)

Copy link
Owner

@hrkfdn hrkfdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@hrkfdn hrkfdn merged commit 6dc1229 into hrkfdn:main Oct 29, 2024
5 checks passed
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