search for: blacklisted_script

Displaying 3 results from an estimated 3 matches for "blacklisted_script".

Did you mean: blacklisted_scripts
2017 Sep 19
1
Re: [PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...ment_set], including [element_list] themselves. In other words, this recursively resolves the dependencies of [element_set]. *) > +val copy_elements : StringSet.t -> (StringSet.elt, element) Hashtbl.t -> string list -> string -> unit (** [copy_elements element_set elements blacklisted_scripts destdir] copies the elements in [element_set] (with the element definitions provided as [elements]) into the [destdir] directory. [blacklisted_scripts] contains names of scripts to never copy. *) > +val load_hooks : debug:int -> string -> (string, string list) Hashtbl.t The...
2017 Sep 20
8
[PATCH v2 0/6] Fix OCaml dependencies.
v1 -> v2: - Fixed everything mentioned in patch review. - Libdir module is removed as a separate commit. Rich.
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ... Rich.