Browse Source

remove (wrapped false) from extlib_leftovers (#9645)

Aleksandr Kuzmenko 5 years ago
parent
commit
6e79eaea3b

+ 1 - 1
libs/extlib-leftovers/dune

@@ -3,5 +3,5 @@
 (library
 	(name extlib_leftovers)
 	(libraries extlib)
-	(wrapped false)
+	; (wrapped false)
 )

+ 1 - 0
libs/swflib/as3.mli

@@ -16,6 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  *)
+open Extlib_leftovers
 
 type 'a index
 type 'a index_nz

+ 1 - 0
libs/swflib/as3code.ml

@@ -16,6 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  *)
+open Extlib_leftovers
 open IO
 open As3
 

+ 1 - 0
libs/swflib/as3hl.mli

@@ -16,6 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  *)
+open Extlib_leftovers
 open As3
 
 type hl_ident = string

+ 1 - 0
libs/swflib/as3hlparse.ml

@@ -16,6 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  *)
+open Extlib_leftovers
 open As3
 open As3hl
 

+ 1 - 0
libs/swflib/as3parse.ml

@@ -16,6 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  *)
+open Extlib_leftovers
 open As3
 
 let parse_idents = true

+ 1 - 1
libs/ttflib/tTFTools.ml

@@ -19,7 +19,7 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  *)
-
+open Extlib_leftovers
 open TTFData
 
 type glyf_transformation_matrix = {

+ 1 - 0
src/codegen/swfLoader.ml

@@ -16,6 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *)
+open Extlib_leftovers
 open Swf
 open As3
 open As3hl

+ 1 - 1
src/compiler/haxe.ml

@@ -41,7 +41,7 @@
 	trailing l means list (but we also use natural plurals such as "metas")
 	semantic suffixes may be used freely (e.g. e1, e_if, e')
 *)
-
+open Extlib_leftovers
 open Printf
 open Common
 open DisplayTypes.DisplayMode

+ 1 - 1
src/context/common.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Ast
 open CompilationServer
 open Type

+ 1 - 1
src/context/sourcemaps.ml

@@ -1,4 +1,4 @@
-
+open Extlib_leftovers
 open Globals
 open Ast
 open Lexer

+ 1 - 1
src/core/ast.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 
 type keyword =

+ 1 - 1
src/generators/gencpp.ml

@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Ast
 open Type
 open Common

+ 1 - 1
src/generators/gencs.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open ReflectionCFs
 open Globals
 open Ast

+ 1 - 0
src/generators/genhl.ml

@@ -19,6 +19,7 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  *)
+open Extlib_leftovers
 open Unix
 open Globals
 open Ast

+ 1 - 1
src/generators/genjava.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open JData
 open Unix

+ 4 - 4
src/generators/genjs.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open Ast
 open Type
@@ -1120,7 +1120,7 @@ let gen_module_fields ctx m c fl =
 					print ctx "$hx_exports%s = %s" (path_to_brackets s) name;
 					newline ctx
 				)
-			| _ -> 
+			| _ ->
 				ctx.statics <- (c,f,e) :: ctx.statics
 	) fl
 
@@ -1581,7 +1581,7 @@ let generate_enum ctx e =
 
 let generate_static ctx (c,f,e) =
 	begin
-	match c.cl_kind with 
+	match c.cl_kind with
 	| KModuleFields m ->
 		print ctx "var %s = " (module_field m f);
 		process_expose f.cf_meta (fun () -> module_field_expose_path m.m_path f) (fun s -> print ctx "$hx_exports%s = " (path_to_brackets s));
@@ -1734,7 +1734,7 @@ let generate com =
 			function
 			| TClassDecl c ->
 				let add s = r := s :: !r in
-				let get_expose_path = 
+				let get_expose_path =
 					match c.cl_kind with
 					| KModuleFields m ->
 						module_field_expose_path m.m_path

+ 1 - 1
src/generators/genpy.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open Ast
 open Type

+ 1 - 1
src/generators/genswf9.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open Ast
 open Type

+ 1 - 0
src/generators/hlinterp.ml

@@ -19,6 +19,7 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  *)
+open Extlib_leftovers
 open Unix
 open Hlcode
 

+ 1 - 1
src/generators/jvm/jvmConstantPool.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open IO
 open IO.BigEndian
 open JvmGlobals

+ 1 - 1
src/generators/jvm/jvmMethod.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open JvmGlobals
 open JvmData

+ 1 - 1
src/macro/eval/evalPrinting.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open Type
 open EvalValue

+ 1 - 1
src/macro/eval/evalStdLib.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open EvalValue
 open EvalEncode

+ 1 - 1
src/macro/eval/evalString.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open EvalValue
 
 let vstring s = VString s

+ 1 - 1
src/macro/eval/evalValue.ml

@@ -16,7 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
-
+open Extlib_leftovers
 open Globals
 open EvalHash
 

+ 1 - 0
src/typing/typer.ml

@@ -16,6 +16,7 @@
 	along with this program; if not, write to the Free Software
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *)
+open Extlib_leftovers
 open Ast
 open DisplayTypes.DisplayMode
 open DisplayException