Browse Source

[server-hxb] only read expressions eagerly when full typing

Rudy Ges 1 năm trước cách đây
mục cha
commit
c4e07fa1aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/compiler/server.ml

+ 1 - 1
src/compiler/server.ml

@@ -460,7 +460,7 @@ class hxb_reader_api_server
 		i
 
 	method read_expression_eagerly (cf : tclass_field) =
-		true (* TODO: Check this please Rudy! *)
+		ctx.com.display.dms_full_typing
 end
 
 let handle_cache_bound_objects com cbol =