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(hls): Fix type error in lazy-loading #4687

Merged
merged 2 commits into from
Nov 11, 2022

Conversation

joeyparrish
Copy link
Member

There was a potential type error in an edge case in lib/player.js. It would have been caught by the latest compiler, so this upgrades the compiler and fixes another type error in one other place, as well.

There was a potential type error in an edge case in lib/player.js.
It would have been caught by the latest compiler, so this upgrades the
compiler and fixes another type error in one other place, as well.
JulianDomingo
JulianDomingo previously approved these changes Nov 11, 2022
@github-actions
Copy link
Contributor

Incremental code coverage: 100.00%

This fixes build errors on Windows and macOS.

It would seem that the compiler upgrade made this an issue within
the GitHub Actions environment.
@joeyparrish
Copy link
Member Author

The compiler upgrade part of this caused an issue in GitHub Actions, where the macOS & Windows VMs seem to default to Java 8, but the newer compiler requires Java 11.

The fix for that (which I'm still waiting for results on) dismissed @JulianDomingo's review. :-(

@avelad avelad added type: bug Something isn't working correctly component: HLS The issue involves Apple's HLS manifest format labels Nov 11, 2022
@avelad avelad added this to the v4.4 milestone Nov 11, 2022
@joeyparrish joeyparrish merged commit 28b73b9 into shaka-project:main Nov 11, 2022
@joeyparrish joeyparrish deleted the fix-lazy-load-type-error branch November 11, 2022 15:08
joeyparrish added a commit that referenced this pull request Dec 8, 2022
There was a potential type error in an edge case in lib/player.js. It
would have been caught by the latest compiler, so this upgrades the
compiler and fixes another type error in one other place, as well.
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants