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

[python map] normalize #161

Merged
merged 1 commit into from
Nov 3, 2023
Merged

[python map] normalize #161

merged 1 commit into from
Nov 3, 2023

Conversation

ryantm
Copy link
Collaborator

@ryantm ryantm commented Nov 2, 2023

Why

  • There were cases where you'd install two python libraries and get two different versions of ffmpeg or imagemagick

What changed

  • I manually went through and picked the largest of packages where there might be minimal and full verison, and where there was a specific version of something, I used the default version. Note, this might not be correct in some cases, but it is likely to be an okay first approximation

Test plan

  • I confirmed the python map is still valid json by passing it through jq
  • We'll let this cool in Explorer for a while.
  • go test -v ./internal/nix/... passes

Why
===
* There were cases where you'd install two python libraries and get
two different versions of ffmpeg or imagemagick

What changed
===
* I manually went through and picked the largest of packages where
there might be minimal and full verison, and where there was a
specific version of something, I used the default version. Note, this
might not be correct in some cases, but it is likely to be an okay
first approximation

Test plan
===
* I confirmed the python map is still valid json by passing it through
jq
* We'll let this cool in Explorer for a while.
@ryantm ryantm requested a review from a team as a code owner November 2, 2023 22:56
@ryantm ryantm requested review from airportyh and removed request for a team November 2, 2023 22:56
@ryantm ryantm merged commit 12daf6b into main Nov 3, 2023
1 check passed
@ryantm ryantm deleted the rtm-11-2-normalize-python-map branch November 3, 2023 19:20
@blast-hardcheese blast-hardcheese added the bug Something isn't working label Dec 19, 2023
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

Successfully merging this pull request may close these issues.

3 participants