From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 4032BBC6B for ; Sun, 9 Sep 2007 05:13:50 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l893Dnhv005036 for ; Sun, 9 Sep 2007 05:13:49 +0200 Received: by wa-out-1112.google.com with SMTP id m34so1280142wag for ; Sat, 08 Sep 2007 20:13:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=OlWxP/xQkAcT+SP2LirNFZng8R/q1ZkfL0iwODT+y3k=; b=SSC0e3gNvKxME7nGbiRlPvQ2MNn4id2PYglExIbhTy7owZAeZfL1piZHXwtcHFVbh/Dmfo3bKcMiPQuDO1FdXgXSAqXUYi7uMOaQp1pwFaoRhPB6iRxC4IK9UOfDDLTaMgYfSPRnyg4y55jofE9iO6q7BxMy9fow0OjwaM+ZyNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JM3XcZR7cyiFHvJI1ndfyz0mv/Ox1lUYzEkZaSQWqUlLJvcK7OUce3uH42krx/sxQkYgZ6FjCW2aO0cl+LlhAsL7KJiyxlEzhaZWwBlwiozBWJ7sod/87x8TPR4PyUmgtdSD78IsMcOC25dxY42Gye9wCpFmzrACs3BobIPepMk= Received: by 10.114.132.5 with SMTP id f5mr2636194wad.1189307628348; Sat, 08 Sep 2007 20:13:48 -0700 (PDT) Received: by 10.114.203.16 with HTTP; Sat, 8 Sep 2007 20:13:48 -0700 (PDT) Message-ID: <875c7e070709082013j10598399s422bb3550d7f6522@mail.gmail.com> Date: Sat, 8 Sep 2007 23:13:48 -0400 From: "Chris King" To: "Caml List" Subject: Re: Oddness concerning private variants in 3.10.0 In-Reply-To: <875c7e070709071404q641d0ec0rbacbb07763a5a4bb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <875c7e070709071404q641d0ec0rbacbb07763a5a4bb@mail.gmail.com> X-j-chkmail-Score: MSGID : 46E364ED.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 46E364ED.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; variants:01 bug:01 bug:01 wrote:01 variant:02 defined:02 defined:02 defining:02 module:03 module:03 chris:06 chris:06 core:09 actually:10 concerning:13 On 9/7/07, Chris King wrote: > Second, the type button (which is a private variant) isn't even > defined in input_test.ml, it's defined in a module opened by it. Another braino on my part... input_test.ml does actually include the module defining type button. The core of the bug remains however, and a bug report (#4383) has been filed. - Chris