[Pkg-ocaml-maint-commits] [ocaml-visitors] branch master updated (7a6d77f -> 423af27)

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


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

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

      from  7a6d77f   stndrds-version 4.1.1; Priority optional
       new  024ae8b   New upstream version 20180306
       new  bfae9fe   Update upstream source from tag 'upstream/20180306'
       new  da8302c   new upstream version: dropped ocaml 4.05 compatibility patch
       new  bc93cec   standards-version 4.1.3: https in d/copyright
       new  4ae0340   DH compat level 11
       new  8f19012   fix file location in doc-base file
       new  423af27   minimal version of build-deb ppx-deriving

The 7 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 ++++
 debian/changelog                            | 14 ++++++
 debian/compat                               |  2 +-
 debian/control                              |  6 +--
 debian/copyright                            |  2 +-
 debian/libppx-visitors-ocaml-doc.doc-base   |  2 +-
 debian/patches/ocaml-4.05                   | 70 ---------------------------
 debian/patches/series                       |  1 -
 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 +++----
 26 files changed, 395 insertions(+), 109 deletions(-)
 delete mode 100644 debian/patches/ocaml-4.05
 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