浏览代码

added some more deprecation messages

Simon Krajewski 12 年之前
父节点
当前提交
eb98d52a12
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      main.ml

+ 4 - 1
main.ml

@@ -76,7 +76,10 @@ let deprecated = [
 	"Class not found : IntIter","IntIter was renamed to IntIterator";
 	"EReg has no field customReplace","EReg.customReplace was renamed to EReg.map";
 	"#StringTools has no field isEOF","StringTools.isEOF was renamed to StringTools.isEof";
-	"Class not found : haxe.BaseCode","haxe.BaseCode was moved to haxe.crypto.BaseCode"
+	"Class not found : haxe.BaseCode","haxe.BaseCode was moved to haxe.crypto.BaseCode";
+	"Class not found : Hash","Hash was moved to haxe.ds.StringMap";
+	"Class not found : IntHash","IntHash was moved to haxe.ds.IntMap";
+	"Class not found : haxe.FastList","haxe.FastList was moved to haxe.ds.GenericStack";
 ]
 
 let error ctx msg p =