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

Adds some missing requires for annotations #2832

Merged
merged 1 commit into from
Aug 22, 2017
Merged

Conversation

sbrunner
Copy link
Member

Required by c2cgeoportal build on Docker

@sbrunner sbrunner added this to the 2.3 milestone Aug 21, 2017
@sbrunner sbrunner requested a review from gberaudo August 21, 2017 14:25
Copy link
Member

@fredj fredj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but are the @suppress {extraRequire} really necessary ?

@sbrunner
Copy link
Member Author

Yes ...

@@ -3,6 +3,8 @@ goog.provide('gmf.Permalink');
goog.require('gmf');
goog.require('ngeo');
goog.require('ngeo.AutoProjection');
/** @suppress {extraRequire} */
goog.require('gmf.ObjectEditingManager');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally you should not require gmf.ObjectEditingManager here since it is an optionnal dependency.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-) then where, If I add it in the gmf.js, it's a requirement for all the module...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me it's an issue of closure-utils ...

Required by c2cgeoportal build on Docker
@sbrunner sbrunner changed the title Adds some missinge requies for anotation Adds some missing requires for annotations Aug 22, 2017
@sbrunner sbrunner merged commit f8eba40 into master Aug 22, 2017
@sbrunner sbrunner deleted the missing-requires branch August 22, 2017 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants