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 underflow when displaying variable value #191

Open
eidekrist opened this issue Nov 9, 2020 · 0 comments
Open

Integer underflow when displaying variable value #191

eidekrist opened this issue Nov 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@eidekrist
Copy link
Member

Discovered while messing around with a variable of type Integer using cosim-demo-app v0.7.0 with Chrome version 86.0.4240.111.

When overriding the value of a variable with type Integer to e.g. -1, the value is displayed as 255. This continues with increasingly negative numbers; -2 is displayed as 254 etc, until one reaches -33. From this point on, the value is shown correctly.

I think this is just a problem with the display of the value, but that should probably be investigated.

@eidekrist eidekrist added the bug Something isn't working label Nov 9, 2020
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

No branches or pull requests

1 participant