|
@@ -80,6 +80,10 @@ let deprecated = [
|
|
|
"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";
|
|
|
+ "#Std has no field format","Std.format has been removed, use single quote 'string ${escape}' syntax instead";
|
|
|
+ "Class not found : Int32","Int32 has been removed, use Int instead";
|
|
|
+ "Identifier 'EType' is not part of enum haxe.macro.ExprDef","EType has been removed, use EField instead";
|
|
|
+ "Identifier 'CType' is not part of enum haxe.macro.Constant","CType has been removed, use CIdent instead";
|
|
|
]
|
|
|
|
|
|
let error ctx msg p =
|