From 511d3ed44705c58234b95b65500f9f597d56c7cf Mon Sep 17 00:00:00 2001 From: Paul Steckler Date: Tue, 5 Dec 2017 11:04:42 -0500 Subject: Don't Add LoadPath on CoqIDE startup, #6153 --- ide/ide_slave.ml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'ide') diff --git a/ide/ide_slave.ml b/ide/ide_slave.ml index cfc0e09a0..43d7aa363 100644 --- a/ide/ide_slave.ml +++ b/ide/ide_slave.ml @@ -377,15 +377,8 @@ let init = match file with | None -> init_sid | Some file -> - let dir = Filename.dirname file in - let open Loadpath in let open CUnix in let doc, initial_id, _ = - let doc = get_doc () in - if not (is_in_load_paths (physical_path_of_string dir)) then begin - let pa = Pcoq.Gram.parsable (Stream.of_string (Printf.sprintf "Add LoadPath \"%s\". " dir)) in - let loc_ast = Stm.parse_sentence ~doc init_sid pa in - Stm.add false ~doc ~ontop:init_sid loc_ast - end else doc, init_sid, `NewTip in + get_doc (), init_sid, `NewTip in if Filename.check_suffix file ".v" then Stm.set_compilation_hints file; set_doc (Stm.finish ~doc); -- cgit v1.2.3