-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add wrapper on creator.addAlias
.
#175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@mgautierfr you says this needs openzim/libzim#833 but that libzim branch uses addAlias
and not addClone
anymore.
I guess you want the pylibzim wrapper to switch to add_alias
as well.
Adapted to add_alias. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Turning this into a WIP so we don't merged until there's at least a nightly we can validate all targets against
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
- Coverage 93.52% 93.44% -0.09%
==========================================
Files 1 1
Lines 510 519 +9
==========================================
+ Hits 477 485 +8
- Misses 33 34 +1 ☔ View full report in Codecov by Sentry. |
creator.addClone
.creator.addAlias
.
Should be ok to merge now ? |
This PR is blocked by openzim/libzim#837 (written in description) |
I merged with the nightly (that's usual for this repo) but we need a release of libzim to release pylibzim to release scraperlib… to integrate in warc2zim |
Need openzim/libzim#833
Blocked by openzim/libzim#837