[Pkg-ocaml-maint-commits] [ocp-indent] branch upstream updated (42ffaf8 -> 3818059)
Johannes Schauer
josch-guest at moszumanska.debian.org
Sat Sep 13 13:33:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
josch-guest pushed a change to branch upstream
in repository ocp-indent.
from 42ffaf8 Imported Upstream version 1.4.1
new 3818059 Imported Upstream version 1.4.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:
Makefile | 11 +-
Makefile.simple | 10 +-
configure | 22 ++--
configure.ac | 4 +-
doc/ocp-indent.md | 6 +-
ocp-indent.install | 2 +-
opam | 17 ++-
src/approx_common.mli | 25 ----
src/approx_lexer.mll | 77 +++++-------
src/approx_tokens.ml | 31 ++---
src/indentArgs.ml | 36 ++++--
src/indentArgs.mli | 6 +-
src/indentBlock.ml | 110 +++++++++++++++--
src/indentBlock.mli | 5 +-
src/indentConfig.ml | 68 ++++++++---
src/indentConfig.mli | 10 +-
src/indentExtend.ml | 58 +++++++++
src/indentExtend.mli | 31 +++++
src/indentLoader.ml | 60 ++++++++++
src/indentLoader.mli | 15 +++
src/indentMain.ml | 28 +++--
src/indentPrinter.ml | 5 +-
src/indentPrinter.mli | 5 +-
src/nstream.ml | 17 ++-
src/nstream.mli | 7 +-
src/ocp-indent.ocp | 20 +++-
src/pos.ml | 5 +-
src/pos.mli | 5 +-
src/util.ml | 5 +-
tests/failing-output/js-record.ml | 2 +-
tests/failing-output/js-try.ml | 5 +
tests/failing-output/js-upon.ml | 13 +++
tests/failing-output/lwt.ml | 24 ++++
tests/failing.html | 66 ++++++++++-
tests/failing/js-try.ml | 5 +
tests/failing/{js-args.ml.opts => js-try.ml.opts} | 0
tests/failing/js-upon.ml | 13 +++
tests/failing/{js-args.ml.opts => js-upon.ml.opts} | 0
tests/failing/lwt.ml | 24 ++++
tests/{passing => failing}/lwt.ml.opts | 0
tests/passing/embedded-match.ml | 17 +++
tests/passing/lwt.ml | 12 --
tests/passing/ppx_expr_ext.ml | 130 +++++++++++++++++++++
tests/passing/ppx_stritem_ext.ml | 96 +++++++++++++++
tests/test.sh | 13 +++
tools/ocp-indent.el | 52 +++++++--
tools/ocp-indent.vim | 16 ++-
tools/tuareg-indent | 12 ++
48 files changed, 972 insertions(+), 229 deletions(-)
delete mode 100644 src/approx_common.mli
create mode 100644 src/indentExtend.ml
create mode 100644 src/indentExtend.mli
create mode 100644 src/indentLoader.ml
create mode 100644 src/indentLoader.mli
create mode 100644 tests/failing-output/js-try.ml
create mode 100644 tests/failing-output/js-upon.ml
create mode 100644 tests/failing-output/lwt.ml
create mode 100644 tests/failing/js-try.ml
copy tests/failing/{js-args.ml.opts => js-try.ml.opts} (100%)
create mode 100644 tests/failing/js-upon.ml
copy tests/failing/{js-args.ml.opts => js-upon.ml.opts} (100%)
create mode 100644 tests/failing/lwt.ml
rename tests/{passing => failing}/lwt.ml.opts (100%)
delete mode 100644 tests/passing/lwt.ml
create mode 100644 tests/passing/ppx_expr_ext.ml
create mode 100644 tests/passing/ppx_stritem_ext.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