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

Summary of known compiler issues #6578

Closed
seanbecker15 opened this issue May 10, 2024 · 2 comments
Closed

Summary of known compiler issues #6578

seanbecker15 opened this issue May 10, 2024 · 2 comments
Labels
type: question A question from the community

Comments

@seanbecker15
Copy link

Have you read the Tutorials?
Yes

Have you read the FAQ and checked for duplicate open issues?
Yes

If the question is related to FairPlay, have you read the tutorial?

N/A

What version of Shaka Player are you using?
3.2.1

What browser and OS are you using?
Too many to list :)

Please ask your question
We are currently using the debug version of Shaka in production because we have noticed issues with the compiled version of 3.2.1. Upgrading versions is on our roadmap, but I recall reading a few thread that related to compiler issues. I also recall reading about a large change to the compiler near the time of 3.x or 4.x. Any way we could get some more information about what was changed and how the compiler behaves differently? Links to relevant issues, PRs, and commits would all be greatly appreciated. Anything would help.

For reference, I searched through the issues and PRs but it seems like this might be something that spans over quite a few issues and quite a few years, so figured it might be best to just ask for a summary.

@seanbecker15 seanbecker15 added the type: question A question from the community label May 10, 2024
@joeyparrish
Copy link
Member

Sorry, we don't have any such list here. You can look at the changelog of the compiler: https://github.com/google/closure-compiler and compare that to the history of package.json where we made compiler changes.

Our last update to the compiler was 28b73b9 in Nov 2022, and before that it was 6f274cb in March 2022, and before that it was c482e81 in February 2022, and before that it was 8779715 in May 2021.

I found these by git log -p package.json and then searching for ^-.*compiler-java.

We don't plan to upgrade the Closure Compiler again, as we hope to move to TypeScript later this year.

I hope that helps!

@avelad avelad added the status: waiting on response Waiting on a response from the reporter(s) of the issue label May 13, 2024
@seanbecker15
Copy link
Author

@joeyparrish that helps a lot, thanks! Looking forward to the TypeScript upgrade. We've currently got a shim that interfaces with Shaka but with TS support we could probably remove that shim.

Feel free to close this issue at your convenience.

@avelad avelad closed this as completed May 13, 2024
@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question A question from the community
Projects
None yet
Development

No branches or pull requests

4 participants