From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id E775F7FB38 for ; Mon, 22 Dec 2014 12:42:20 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of whitequark@whitequark.org) identity=pra; client-ip=176.58.103.125; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of whitequark@whitequark.org designates 176.58.103.125 as permitted sender) identity=mailfrom; client-ip=176.58.103.125; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail.whitequark.org) identity=helo; client-ip=176.58.103.125; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="postmaster@mail.whitequark.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhwIAN4CmFSwOmd9/2dsb2JhbABbg1iDDYVQq34BAQEBAQEGkjWHIgEBAQEBfYRLAlN5TIgoCalKpVwEhgCDbIYjhBMFhSeEHYgLgX+NGYdnIoFRgiA7gnQBAQE X-IPAS-Result: AhwIAN4CmFSwOmd9/2dsb2JhbABbg1iDDYVQq34BAQEBAQEGkjWHIgEBAQEBfYRLAlN5TIgoCalKpVwEhgCDbIYjhBMFhSeEHYgLgX+NGYdnIoFRgiA7gnQBAQE X-IronPort-AV: E=Sophos;i="5.07,623,1413237600"; d="scan'208";a="114501764" Received: from fehu.whitequark.org (HELO mail.whitequark.org) ([176.58.103.125]) by mail2-smtp-roc.national.inria.fr with ESMTP; 22 Dec 2014 12:42:20 +0100 Received: by mail.whitequark.org (Postfix, from userid 33) id E311510C10F; Mon, 22 Dec 2014 11:42:18 +0000 (UTC) To: caml-list@inria.fr X-PHP-Originating-Script: 1000:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 22 Dec 2014 14:42:18 +0300 From: Peter Zotov Message-ID: X-Sender: whitequark@whitequark.org User-Agent: Roundcube Webmail/1.1-beta Subject: [Caml-list] [ANN] ppx_deriving 1.1, ppx_deriving_yojson 2.1 Hello, I'm glad to announce the releases of ppx_deriving[1] and ppx_deriving_yojson[2]. These are mainly bugfix releases. ppx_deriving 1.1 ---------------- * New plugin: create. * Show, eq, ord: handle `_`. * Show, eq, ord, map, iter, fold: handle inheriting from a parametric polymorphic variant type. * Make Ppx_deriving.poly_{fun,arrow}_of_type_decl construct functions in correct order. This also fixes all derivers with types with more than one parameter. * Add Ppx_deriving.fold_{left,right}_type_decl. ppx_deriving_yojson 2.1 ----------------------- * Handle inheriting from a parametric polymorphic variant type. * Don't leak type variables. [1]: https://github.com/whitequark/ppx_deriving [2]: https://github.com/whitequark/ppx_deriving_yojson -- Peter Zotov