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

minimal value of i64 can not be expressed in tremor script #127

Closed
Licenser opened this issue Mar 18, 2020 · 1 comment · Fixed by #629
Closed

minimal value of i64 can not be expressed in tremor script #127

Licenser opened this issue Mar 18, 2020 · 1 comment · Fixed by #629
Labels
bug Something isn't working

Comments

@Licenser
Copy link
Member

Problem
The literal -9223372036854775808 can't be represented by a script

Steps

Run the following script:

-9223372036854775808

Notes

Output of tremor-server --version: 0.7.3

@Licenser Licenser added the bug Something isn't working label Mar 18, 2020
@Licenser
Copy link
Member Author

renaming for clarity

@Licenser Licenser changed the title min (integer) can not be written in a script minimal value of i64 can not be expressed in tremor script Apr 16, 2020
m0n0chr0m3 pushed a commit to m0n0chr0m3/tremor-runtime that referenced this issue Apr 16, 2020
May need to be extended to deal with leading decimal point,
octal/hexadecimal numbers, etc. (and perhaps the parser grammar can be
even be simplified).
Licenser added a commit that referenced this issue Mar 4, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Licenser added a commit that referenced this issue Mar 9, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Licenser added a commit that referenced this issue Mar 9, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Licenser added a commit that referenced this issue Mar 10, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
mfelsche pushed a commit that referenced this issue Mar 21, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
mfelsche pushed a commit that referenced this issue Mar 22, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Licenser added a commit that referenced this issue Apr 12, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Licenser added a commit that referenced this issue Apr 12, 2022
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant