mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
mllib: Split ‘Common_utils’ into ‘Std_utils’ + ‘Common_utils’.
The new module ‘Std_utils’ contains only functions which are pure OCaml and depend only on the OCaml stdlib. Therefore these functions may be used by the generator. The new module is moved to ‘common/mlstdutils’. This also removes the "<stdlib>" hack, and the code which copied the library around. Also ‘Guestfs_config’, ‘Libdir’ and ‘StringMap’ modules are moved since these are essentially the same. The bulk of this change is just updating files which use ‘open Common_utils’ to add ‘open Std_utils’ where necessary.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
(* Please read generator/README first. *)
|
||||
|
||||
open Common_utils
|
||||
open Std_utils
|
||||
open Types
|
||||
open Utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user