-
Notifications
You must be signed in to change notification settings - Fork 274
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
App ID should be UInt64
instead of Int
#478
Comments
1 task
xyzzy-plugh-plover
added a commit
to xyzzy-plugh-plover/mas
that referenced
this issue
Sep 11, 2024
Supersede mas-cli#479 Fix mas-cli#478 Signed-off-by: xyzzy-plugh-plover <114089973+xyzzy-plugh-plover@users.noreply.github.com>
This was referenced Sep 11, 2024
rgoldberg
changed the title
🐛 [BUG] App ID integer type confusion in search results
App ID should be Sep 14, 2024
UInt64
instead of Int
rgoldberg
pushed a commit
to xyzzy-plugh-plover/mas
that referenced
this issue
Oct 6, 2024
Supersede mas-cli#479 Fix mas-cli#478 Signed-off-by: xyzzy-plugh-plover <114089973+xyzzy-plugh-plover@users.noreply.github.com>
rgoldberg
added a commit
to rgoldberg/mas
that referenced
this issue
Oct 14, 2024
Use `AppID` everywhere appropriate. Associated appID cleanup. Partial mas-cli#478 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
rgoldberg
added a commit
to rgoldberg/mas
that referenced
this issue
Oct 14, 2024
Resolve mas-cli#478 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
rgoldberg
added a commit
to rgoldberg/mas
that referenced
this issue
Oct 14, 2024
Use `AppID` everywhere appropriate. Associated appID cleanup. Partial mas-cli#478 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your Environment
mas version
: 1.8.6system_profiler SPSoftwareDataType -detailLevel mini
): 13.0 (22A380)mas Install Method
brew install mas
(homebrew-core)Describe the Bug
The App ID reported in
mas search
output is incorrect if the ID is a number larger thanInt32.max
.To Reproduce
Search for a term that includes results with a high App ID.
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: