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

integer? predicate differs from ClojureScript #1036

Closed
mfikes opened this issue Jul 29, 2020 · 0 comments · Fixed by #1037
Closed

integer? predicate differs from ClojureScript #1036

mfikes opened this issue Jul 29, 2020 · 0 comments · Fixed by #1037

Comments

@mfikes
Copy link
Member

mfikes commented Jul 29, 2020

#799 can cause different results than regular ClojureScript. For example: (integer? 1.1e22) returns true in Planck but false in regular ClojureScript.

The intent of #799 was to be an optimization, not change semantics or create inconsistencies with regular ClojureScript.

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 a pull request may close this issue.

1 participant