Merge: Workaround nitlight
authorJean Privat <jean@pryen.org>
Wed, 29 Oct 2014 19:11:41 +0000 (15:11 -0400)
committerJean Privat <jean@pryen.org>
Wed, 29 Oct 2014 19:11:41 +0000 (15:11 -0400)
commitdcf6b2f6ed93964eeec6ff647842326b7705e6c6
tree86dd8ade280e743cae34c4b426f4585c77ff4b5e
parent45694054202743c26683f9a695df64815c4d0e7e
parent63c88cdfa00f2d69b4a30138e1376ccf9412bd95
Merge: Workaround nitlight

nitlight was broken when `is cached` was used because highlight does not like AST transtormations.

This workaround justs disable the `cache` phase until something better is found.

http://nitlanguage.org/code2/nitserial.html#nitserial#MModule#serializable_type

Pull-Request: #855
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>