浏览代码

disable Unit loading for now

see #12162
Simon Krajewski 5 月之前
父节点
当前提交
30f07e4c0e
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/typing/typerEntry.ml
  2. 0 0
      tests/unit/src/unitstd/haxe/Unit.unit.hx.disabled

+ 1 - 1
src/typing/typerEntry.ml

@@ -190,7 +190,7 @@ let create com macros =
 	load_string ctx;
 	load_string ctx;
 	load_std ctx;
 	load_std ctx;
 	load_any ctx;
 	load_any ctx;
-	load_unit ctx;
+	(* load_unit ctx; *)
 	load_array ctx;
 	load_array ctx;
 	load_enum_tools ctx;
 	load_enum_tools ctx;
 	ignore(TypeloadModule.load_module ctx (["haxe"],"Exception") null_pos);
 	ignore(TypeloadModule.load_module ctx (["haxe"],"Exception") null_pos);

+ 0 - 0
tests/unit/src/unitstd/haxe/Unit.unit.hx → tests/unit/src/unitstd/haxe/Unit.unit.hx.disabled