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

Jules #3647

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Jules #3647

merged 2 commits into from
Jul 1, 2024

Conversation

julian-smith-artifex-com
Copy link
Collaborator

Fix boolean tests.
Fix Pyodide build failure.

…ass.

Doing `if foo: ...` for a wrapper class always returns true. We usually need to
do `if foo.m_internal: ...`, which checks the underlying pointer to the MuPDF C
struct.

Also rewrote and simplified JM_update_stream()'s code that decides if it is
worth using compression.
…if github scheduled job.

This is more useful than testing with default hard-coded MuPDF source release.
@julian-smith-artifex-com julian-smith-artifex-com merged commit 1f3e3d5 into main Jul 1, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants