Gianfranco Costamagna pushed to branch master at Debian OCaml Maintainers / extlib
Commits:
-
719c06b5
by Gianfranco Costamagna at 2024-09-25T16:12:12+02:00
3 changed files:
Changes:
1 | +extlib (1.8.0-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Fixup autopkgtest failure due to new release
|
|
5 | + |
|
6 | + -- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 25 Sep 2024 07:34:59 +0200
|
|
7 | + |
|
1 | 8 | extlib (1.8.0-1) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | * New upstream release
|
... | ... | @@ -9,7 +9,7 @@ cd ${testdir} |
9 | 9 | cat <<EOF > test.ml
|
10 | 10 | open ExtString
|
11 | 11 | module S = String
|
12 | -let _ = assert (S.starts_with "foo" "f")
|
|
12 | +let _ = assert (S.starts_with "foo" ~prefix:"f")
|
|
13 | 13 | EOF
|
14 | 14 | |
15 | 15 | ocamlfind ocamlc -o byte-code-test -package extlib -linkpkg test.ml
|
... | ... | @@ -9,7 +9,7 @@ cd ${testdir} |
9 | 9 | cat <<EOF > test.ml
|
10 | 10 | open ExtString
|
11 | 11 | module S = String
|
12 | -let _ = assert (S.starts_with "foo" "f")
|
|
12 | +let _ = assert (S.starts_with "foo" ~prefix:"f")
|
|
13 | 13 | EOF
|
14 | 14 | |
15 | 15 | if [ -x '/usr/bin/ocamlopt' ]
|