[Pkg-ocaml-maint-commits] [ocaml-visitors] branch upstream updated (e88e214 -> 024ae8b)

Ralf Treinen treinen at moszumanska.debian.org
Wed Mar 21 23:09:08 UTC 2018


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

treinen pushed a change to branch upstream
in repository ocaml-visitors.

      from  e88e214   New upstream version 20170725
       new  024ae8b   New upstream version 20180306

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                  | 18 +++++++
 GNUmakefile                                 | 15 +++++-
 TODO                                        |  8 ++++
 doc/main.tex                                |  7 +++
 src/Visitors.ml                             | 74 ++++++++++++++++++++++++++---
 src/VisitorsAnalysis.ml                     | 25 +++++-----
 src/VisitorsCompatibility.cppo.ml           | 63 ++++++++++++++++++++++++
 src/VisitorsGeneration.ml                   |  2 +-
 src/VisitorsString.ml                       | 43 +++++++++++++++++
 test/bad/Makefile                           |  7 +++
 test/bad/conflict.ml                        | 25 ++++++++++
 test/bad/conflict_at_name.ml                | 17 +++++++
 test/bad/conflict_atat_name.ml              | 15 ++++++
 test/bad/datacon.ml                         | 11 +++++
 test/bad/datacon_at_name.ml                 | 10 ++++
 test/bad/visitors.t                         | 49 +++++++++++++++++++
 test/expr.mllib                             |  1 +
 test/expr01use.ml                           |  1 +
 test/{expr01use.ml => expr01use_variant.ml} | 16 +++----
 19 files changed, 375 insertions(+), 32 deletions(-)
 create mode 100644 test/bad/Makefile
 create mode 100644 test/bad/conflict.ml
 create mode 100644 test/bad/conflict_at_name.ml
 create mode 100644 test/bad/conflict_atat_name.ml
 create mode 100644 test/bad/datacon.ml
 create mode 100644 test/bad/datacon_at_name.ml
 create mode 100644 test/bad/visitors.t
 copy test/{expr01use.ml => expr01use_variant.ml} (57%)

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



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