Skip to content

Commit

Permalink
made loadFileInteractiveQualified work lazy
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Feb 20, 2006
1 parent fc99aec commit 5d56f87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Compiler/Interactive.rml
Expand Up @@ -947,10 +947,9 @@ relation evaluate_graphical_api2: (InteractiveStmts, InteractiveSymbolTable)

(* adrpo added 2005-12-16 *)
rule
(* System.regular_file_exist(name) => 0 & *)
(* Parser.parse(name) => p1 & *)
ClassLoader.load_file(name) => p1 &
update_program(p1,p) => newp &
System.regular_file_exist(name) => 0 &
Parser.parse(name) => p1 &
update_program(p1,p) => newp &
get_top_qualified_classnames(p1) => top_names_str
---------------------------------------------------
evaluate_graphical_api2(
Expand Down

0 comments on commit 5d56f87

Please sign in to comment.