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 the broken vector keys fix #21

Merged
merged 1 commit into from
Mar 13, 2019
Merged

Fix the broken vector keys fix #21

merged 1 commit into from
Mar 13, 2019

Conversation

xvxx
Copy link
Collaborator

@xvxx xvxx commented Mar 13, 2019

This is a fix for the bug introduced in #20. It looks like the compiler was casting ints to ldpl_numbers before, but with the char* arg introduced it couldn't do the implicit cast anymore. So adding an int arg operator fixes it and catches all three cases of a string literal, whole number, and ldpl_number. But I don't know if other casting issues will arise here.

@Lartu
Copy link
Owner

Lartu commented Mar 13, 2019

Great! Let's hope no more errors arise!

@Lartu Lartu merged commit 2839da6 into Lartu:master Mar 13, 2019
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