Julien Puydt pushed to branch upstream at Debian OCaml Maintainers / ppx-sexp-conv
Commits:
6844443c by Julien Puydt at 2024-06-17T23:26:24+02:00
New upstream version 0.17.0
- - - - -
30 changed files:
- + .ocamlformat
- LICENSE.md
- bench/dune
- dune-project
- expander/attrs.ml
- expander/conversion.ml
- expander/dune
- expander/expand_of_sexp.ml
- expander/expand_sexp_of.ml
- expander/helpers.ml
- + expander/labeled_tuple.ml
- + expander/labeled_tuple.mli
- expander/lifted.ml
- expander/lifted.mli
- expander/ppx_sexp_conv_expander.mli
- expander/ppx_sexp_conv_grammar.ml
- expander/record_field_attrs.ml
- ppx_sexp_conv.opam
- runtime-lib/dune
- src/dune
- test/dune
- test/errors.mlt
- test/examples.mlt
- test/expansion.ml
- test/lib/dune
- test/ppx_sexp_test.ml
- test/sexp_grammar/dune
- − test/sexp_grammar/regular_vs_polymorphic_variants.diff
- test/sexp_grammar/test_attributes.ml
- test/sexp_grammar/test_coverage_for_deriving.ml
The diff was not included because it is too large.
View it on GitLab:
https://salsa.debian.org/ocaml-team/ppx-sexp-conv/-/commit/6844443ca7144df966ca197cd6399b604f87ac41
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://salsa.debian.org/ocaml-team/ppx-sexp-conv/-/commit/6844443ca7144df966ca197cd6399b604f87ac41
You're receiving this email because of your account on salsa.debian.org.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size:
inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"
Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'> <div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Julien Puydt pushed to branch upstream at <a href="
https://salsa.debian.org/ocaml-team/ppx-sexp-conv">Debian OCaml Maintainers / ppx-sexp-conv</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<strong style="font-weight: 600;"><a href="
https://salsa.debian.org/ocaml-team/ppx-sexp-conv/-/commit/6844443ca7144df966ca197cd6399b604f87ac41">6844443c</a></strong>
<div>
<span> by Julien Puydt </span> <i> at 2024-06-17T23:26:24+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 0.17.0</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<li class="file-stats">
<a href="#0cf472bed88991efb449d2d513fa25c0ae3c88e6">
<span class="new-file">
+
.ocamlformat
</span>
</li>
<li class="file-stats">
<a href="#4a8486805915245bbbe2e3c8c1a9d680c6843a82">
LICENSE.md
</li>
<li class="file-stats">
<a href="#fe0e2a3758b22a80a544c4a6477b988bfb938032">
bench/dune
</li>
<li class="file-stats">
<a href="#a883255a0b9405feaed74dd1260b37fc100b3554">
dune-project
</li>
<li class="file-stats">
<a href="#c74961bb7b4f40e54e1b7201e1f32ea218faf604">
expander/attrs.ml
</li>
<li class="file-stats">
<a href="#6f951bdeafecb1f6656d98bb28c75d64cd2a0ca0">
expander/conversion.ml
</li>
<li class="file-stats">
<a href="#35382fb57aa5a239e45716ac28737de294d25420">
expander/dune
</li>
<li class="file-stats">
<a href="#50dda6896682d510b7589d2d26141bbd6d569b0f">
expander/expand_of_sexp.ml
</li>
<li class="file-stats">
<a href="#8677e8fdf8e80f820d2fbe6017348ea63c74e7f6">
expander/expand_sexp_of.ml
</li>
<li class="file-stats">
<a href="#a6132f21f56c2e6771e3c3fe09db681e64b9c581">
expander/helpers.ml
</li>
<li class="file-stats">
<a href="#679dcc50b37350e9e86a89dd607a2b903cbf39fc">
<span class="new-file">
+
expander/labeled_tuple.ml
</span>
</li>
<li class="file-stats">
<a href="#61d23eda875d80cb1dae7c1e00f68df0a1b866e8">
<span class="new-file">
+
expander/labeled_tuple.mli
</span>
</li>
<li class="file-stats">
<a href="#46c706c3f65215c515ba8824296e5b04cad7fcbc">
expander/lifted.ml
</li>
<li class="file-stats">
<a href="#1dadcc4c3ad6839e7b342b0cb58522a625db0c5a">
expander/lifted.mli
</li>
<li class="file-stats">
<a href="#4f659ddd6d28e75e4d4c93ef2c9d4f02a683ee08"> expander/ppx_sexp_conv_expander.mli
</li>
<li class="file-stats">
<a href="#039043a0b33232b640343b180f1a2c3e4b492f22"> expander/ppx_sexp_conv_grammar.ml
</li>
<li class="file-stats">
<a href="#4591a418f984191589e5e1bb58bbceb2c2ed29a7"> expander/record_field_attrs.ml
</li>
<li class="file-stats">
<a href="#32db0889f62377b0d6fea9554a3a287df8268f91">
ppx_sexp_conv.opam
</li>
<li class="file-stats">
<a href="#ef070f3238453cff47d3112583711ee98b811475">
runtime-lib/dune
</li>
<li class="file-stats">
<a href="#03d0a8bf442139ae2a65dd308fe1b484d5c2e52a">
src/dune
</li>
<li class="file-stats">
<a href="#a07284005e21d8845b38e029b8e56eb9a2658775">
test/dune
</li>
<li class="file-stats">
<a href="#75573d298c4ef093705b3eae87879d00fb8b5912">
test/errors.mlt
</li>
<li class="file-stats">
<a href="#5ce82d4fcb4065521e7be7f879bb8843b131931c">
test/examples.mlt
</li>
<li class="file-stats">
<a href="#dc9524cc75ff209858327de944ca493e29746d4d">
test/expansion.ml
</li>
<li class="file-stats">
<a href="#7703a595562219c781c53e38510b990b319b0820">
test/lib/dune
</li>
<li class="file-stats">
<a href="#5669e4369bcae579165d7872478e4db31cccb22c">
test/ppx_sexp_test.ml
</li>
<li class="file-stats">
<a href="#20df5c377a84a52c13e4e1eb8a2deb58c45909d1">
test/sexp_grammar/dune
</li>
<li class="file-stats">
<a href="#4bf0c0a545d92ddfb1a0141d57be7be84dca8a5e">
<span class="deleted-file">
−
test/sexp_grammar/regular_vs_polymorphic_variants.diff
</span>
</li>
<li class="file-stats">
<a href="#489a0bf1e1be62a6a042cbc5952c4554f2e2419b"> test/sexp_grammar/test_attributes.ml
</li>
<li class="file-stats">
<a href="#f6b15072b9a0b7f04dca788f28a9b9e96ef3cb67"> test/sexp_grammar/test_coverage_for_deriving.ml
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
—
<a href="
https://salsa.debian.org/ocaml-team/ppx-sexp-conv/-/commit/6844443ca7144df966ca197cd6399b604f87ac41">View it on GitLab</a>.
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="
https://salsa.debian.org">salsa.debian.org</a>. <a href="
https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer"
class="mng-notif-link">Manage all notifications</a> · <a href="
https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"
http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"
https://salsa.debian.org/ocaml-team/ppx-sexp-conv/-/commit/6844443ca7144df966ca197cd6399b604f87ac41"}}</
script>
</div>
</body>
</html>
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)