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

Johannes Schauer josch at moszumanska.debian.org
Sun Jan 31 10:56:18 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  5f1f89c   Imported Upstream version 1.5
       new  40be3e3   Imported Upstream version 1.5.2

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                                         |   3 +
 CHANGELOG                                          |  22 +
 META                                               |  12 +-
 Makefile                                           |  26 +-
 Makefile.simple                                    |  70 ++-
 configure                                          |  18 +-
 configure.ac                                       |   2 +-
 doc/ocp-indent.md                                  |  30 +-
 install.sh                                         | 114 +++++
 ocp-indent.install                                 |   6 +-
 opam                                               |  26 +-
 src/approx_lexer.mll                               |  14 +-
 src/approx_tokens.ml                               |   3 +
 src/indentBlock.ml                                 |  55 ++-
 src/indentConfig.ml                                |   2 +-
 src/indentConfig.mli                               |   3 +-
 src/indentExtend.ml                                |   5 -
 src/ocp-indent-lib.mllib                           |   1 -
 tests/{passing => failing-output}/edge-cases.ml    |  10 +
 tests/failing-output/js-args.ml                    |  15 +-
 tests/{passing => failing-output}/js-begin.ml      |   0
 tests/{passing => failing-output}/js-default.ml    |   3 +-
 tests/{passing => failing-output}/js-fun.ml        |   0
 tests/failing-output/js-functor.ml                 |  30 ++
 tests/{passing => failing-output}/js-pattern.ml    |   6 +
 tests/failing-output/js-syntax.ml                  |  15 +
 tests/failing.html                                 | 530 ++++++++++++++++++---
 tests/{passing => failing}/edge-cases.ml           |  10 +
 tests/failing/js-args.ml                           |  15 +-
 tests/{passing => failing}/js-begin.ml             |   2 +-
 tests/{passing => failing}/js-begin.ml.opts        |   0
 tests/{passing => failing}/js-default.ml           |   3 +-
 tests/{passing => failing}/js-default.ml.opts      |   0
 tests/{passing => failing}/js-fun.ml               |   4 +-
 tests/{passing => failing}/js-fun.ml.opts          |   0
 tests/failing/js-functor.ml                        |  44 +-
 tests/{passing => failing}/js-pattern.ml           |  10 +-
 tests/{passing => failing}/js-pattern.ml.opts      |   0
 tests/failing/js-syntax.ml                         |  15 +
 tests/{passing => failing}/js-syntax.ml.opts       |   0
 tests/passing/extensible.ml                        |  39 ++
 tests/passing/ifand.ml                             |   8 +-
 tests/passing/js-applicative.ml                    |  12 +
 .../js-applicative.ml.opts}                        |   0
 tests/passing/js-model.ml                          |   6 -
 tests/passing/js-poly.ml                           |   3 +-
 tests/passing/js-sexp.ml                           |  10 +-
 tests/passing/js-syntax.ml                         |  12 -
 tests/passing/js-test.ml                           |  50 +-
 tests/passing/pattern.ml                           |   2 +-
 tools/ocp-indent.el                                |   8 +-
 tools/ocp-indent.vim                               |  18 +-
 uninstall.sh                                       | 118 +++++
 53 files changed, 1152 insertions(+), 258 deletions(-)
 create mode 100755 install.sh
 copy tests/{passing => failing-output}/edge-cases.ml (81%)
 copy tests/{passing => failing-output}/js-begin.ml (100%)
 copy tests/{passing => failing-output}/js-default.ml (89%)
 copy tests/{passing => failing-output}/js-fun.ml (100%)
 copy tests/{passing => failing-output}/js-pattern.ml (90%)
 create mode 100644 tests/failing-output/js-syntax.ml
 rename tests/{passing => failing}/edge-cases.ml (81%)
 rename tests/{passing => failing}/js-begin.ml (88%)
 rename tests/{passing => failing}/js-begin.ml.opts (100%)
 rename tests/{passing => failing}/js-default.ml (90%)
 rename tests/{passing => failing}/js-default.ml.opts (100%)
 rename tests/{passing => failing}/js-fun.ml (96%)
 rename tests/{passing => failing}/js-fun.ml.opts (100%)
 rename tests/{passing => failing}/js-pattern.ml (85%)
 rename tests/{passing => failing}/js-pattern.ml.opts (100%)
 create mode 100644 tests/failing/js-syntax.ml
 rename tests/{passing => failing}/js-syntax.ml.opts (100%)
 create mode 100644 tests/passing/extensible.ml
 create mode 100644 tests/passing/js-applicative.ml
 copy tests/{failing/js-args.ml.opts => passing/js-applicative.ml.opts} (100%)
 delete mode 100644 tests/passing/js-syntax.ml
 create mode 100755 uninstall.sh

-- 
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