[Pkg-ocaml-maint-commits] [sexplib310] branch upstream updated (e8c17fd -> 15b2190)

Hilko Bengen bengen at moszumanska.debian.org
Sat Jan 2 11:18:15 UTC 2016


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

bengen pushed a change to branch upstream
in repository sexplib310.

      from  e8c17fd   Imported Upstream version 111.25.00
       new  15b2190   Imported Upstream version 113.00.00

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:
 CHANGES.md                                         |  34 +++
 COPYRIGHT.txt                                      |   2 +-
 README.md                                          |   2 +-
 _oasis                                             |  14 +-
 _tags                                              |  62 ++---
 lib/META                                           |   8 +-
 lib/conv.ml                                        | 123 ++-------
 lib/conv.mli                                       |  17 +-
 lib/exn_magic.ml                                   |  30 +--
 lib/macro.mli                                      |  47 ++--
 lib/parser.mly                                     |   2 +-
 lib/parser_with_layout.mly                         |   3 +-
 lib/pre_sexp.ml                                    |  14 +-
 {lib_test_ounit => lib_test}/test_macros.ml        |   6 +-
 {lib_test_ounit => lib_test}/test_macros.mli       |   0
 .../test_sexp_with_layout.ml                       |   0
 myocamlbuild.ml                                    |  92 ++++---
 num/lib/META                                       |   4 +-
 setup.ml                                           | 226 +++++++++-------
 syntax/pa_sexp_conv.ml                             | 286 +++++++++++++++------
 .../conv_test_deprecated.ml                        |   2 +-
 syntax_test/lib/conv_test.ml                       |  52 ++++
 {lib_test => syntax_test}/newlines.expected        |   0
 {lib_test => syntax_test}/newlines.ml              |   0
 {lib_test => syntax_test}/nonrec_test.ml           |   0
 {lib_test => syntax_test}/pa_sexp_test.ml          |  72 ++++--
 {lib_test => syntax_test}/parser_test.ml           |   1 +
 {lib_test => syntax_test}/printer_test.ml          |   0
 {lib_test => syntax_test}/sexp_test.ml             |   0
 {lib_test => syntax_test}/test.sexp                |   0
 {lib_test => syntax_test}/test_common.ml           |   0
 unix/lib/META                                      |   4 +-
 32 files changed, 655 insertions(+), 448 deletions(-)
 rename {lib_test_ounit => lib_test}/test_macros.ml (99%)
 rename {lib_test_ounit => lib_test}/test_macros.mli (100%)
 rename {lib_test_ounit => lib_test}/test_sexp_with_layout.ml (100%)
 rename lib_test/conv_test.ml => syntax_test/conv_test_deprecated.ml (97%)
 create mode 100644 syntax_test/lib/conv_test.ml
 rename {lib_test => syntax_test}/newlines.expected (100%)
 rename {lib_test => syntax_test}/newlines.ml (100%)
 rename {lib_test => syntax_test}/nonrec_test.ml (100%)
 rename {lib_test => syntax_test}/pa_sexp_test.ml (78%)
 rename {lib_test => syntax_test}/parser_test.ml (99%)
 rename {lib_test => syntax_test}/printer_test.ml (100%)
 rename {lib_test => syntax_test}/sexp_test.ml (100%)
 rename {lib_test => syntax_test}/test.sexp (100%)
 rename {lib_test => syntax_test}/test_common.ml (100%)

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



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