GNOME Bugzilla – Bug 765638
js: update deps
Last modified: 2016-07-04 18:11:08 UTC
Which brings in support for es6
Created attachment 326804 [details] [review] js: update deps
Review of attachment 326804 [details] [review]: Fine for me.
Comment on attachment 326804 [details] [review] js: update deps Pushed but forgot to use git-bz
Would it be possible to have a new release that includes this? Right now I have to start the backend manually from jhbuild, which is quite annoying.
So it is not distchecking, I am getting this error: TESTING org.gnome.CodeAssist.v1.css TEST object (/) ....................................................... [FAIL] org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.CodeAssist.v1.css exited with status 1
+ Trace 236328
t()
return f(*self.args, **self.kwargs)
return self.get_object(path)
return self.bus.get_object(self.name, self.full_path(path))
follow_name_owner_changes=follow_name_owner_changes)
self._named_service = conn.activate_name_owner(bus_name)
self.start_service_by_name(bus_name)
'su', (bus_name, flags)))
message, timeout)
obj = self.get_object(path)
Makefile:5083: recipe for target 'check-service' failed make[1]: *** [check-service] Error 1 make[1]: Leaving directory '/home/nacho/checkout/gnome/gnome-code-assistance/gnome-code-assistance-3.16.0/_build/sub' Makefile:4561: recipe for target 'distcheck' failed make: *** [distcheck] Error 1 *** Error during phase build of gnome-code-assistance: ########## Error running make -j16 distcheck *** [1/1]
Created attachment 329658 [details] [review] Fix build with vala 0.34
Created attachment 329659 [details] [review] css: fix compatibility with sass 3.4.22 I'm not exactly sure what this line of code is doing, but it's present in sass 3.4.9 (in tree) and gone in 3.4.22. Furthermore, the class Sass::SCSS::ScriptParser is gone in 3.4.22, which makes it crash at startup. Just conditionally running it seems to work.
The error had nothing to do with JS, but in any case with the two above patches it distchecks fine for me.
Review of attachment 329658 [details] [review]: Looks good
Review of attachment 329659 [details] [review]: ok. let's get this in so we can go on with teh release.
I had forgotten about these patches, sorry. Attachment 329658 [details] pushed as 94c07f7 - Fix build with vala 0.34 Attachment 329659 [details] pushed as c78c117 - css: fix compatibility with sass 3.4.22