commit c78c1176665c704ca0421717604fac7e60fcb0a3 Author: Giovanni Campagna Date: 2016-06-12 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. https://bugzilla.gnome.org/show_bug.cgi?id=765638 M backends/css/app.rb commit 94c07f798c206c80dde7228de12b48633209d67f Author: Giovanni Campagna Date: 2016-06-12 Fix build with vala 0.34 https://bugzilla.gnome.org/show_bug.cgi?id=765638 M configure.ac commit 94359d7a805b724522501db5c83886e5911008c5 Author: Giovanni Campagna Date: 2016-04-26 js: update deps Which brings in support for es6 https://bugzilla.gnome.org/show_bug.cgi?id=765638 M backends/js/deps/acorn.js M backends/js/deps/jshint.js commit cd0f439a2cb67a1f7f0a6f468c33db5731321402 Author: Christian Hergert Date: 2016-02-21 python: fix crash when pylint is not available If the client suggests the use of pylint using {"pylint":True}, then make sure that we have pylint available before calling into the linter module. M backends/python/__init__.py commit 0c890fec812cb63f58881dd576c2d87177fb271b Author: Ben Iofel Date: 2016-01-19 Vala: support libvala-0.32 M configure.ac commit 09097375dd13a35a598055c4b1eb2c9ede8e8790 Author: Philip Withnall Date: 2015-05-01 [backends/vala] Support Vala 0.30 Doesn’t require any code changes, just an addition to configure.ac. https://bugzilla.gnome.org/show_bug.cgi?id=748751 M configure.ac