Skip to content
Snippets Groups Projects
Commit 4024c86a authored by Valentin Perrelle's avatar Valentin Perrelle Committed by David Bühler
Browse files

[Users] Use the new Eva API

parent 9ce2d726
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ let get kf = ...@@ -79,7 +79,7 @@ let get kf =
if Users.is_computed () then if Users.is_computed () then
find kf find kf
else begin else begin
if Db.Value.is_computed () then begin if Eva.Analysis.is_computed () then begin
feedback "requiring again the computation of the value analysis"; feedback "requiring again the computation of the value analysis";
Project.clear Project.clear
~selection:(State_selection.with_dependencies Db.Value.self) ~selection:(State_selection.with_dependencies Db.Value.self)
...@@ -87,7 +87,7 @@ let get kf = ...@@ -87,7 +87,7 @@ let get kf =
end else end else
feedback ~level:2 "requiring the computation of the value analysis"; feedback ~level:2 "requiring the computation of the value analysis";
add_value_hook (); add_value_hook ();
!Db.Value.compute (); Eva.Analysis.compute ();
find kf find kf
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment