[Pkg-ocaml-maint-commits] [ocp-indent] branch upstream updated (40be3e3 -> c34f16d)

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


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

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

      from  40be3e3   Imported Upstream version 1.5.2
       new  c34f16d   New upstream version 1.5.3

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:
 .gitignore                                    |   4 +-
 .ocp-indent                                   |   8 ++
 CHANGELOG                                     |   6 ++
 META                                          |   8 +-
 configure                                     |  32 +++++---
 configure.ac                                  |   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 --
 35 files changed, 480 insertions(+), 80 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