[Pkg-ocaml-maint-commits] [atdgen] 02/10: Imported Upstream version 1.3.1

Stéphane Glondu glondu at moszumanska.debian.org
Sat Feb 1 18:59:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository atdgen.

commit 0e1efd1629b14f733d82b7591daadfbc8df5a842
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Feb 1 16:52:59 2014 +0100

    Imported Upstream version 1.3.1
---
 Makefile      | 2 +-
 ag_oj_emit.ml | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 30499c3..c49b299 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.3.0
+VERSION = 1.3.1
 ifeq "$(shell ocamlc -config |grep os_type)" "os_type: Win32"
 EXE=.exe
 else
diff --git a/ag_oj_emit.ml b/ag_oj_emit.ml
index 6123ec6..9315391 100644
--- a/ag_oj_emit.ml
+++ b/ag_oj_emit.ml
@@ -1377,9 +1377,6 @@ let make_ocaml_files
   let (m1', original_types) =
     Atd_expand.expand_module_body ~keep_poly:true m0
   in
-  Hashtbl.iter (fun k (k0, n) ->
-    printf "original type %s -> %s %i\n%!" k k0 n
-  ) original_types;
   let m2 = Atd_util.tsort m1' in
   (* m0 = original type definitions
      m1 = original type definitions after dependency analysis

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/atdgen.git



More information about the Pkg-ocaml-maint-commits mailing list