YahooArchive / end-to-end

Use OpenPGP-based encryption in Yahoo mail.
http://yahoo.tumblr.com/post/113708033335/user-focused-security-end-to-end-encryption
Apache License 2.0
223 stars 40 forks source link

@expose annotation is deprecated in closure-compiler #41

Closed taravancil closed 9 years ago

taravancil commented 9 years ago

@expose is deprecated and should be replaced by @nocollapse or @export.

Here's a discussion about the motivation for deprecating @expose.

download-libs.sh installs the compiler from [https://github.com/google/closure-compiler](), which marks @expose as deprecated. Until this is fixed you can avoid the build errors by downloading an older release of the compiler from here. The most recent release works fine.

diracdeltas commented 9 years ago

thanks, assigning to myself so i don't forget to fix this soon

diracdeltas commented 9 years ago

@taravancil This dropped off my radar last week; feel free to open pull requests for any build issues you encounter.

diracdeltas commented 9 years ago

This seems to have been fixed with #46

koto commented 9 years ago

FYI this will be fixed upstream soon.