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

powertoys run can't convert hexadecimal correctly #23961

Closed
klcheungaj opened this issue Feb 8, 2023 · 3 comments
Closed

powertoys run can't convert hexadecimal correctly #23961

klcheungaj opened this issue Feb 8, 2023 · 3 comments
Labels
Area-Quality Stability, Performance, Etc. External Dependency This bug or feature isn't resolved, but it's following an external work item. Issue-Bug Something isn't working Priority-1 Bug that is high priority Run-Plugin Things that relate with PowerToys Run's plugin interface

Comments

@klcheungaj
Copy link

Microsoft PowerToys version

0.67.0

Installation method

WinGet

Running as admin

None

Area(s) with issue?

PowerToys Run

Steps to reproduce

type "0x10c846400" in PowerToys Run. The result is same as "0xc846400"

✔️ Expected Behavior

4504970240

❌ Actual Behavior

210002944

Other Software

No response

@klcheungaj klcheungaj added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Feb 8, 2023
@Acrosicious
Copy link

The current package "[Mages.Core]" seems to be using Int32 for conversion. Thus, the max value in conversion is 2.147.483.647. In the example above, the tool should currently show an exception (overflow / truncation) and calculation could be done with Int64 to support a higher range in the future.

@Jay-o-Way Jay-o-Way added Area-Quality Stability, Performance, Etc. Priority-1 Bug that is high priority Run-Plugin Things that relate with PowerToys Run's plugin interface and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Feb 9, 2023
@Jay-o-Way
Copy link
Collaborator

Jay-o-Way commented Feb 9, 2023

We desperately need to ditch Mages. Effectively do #2265 asap.

@crutkas
Copy link
Member

crutkas commented Apr 29, 2023

as of now, this is close can't fix as it is blocked on mages engine

@crutkas crutkas closed this as completed Apr 29, 2023
@crutkas crutkas added the External Dependency This bug or feature isn't resolved, but it's following an external work item. label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Quality Stability, Performance, Etc. External Dependency This bug or feature isn't resolved, but it's following an external work item. Issue-Bug Something isn't working Priority-1 Bug that is high priority Run-Plugin Things that relate with PowerToys Run's plugin interface
Projects
None yet
Development

No branches or pull requests

4 participants