-
Notifications
You must be signed in to change notification settings - Fork 5
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: Fix clobbering of arguments in custom configurations #50
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joeyparrish
approved these changes
Jul 19, 2023
joeyparrish
changed the title
fix: merge arrays properly
fix: Fix clobbering of arguments in custom configurations
Jul 19, 2023
Thank you for your contribution! |
joeyparrish
pushed a commit
that referenced
this pull request
Jul 19, 2023
🤖 I have created a release *beep* *boop* --- ## [1.6.2](v1.6.1...v1.6.2) (2023-07-19) ### Bug Fixes * Fix ChromeHeadless in Docker ([#51](#51)) ([a487e6d](a487e6d)) * Fix clobbering of arguments in custom configurations ([#50](#50)) ([43ce270](43ce270)) * Fix failure when drivers lag behind browser ([#53](#53)) ([14cf6c3](14cf6c3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
joeyparrish
added a commit
to joeyparrish/shaka-player
that referenced
this pull request
Jul 29, 2023
- In karma.conf.js, give ourselves the ability to merge Selenium configs together without clobbering argument lists, for better deduplication in shaka-lab.yaml. This is based on shaka-project/karma-local-wd-launcher#50 - Refactor shaka-lab.yaml to take advantage of this new ability. This removes a bunch of duplicate command line arguments for various versions of Chrome. - Remove a TODO about a bug that Chrome decided they would never fix. - Sort the list of devices and platforms, with comments to mark out the sections. - Remove IE11, which we are well past supporting or testing. This should be cherry-picked to all active branches.
joeyparrish
added a commit
to shaka-project/shaka-player
that referenced
this pull request
Jul 31, 2023
- In karma.conf.js, give ourselves the ability to merge Selenium configs together without clobbering argument lists, for better deduplication in shaka-lab.yaml. This is based on shaka-project/karma-local-wd-launcher#50 - Refactor shaka-lab.yaml to take advantage of this new ability. This removes a bunch of duplicate command line arguments for various versions of Chrome. - Remove a TODO about a bug that Chrome decided they would never fix. - Sort the list of devices and platforms, with comments to mark out the sections. - Remove IE11, which we are well past supporting or testing. This should be cherry-picked to all active branches.
joeyparrish
added a commit
to shaka-project/shaka-player
that referenced
this pull request
Aug 19, 2023
- In karma.conf.js, give ourselves the ability to merge Selenium configs together without clobbering argument lists, for better deduplication in shaka-lab.yaml. This is based on shaka-project/karma-local-wd-launcher#50 - Refactor shaka-lab.yaml to take advantage of this new ability. This removes a bunch of duplicate command line arguments for various versions of Chrome. - Remove a TODO about a bug that Chrome decided they would never fix. - Sort the list of devices and platforms, with comments to mark out the sections. - Remove IE11, which we are well past supporting or testing. This should be cherry-picked to all active branches.
joeyparrish
added a commit
to shaka-project/shaka-player
that referenced
this pull request
Aug 20, 2023
- In karma.conf.js, give ourselves the ability to merge Selenium configs together without clobbering argument lists, for better deduplication in shaka-lab.yaml. This is based on shaka-project/karma-local-wd-launcher#50 - Refactor shaka-lab.yaml to take advantage of this new ability. This removes a bunch of duplicate command line arguments for various versions of Chrome. - Remove a TODO about a bug that Chrome decided they would never fix. - Sort the list of devices and platforms, with comments to mark out the sections. - Remove IE11, which we are well past supporting or testing. This should be cherry-picked to all active branches.
github-actions
bot
added
the
status: archived
Archived and locked; will not be updated
label
Sep 17, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Properly merge arrays when custom configuration is used, so i.e. ChromeHeadless now can be extended with additional args: