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

parse_to_qore_value() with expressions that result in integer 0 return NOTHING instead #3851

Closed
davidnich opened this issue Mar 24, 2020 · 0 comments
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

davidnich commented Mar 24, 2020

david@meteor:~/src/qore/git/qore/src$ qore -l Util -nX 'parse_to_qore_value("%EVAL=int x = 0")'
<NOTHING>
david@meteor:~/src/qore/git/qore/src$ qore -l Util -nX 'parse_to_qore_value("%EVAL=int x = 1")'
1

also floating-point values are returned as NOTHING

@davidnich davidnich added this to the 0.9.4.2 milestone Mar 24, 2020
@davidnich davidnich self-assigned this Mar 24, 2020
@davidnich davidnich changed the title timegm(1970-01-01) returns NOTHING parse_to_qore_value() with expressions that result in integer 0 return NOTHING instead Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant