-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency to archived closure-library. (#641)
* . * Add base.js * add comment --------- Co-authored-by: mollyibot <[email protected]>
- Loading branch information
Showing
4 changed files
with
3,554 additions
and
17 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.
07c7928
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this dependency entirely, I happen to find some references in j2cl_proto for example https://github.com/google/j2cl-protobuf/blob/b5ea3cf5dc7b682d7a797119a9c8949d84ca5938/third_party/BUILD#L103
07c7928
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proto CI's are disabled both internally and externally. Have you hit any problems other than seeing them?
07c7928
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hit problems with jre tests in j2cl repo, and I happen to find these references in j2cl_proto but not hit build/runtime problems when checking where javascript_closure_library is used.
07c7928
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I mentioned earlier, I am removing references from the j2cl repo so that should be fine.