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

Error when comparing versions that are too large #3687

Closed
TheRandomLabs opened this issue Oct 15, 2019 · 2 comments
Closed

Error when comparing versions that are too large #3687

TheRandomLabs opened this issue Oct 15, 2019 · 2 comments

Comments

@TheRandomLabs
Copy link

TheRandomLabs commented Oct 15, 2019

For example, if I have adopt8-hotspot-nightly installed and run scoop status, I get the following error:

Cannot convert value "201910101115" to type "System.Int32". Error: "Value was either too large or too small for an Int32."

The error occurs here and could probably be fixed by changing [int] to [long] or [decimal].

@niheaven
Copy link
Member

Will be fixed after recent hotfixes being merged.

@rashil2000
Copy link
Member

Fixed in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants