Skip to content

Commit

Permalink
Move test file
Browse files Browse the repository at this point in the history
  • Loading branch information
3Rafal committed Nov 8, 2023
1 parent 4c1f4ea commit 82f3019
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/utils/file_cache.ml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ end) = struct
)
in
let invalid = Hashtbl.fold add_invalid cache [] in
Logger.log_flush ();
List.iter (Hashtbl.remove cache) invalid

let clear () =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ When cache time is set to large value, we keep the cache
> | tail -1 | sed 's/\ ".*\"//'
keeping

$ cat merlin_logs

When cache time is set to 0, file cache gets flushed
$ $MERLIN server errors -log-file merlin_logs -cache-time 0 \
> -filename main.ml 1> /dev/null <main.ml
Expand Down

0 comments on commit 82f3019

Please sign in to comment.