transform: disable transform of ASuperstringExpr
authorJean Privat <jean@pryen.org>
Fri, 25 Apr 2014 13:16:03 +0000 (09:16 -0400)
committerJean Privat <jean@pryen.org>
Fri, 25 Apr 2014 13:16:57 +0000 (09:16 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/transform.nit

index 2a8dda2..06bdcb6 100644 (file)
@@ -200,6 +200,8 @@ redef class ASuperstringExpr
        #     t.to_s
        redef fun accept_transform_visitor(v)
        do
+               if true then return # FIXME: transformation disabled for the moment
+
                var nblock = v.builder.make_block
 
                var arraytype = v.get_class(self, "Array").get_mtype([v.get_class(self, "Object").mclass_type])