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: issue with end_idx inferring int type from variant type #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CaelRowley
Copy link

var types cannot be inferred using := from variant types so I used mini instead of min to correctly return an int type

vars cannot be inferred using := from variant types, this was breaking the types of the file in the editor. I fixed it by using `mini` instead of `min` so that you can correctly get an int type rather than a variant
@CaelRowley
Copy link
Author

@Ark2000 this is a tiny fix, should be easy to merge. If there is an specific way you'd like MR's please let me know as I would love to contribute to your project. I can have a look at the open issues and roadmap in the future, this is more of a tiny fix to test your process

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