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

Update the preprocess-function to avoid adding trailing new-lines (issue 14902) #14903

Merged
merged 1 commit into from
May 11, 2022

Conversation

Snuffleupagus
Copy link
Collaborator

This is a follow-up to PR #14886, which "broke" this.

In addition to fixing the issue, using an Array and join-ing it at the end may also be a tiny bit more efficient than using a growing string.

…issue 14902)

*This is a follow-up to PR 14886, which "broke" this.*

In addition to fixing the issue, using an Array and `join`-ing it at the end may also be a tiny bit more efficient than using a growing string.
@Snuffleupagus
Copy link
Collaborator Author

/botio integrationtest

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

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

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

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

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

Live output at: http://54.193.163.58:8877/b9f66f8e795bdd6/output.txt

Copy link
Contributor

@calixteman calixteman left a comment

Choose a reason for hiding this comment

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

It looks better like this.

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Failed

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

Total script time: 4.26 mins

  • Integration Tests: FAILED

@pdfjsbot
Copy link

From: Bot.io (Windows)


Success

Full output at http://54.193.163.58:8877/b9f66f8e795bdd6/output.txt

Total script time: 8.08 mins

  • Integration Tests: Passed

@Snuffleupagus Snuffleupagus merged commit 9ceceae into mozilla:master May 11, 2022
@Snuffleupagus Snuffleupagus deleted the issue-14902 branch May 11, 2022 10:52
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.

Extra whitespace at the end of viewer.css when built for mozilla-central
3 participants