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 numbers types #605

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Conversation

wismill
Copy link
Member

@wismill wismill commented Jan 21, 2025

WIP, made public only to make you aware I am working on this.

Follow-up of #604 that is mostly a refactor of the parser for integers. Will probably split the minor refactoring in another PR.

Fixes #594

@wismill wismill added compile-keymap Indicates a need for improvements or additions to keymap compilation compiler warning Compiler emits warnings that should be avoided labels Jan 21, 2025
@wismill wismill added this to the 1.9.0 milestone Jan 21, 2025
Avoid implicit conversion from `int64_t`.
The `Resolve*` functions do not always initialize the parameters
that they can modify, so it is safer to always initialize them at the
call site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compile-keymap Indicates a need for improvements or additions to keymap compilation compiler warning Compiler emits warnings that should be avoided
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Virtual modifier explicit mapping is limited to platform-dependent int size
1 participant