From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 933CA7EE4B for ; Wed, 25 Sep 2013 10:48:41 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoUBAFmiQlJKN1ZKnGdsb2JhbABbgz+De70cgTIOAQEBAQEICwkJFCiCJQEBBAEjSA4FCwsaAiYCAkcCAQ0GG4d4BgQIqSWSMwSBKY11MweCaDWBAAOeGhSOaw X-IPAS-Result: AoUBAFmiQlJKN1ZKnGdsb2JhbABbgz+De70cgTIOAQEBAQEICwkJFCiCJQEBBAEjSA4FCwsaAiYCAkcCAQ0GG4d4BgQIqSWSMwSBKY11MweCaDWBAAOeGhSOaw X-IronPort-AV: E=Sophos;i="4.90,977,1371074400"; d="scan'208";a="28014436" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 25 Sep 2013 10:48:40 +0200 Received: from [172.20.10.2] (82-225.197-178.cust.bluewin.ch [178.197.225.82]) by smtp.webfaction.com (Postfix) with ESMTP id 84E922222315; Wed, 25 Sep 2013 08:48:38 +0000 (UTC) Date: Wed, 25 Sep 2013 10:49:44 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: David MENTRE Cc: caml list Message-ID: In-Reply-To: References: <5E2F8E68C66E4CF2BAB7566B21FBE2FC@erratique.ch> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] [ANN] Gg 0.8.0 and Vg 0.8.0 Le mercredi, 25 septembre 2013 =C3=A0 09:01, David MENTRE a =C3=A9crit : > I only see a black web page. Tested with Firefox 24=20=20 Thanks for reporting. That's odd, on linux too apparently. It fails with "too much recursion" whi= le on osx with firefox 23/24 everything's fine. It seems the culprit is thi= s constant string definition (a font program): https://github.com/dbuenzli/vg/blob/master/db/open_sans.ml I tried to define the string as a concatenation of smaller pieces but it st= ill doesn't work. Can maybe a js_of_ocaml expert suggest something ?=20=20 > and IE 9 on Windows 7. I no longer have my IE vms, will try to have a look next time I have client= work that needs to deal with those.=20=20 Best, Daniel