-
Notifications
You must be signed in to change notification settings - Fork 3
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
Incompatible Google Closure compiler version change #18
Comments
You can always find such a thing this way: You are the only one using that thing: And yes, I know there are issues that I raised and hoped to bring to your attention quite some time ago: I am aggregating from https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository/ but at this point, I've excluded all but one with replacements, so you can get "missing" things from there. I'm sure that many people will be using old repositories to consume and to contribute old things. You can lead a horse to water... I expect you'll need to do that for this case until you or someone has time to update to the latest Javascript syntax. Sorry for that. But it doesn't make sense to keep providing old things when there are new things. Old things can come from old repos if necessary, as in this case... |
I don’t think I quite answered your question. The current milestone latest is used by the platform and presumably by others. What you see in nightly will be what’s in the next milestone which I hope to do as an early preview right after m1 is done this week. |
I think it doesn't make sense to provide a 2016 version of that bundle. Sorry about that. |
The prior Orbit Aggregation release and latest milestone, at the moment, have the ancient com.google.javascript_0.0.20160315.v20161124-1903 (as Closure Compiler). Around 2 days ago, nightly changed over to the very incompatible com.google.javascript 0.0.20230802.v20230927-1600 (JSDT can not compile against it, and does not find the old version explicitly listed in its feature.xml). Which one should be expected in M1?
The text was updated successfully, but these errors were encountered: