[Pkg-ocaml-maint-commits] [ocp-indent] branch master updated (006f8b9 -> 183c498)

Johannes Schauer josch at moszumanska.debian.org
Wed Oct 12 12:24:29 UTC 2016


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

josch pushed a change to branch master
in repository ocp-indent.

      from  006f8b9   release 1.5.2-2 to unstable to fix build failures on native architectures
       new  c34f16d   New upstream version 1.5.3
       new  30d5e05   Merge tag 'upstream/1.5.3'
       new  87244af   debian/changelog: entry for 1.5.3 import
       new  d154e52   Bump Standards-Version to 3.9.8 (no changes required)
       new  183c498   release 1.5.3-1 to unstable

The 5 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:
 .gitignore                                    |   4 +-
 .ocp-indent                                   |   8 ++
 CHANGELOG                                     |   6 ++
 META                                          |   8 +-
 configure                                     |  32 +++++---
 configure.ac                                  |   2 +-
 debian/changelog                              |   7 ++
 debian/control                                |   2 +-
 install.sh                                    |   7 --
 opam                                          |   2 +-
 src/indentBlock.ml                            |  47 ++++++-----
 tests/failing-output/escaped-nl.ml            |  44 +++++++++++
 tests/failing-output/indent-empty-numeric.ml  |  10 +++
 tests/failing-output/js-default.ml            |  10 ---
 tests/failing-output/list_of_funs.ml          |  33 ++++++++
 tests/failing.html                            | 109 +++++++++++++++++++++-----
 tests/failing/escaped-nl.ml                   |  44 +++++++++++
 tests/failing/escaped-nl.ml.ref               |  44 +++++++++++
 tests/failing/list_of_funs.ml                 |  33 ++++++++
 tests/passing/comments.ml                     |   4 +
 tests/passing/indent-empty-1.ml               |   9 +++
 tests/passing/indent-empty-1.ml.opts          |   1 +
 tests/passing/indent-empty-1.ml.ref           |   1 +
 tests/passing/indent-empty-nm.ml              |   9 +++
 tests/passing/indent-empty-nm.ml.opts         |   1 +
 tests/passing/indent-empty-nm.ml.ref          |  10 +++
 tests/passing/indent-empty.ml                 |   9 +++
 tests/passing/indent-empty.ml.opts            |   1 +
 tests/passing/indent-empty.ml.ref             |  10 +++
 tests/{failing => passing}/js-default.ml      |   5 ++
 tests/{failing => passing}/js-default.ml.opts |   0
 tests/passing/ppx_expr_ext.ml.opts            |   1 +
 tests/passing/ppx_stritem_ext.ml              |  23 ++++++
 tests/passing/semi.ml                         |  23 ++++++
 tools/ocp-indent.el                           |   3 +
 tools/ocp-indent.vim                          |   2 +-
 uninstall.sh                                  |   5 --
 37 files changed, 488 insertions(+), 81 deletions(-)
 create mode 100644 tests/failing-output/escaped-nl.ml
 create mode 100644 tests/failing-output/indent-empty-numeric.ml
 delete mode 100644 tests/failing-output/js-default.ml
 create mode 100644 tests/failing-output/list_of_funs.ml
 create mode 100644 tests/failing/escaped-nl.ml
 create mode 100644 tests/failing/escaped-nl.ml.ref
 create mode 100644 tests/failing/list_of_funs.ml
 create mode 100644 tests/passing/indent-empty-1.ml
 create mode 100644 tests/passing/indent-empty-1.ml.opts
 create mode 100644 tests/passing/indent-empty-1.ml.ref
 create mode 100644 tests/passing/indent-empty-nm.ml
 create mode 100644 tests/passing/indent-empty-nm.ml.opts
 create mode 100644 tests/passing/indent-empty-nm.ml.ref
 create mode 100644 tests/passing/indent-empty.ml
 create mode 100644 tests/passing/indent-empty.ml.opts
 create mode 100644 tests/passing/indent-empty.ml.ref
 rename tests/{failing => passing}/js-default.ml (82%)
 rename tests/{failing => passing}/js-default.ml.opts (100%)
 create mode 100644 tests/passing/ppx_expr_ext.ml.opts
 create mode 100644 tests/passing/semi.ml

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



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