Skip to content

Conversation

@thiemowmde
Copy link
Contributor

@thiemowmde thiemowmde commented Aug 11, 2017

This is blocked by #122 and https://gerrit.wikimedia.org/r/371209, and must be rebased after #122 is merged.

Bug: T172916

@thiemowmde thiemowmde modified the milestone: 0.9.0 Aug 11, 2017
@thiemowmde thiemowmde mentioned this pull request Sep 1, 2017
This was referenced Oct 4, 2017
@thiemowmde thiemowmde force-pushed the removeCoordFormatter branch from 511a735 to 82b8e66 Compare October 6, 2017 09:20
@Ladsgroup
Copy link
Contributor

So did you rebase on top of #122?

@lucaswerkmeister
Copy link
Member

I rebased just now, but build is still failing.

@lucaswerkmeister
Copy link
Member

It works if I restore some tiny globeCoordinate object:

diff --git a/karma.conf.js b/karma.conf.js
index 95c56453bc..d471843d20 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -5,6 +5,7 @@ module.exports = function ( config ) {
 		files: [
 			'node_modules/jquery/dist/jquery.js',
 			'lib/util/util.inherit.js',
+			'lib/globeCoordinate/globeCoordinate.js',
 			'lib/globeCoordinate/globeCoordinate.GlobeCoordinate.js',
 			'src/dataValues.js',
 			'src/DataValue.js',
diff --git a/lib/globeCoordinate/globeCoordinate.js b/lib/globeCoordinate/globeCoordinate.js
new file mode 100644
index 0000000000..b3bc44fd43
--- /dev/null
+++ b/lib/globeCoordinate/globeCoordinate.js
@@ -0,0 +1 @@
+this.globeCoordinate = {};

@thiemowmde
Copy link
Contributor Author

Yea, that module was used as a namespace definition. I think restoring it like you suggested is the most easy solution for now.

Copy link
Member

@lucaswerkmeister lucaswerkmeister 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 I don’t want to merge since I was the last one to push, and I’m not quite sure about the doc comment on globeCoordinate.

@Ladsgroup
Copy link
Contributor

It's not WIP anymore, right?

@lucaswerkmeister
Copy link
Member

Not anymore, I think, yes.

@lucaswerkmeister lucaswerkmeister changed the title [WIP] Remove unused globeCoordinate.Formatter Remove unused globeCoordinate.Formatter Oct 6, 2017
@Ladsgroup Ladsgroup merged commit bf493f3 into master Oct 6, 2017
@Ladsgroup Ladsgroup deleted the removeCoordFormatter branch October 6, 2017 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants