From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 63D3D7EE99 for ; Tue, 7 Jan 2014 02:24:19 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of jakobl@microsoft.com) identity=pra; client-ip=207.46.163.186; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="jakobl@microsoft.com"; x-sender="jakobl@microsoft.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of jakobl@microsoft.com designates 207.46.163.186 as permitted sender) identity=mailfrom; client-ip=207.46.163.186; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="jakobl@microsoft.com"; x-sender="jakobl@microsoft.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@na01-bn1-obe.outbound.protection.outlook.com designates 207.46.163.186 as permitted sender) identity=helo; client-ip=207.46.163.186; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="jakobl@microsoft.com"; x-sender="postmaster@na01-bn1-obe.outbound.protection.outlook.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhQBADNWy1LPLqO6m2dsb2JhbABYgkcjWbotgSIOAQEBAQEGCwsJFCiCLBEBG14BgQAXAQ4BBAEaDAcFAodiAQyWYQGHKgKKQAEBmxUTBI8LhEIErVk X-IPAS-Result: AhQBADNWy1LPLqO6m2dsb2JhbABYgkcjWbotgSIOAQEBAQEGCwsJFCiCLBEBG14BgQAXAQ4BBAEaDAcFAodiAQyWYQGHKgKKQAEBmxUTBI8LhEIErVk X-IronPort-AV: E=Sophos;i="4.95,615,1384297200"; d="scan'208,217";a="43765836" Received: from mail-bn1blp0186.outbound.protection.outlook.com (HELO na01-bn1-obe.outbound.protection.outlook.com) ([207.46.163.186]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/AES128-SHA; 07 Jan 2014 02:24:17 +0100 Received: from BY2PR03MB207.namprd03.prod.outlook.com (10.242.36.154) by BY2PR03MB207.namprd03.prod.outlook.com (10.242.36.154) with Microsoft SMTP Server (TLS) id 15.0.847.13; Tue, 7 Jan 2014 01:24:14 +0000 Received: from BY2PR03MB207.namprd03.prod.outlook.com ([169.254.6.239]) by BY2PR03MB207.namprd03.prod.outlook.com ([169.254.6.239]) with mapi id 15.00.0847.008; Tue, 7 Jan 2014 01:24:14 +0000 From: Jakob Lichtenberg To: "caml-list@inria.fr" , "gabriel.scherer@gmail.com" Thread-Topic: How to see an OCaml change in a browser Thread-Index: Ac8LRg6oVM3rfJSbQ7y18CmbqT57eA== Date: Tue, 7 Jan 2014 01:24:13 +0000 Message-ID: <462eb4fafc63486a92c1623972cc455e@BY2PR03MB207.namprd03.prod.outlook.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [2001:4898:80e8:ee31::3] x-forefront-prvs: 008421A8FF x-forefront-antispam-report: SFV:NSPM;SFS:(10009001)(189002)(199002)(69226001)(83072002)(85852003)(56816005)(74316001)(85306002)(81542001)(81342001)(79102001)(56776001)(77982001)(47446002)(63696002)(76482001)(54356001)(46102001)(53806001)(51856001)(74366001)(90146001)(33646001)(80022001)(31966008)(74502001)(74662001)(59766001)(54316002)(65816001)(87266001)(81686001)(16236675002)(47976001)(50986001)(87936001)(80976001)(4396001)(49866001)(19580395003)(83322001)(77096001)(47736001)(19300405004)(2656002)(76576001)(76796001)(81816001)(76786001)(76176001)(74876001)(74706001)(15202345003)(15975445006)(24736002)(3826001);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2PR03MB207;H:BY2PR03MB207.namprd03.prod.outlook.com;CLIP:2001:4898:80e8:ee31::3;FPR:;RD:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: multipart/alternative; boundary="_000_462eb4fafc63486a92c1623972cc455eBY2PR03MB207namprd03pro_" MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-Validation-by: jakobl@microsoft.com Subject: [Caml-list] How to see an OCaml change in a browser --_000_462eb4fafc63486a92c1623972cc455eBY2PR03MB207namprd03pro_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable How can I look at source code change for: PR#5312: command-line arguments @reponsefile auto-expansion= feature In a web browser? I assume I would use a SVN or GIT web interface of sorts. Thanks lots! - Jakob PS. Tried to post in the thread [[Caml-list] [community poll for PR#5312] D= o some OCaml Windows users still use the @responsefile feature? ] . But apparently I am not smart enough to figure out how to do= so. Short story is that I relied on the @foo.rsp response semantics in 3.= 07pl2 and now that I am trying to upgrade to 4.00.1 I am broken. I assume = I need to manually implement what we had back then. I wonder/hope that Ge= rd's suggestion was implemented "A cleaner solution would probably to move = the responsefile implementation up to the Arg module, so that the user (a) = sees it, and (b) can enable or disable it as needed." --_000_462eb4fafc63486a92c1623972cc455eBY2PR03MB207namprd03pro_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

How can I look at source code change for:=

        &nbs= p;       PR#5312: command-line arguments @reponsefile auto-expansion feature

 

In a web browser?

 

I assume I would use a SVN or GIT web interface of s= orts. 

 

Thanks lots!

 

-     &= nbsp;    Jakob

 

PS. Tried to post in the thread [[Caml-list] [community poll for PR#5312] Do some OCaml Windows = users still use the @responsefile feature? ] .  But apparently I am not smart enough to figure out how to do = so.  Short story is that I relied on the @foo.rsp response semantics i= n 3.07pl2 and now that I am trying to upgrade to 4.00.1 I am broken.  = I assume I need to manually implement what we had back then.   I wonder/hope that Gerd’s suggestion was impl= emented “A cleaner solution would probably to move the responsefil= e implementation up to the Arg module, so that the user (a) sees it, and (b= ) can enable or disable it as needed.

 

--_000_462eb4fafc63486a92c1623972cc455eBY2PR03MB207namprd03pro_--