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

Watch window shows incorrect value of certain float literals #323

Closed
IAmVoran opened this issue Oct 5, 2024 · 1 comment
Closed

Watch window shows incorrect value of certain float literals #323

IAmVoran opened this issue Oct 5, 2024 · 1 comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger. Missing Support A request to support a currently unsupported case.

Comments

@IAmVoran
Copy link

IAmVoran commented Oct 5, 2024

Version 0.9.11

I have noticed that the e literal format (e.g. 4.0e2 for 400 or 1.0e-2 for 0.01) does not render properly. It just ignores the e, alongside and any other non-number character from what I can tell. 4.0e2 becomes 4.02 and 1.0e-2 becomes -1 (the result of 1.0 - 2).

May be related to #308 , which also seems to be the watch window ignoring 'extraneous' characters.

@ryanfleury ryanfleury added Bug A report of unintended or broken behavior. Missing Support A request to support a currently unsupported case. labels Oct 8, 2024
@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
@ryanfleury
Copy link
Collaborator

Fixed as of d0915ec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger. Missing Support A request to support a currently unsupported case.
Projects
None yet
Development

No branches or pull requests

2 participants