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

Extent json.to testing to VM, add workrounds for VM bugs. #12493

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

krux02
Copy link
Contributor

@krux02 krux02 commented Oct 22, 2019

On top of some refactoring fixes #12479

proc addInt*(result: var string; x: int64) =
result.add $x

proc addFloat*(result: var string; x: float) =
Copy link
Collaborator

Choose a reason for hiding this comment

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

{.inline.}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Does inline matter here?

@Araq Araq merged commit 5ed99f8 into nim-lang:devel Oct 28, 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.

addInt on string doesn't exist for JS
3 participants