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 a few *safe* ESLint no-var failures in src/core/evaluator.js (13371 follow-up) #13387

Merged
merged 1 commit into from May 16, 2021

Conversation

Snuffleupagus
Copy link
Collaborator

As can be seen in PR #13371, some of the no-var changes in the PartialEvaluator.{getOperatorList, getTextContent} methods caused errors in gulp server-mode.
However, there's a handful of instances of var in other methods which should be completely safe to convert since there's no strange scope-issues present in that code.

…(13371 follow-up)

As can be seen in PR 13371, some of the `no-var` changes in the `PartialEvaluator.{getOperatorList, getTextContent}` methods caused errors in `gulp server`-mode.
However, there's a handful of instances of `var` in other methods which should be completely *safe* to convert since there's no strange scope-issues present in that code.
@Snuffleupagus Snuffleupagus changed the title Fix a few *safe* ESLint no-var failures (13371 follow-up) Fix a few *safe* ESLint no-var failures in src/core/evaluator.js (13371 follow-up) May 16, 2021
@Snuffleupagus
Copy link
Collaborator Author

/botio test

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

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

Live output at: http://54.67.70.0:8877/e0a33828aa686e0/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

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

Live output at: http://3.101.106.178:8877/e2506339332dced/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Failed

Full output at http://54.67.70.0:8877/e0a33828aa686e0/output.txt

Total script time: 26.17 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Integration Tests: Passed
  • Regression tests: FAILED

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

@pdfjsbot
Copy link

From: Bot.io (Windows)


Failed

Full output at http://3.101.106.178:8877/e2506339332dced/output.txt

Total script time: 30.01 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Integration Tests: Passed
  • Regression tests: FAILED

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

@timvandermeij timvandermeij merged commit 2fc9f39 into mozilla:master May 16, 2021
@timvandermeij
Copy link
Contributor

Looks good!

@Snuffleupagus Snuffleupagus deleted the evaluator-some-no-var branch May 16, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants