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

Change the BaseCMapReaderFactory fetch-helper to return a Uint8Array #18933

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

Snuffleupagus
Copy link
Collaborator

  • Change the BaseCMapReaderFactory fetch-helper to return a Uint8Array

    This moves more functionality into the base-class, rather than having to duplicate that in the extending classes.
    For consistency, also updates the BaseStandardFontDataFactory and introduces more async/await in various relevant code.

  • Re-factor the DefaultFileReaderFactory unit-test helper

    We can re-use the existing helpers from src/display/ rather than re-implementing the functionality here.

This moves more functionality into the base-class, rather than having to duplicate that in the extending classes.
For consistency, also updates the `BaseStandardFontDataFactory` and introduces more `async`/`await` in various relevant code.
We can re-use the existing helpers from `src/display/` rather than re-implementing the functionality here.
@Snuffleupagus
Copy link
Collaborator Author

/botio test

@moz-tools-bot
Copy link
Collaborator

From: Bot.io (Windows)


Received

Command cmd_test from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.193.163.58:8877/037a107f75fb9a8/output.txt

@moz-tools-bot
Copy link
Collaborator

From: Bot.io (Linux m4)


Received

Command cmd_test from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.241.84.105:8877/b67dfb02b4ffa70/output.txt

@moz-tools-bot
Copy link
Collaborator

From: Bot.io (Linux m4)


Failed

Full output at http://54.241.84.105:8877/b67dfb02b4ffa70/output.txt

Total script time: 32.55 mins

  • Unit tests: Passed
  • Integration Tests: Passed
  • Regression tests: FAILED
  errors: 17
  different ref/snapshot: 20
  different first/second rendering: 1

Image differences available at: http://54.241.84.105:8877/b67dfb02b4ffa70/reftest-analyzer.html#web=eq.log

@moz-tools-bot
Copy link
Collaborator

From: Bot.io (Windows)


Failed

Full output at http://54.193.163.58:8877/037a107f75fb9a8/output.txt

Total script time: 51.77 mins

  • Unit tests: Passed
  • Integration Tests: FAILED
  • Regression tests: FAILED
  different ref/snapshot: 2396

Image differences available at: http://54.193.163.58:8877/037a107f75fb9a8/reftest-analyzer.html#web=eq.log

@timvandermeij timvandermeij merged commit 1e07b87 into mozilla:master Oct 22, 2024
10 checks passed
@timvandermeij
Copy link
Contributor

Nice improvement!

@Snuffleupagus Snuffleupagus deleted the base-factory-fetchData branch October 23, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants