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

fix: contentlanguages need to be matched before piping output to target #5

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

m90
Copy link
Contributor

@m90 m90 commented Jul 23, 2024

Connects maxlath/wikibase-cli#188

The script is a bit all over the place (i.e. it's doing two totally unrelated things at once), but I felt it's ok since the surface area is still very small and future readers might only be interested in the fact that data is "somehow mangled".

@m90 m90 marked this pull request as ready for review July 23, 2024 13:44
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A most amusing name

@@ -1,8 +1,9 @@
FROM node:20-alpine

RUN apk add --no-cache jq=1.7.1-r0 curl=8.8.0-r0 && \
RUN apk add --no-cache curl=8.8.0-r0 python3=3.12.3-r1 && \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd not noticed this removed the jq dependency; that's a nice happy accident

@m90 m90 force-pushed the fr/match-content-languages branch 2 times, most recently from 6dc9fec to b169f4a Compare July 24, 2024 14:37
@m90 m90 force-pushed the fr/match-content-languages branch from b169f4a to d1eac24 Compare July 24, 2024 14:53
@@ -0,0 +1,152 @@
#!/usr/bin/env python3

import unittest
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

living in the future eh?

@m90 m90 merged commit a7bb0b1 into main Jul 24, 2024
4 checks passed
@m90 m90 deleted the fr/match-content-languages branch July 24, 2024 17:09
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

Successfully merging this pull request may close these issues.

2 participants