فهرست منبع

Be more specific in the comment

Rudy Ges 5 روز پیش
والد
کامیت
2919a712a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/compiler/hxb/hxbData.ml

+ 1 - 1
src/compiler/hxb/hxbData.ml

@@ -128,7 +128,7 @@ let error (s : string) =
 	will be handled by the reader (for retro compatibility only)
 
 	When further bumping hxb major:
-	- code related to the 1.0 => 2.0 exception can be dropped (see `HxbReader.read`)
+	- code related to the 1.0 => 2.0 exception can be dropped (`if major == 1 then 2 else major` in `HxbReader.read`)
 	- all minor checks in hxb reader become obsolete and can be dropped too
 *)
 let hxb_major = 2