caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] How to see an OCaml change in a browser
@ 2014-01-07  1:24 Jakob Lichtenberg
  2014-01-07  2:08 ` Jeremy Yallop
  0 siblings, 1 reply; 3+ messages in thread
From: Jakob Lichtenberg @ 2014-01-07  1:24 UTC (permalink / raw)
  To: caml-list, gabriel.scherer

[-- Attachment #1: Type: text/plain, Size: 982 bytes --]

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] Do some OCaml Windows users still use the @responsefile feature? <https://groups.google.com/forum/#!searchin/fa.caml/PR$235312/fa.caml/q6l0QN_5kxE/ThSbr740EOcJ> ] .  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 Gerd'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."


[-- Attachment #2: Type: text/html, Size: 5962 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] How to see an OCaml change in a browser
  2014-01-07  1:24 [Caml-list] How to see an OCaml change in a browser Jakob Lichtenberg
@ 2014-01-07  2:08 ` Jeremy Yallop
  2014-01-07  4:50   ` Jakob Lichtenberg
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Yallop @ 2014-01-07  2:08 UTC (permalink / raw)
  To: Jakob Lichtenberg; +Cc: caml-list, gabriel.scherer

On 7 January 2014 01:24, Jakob Lichtenberg <jakobl@microsoft.com> wrote:
> How can I look at source code change for:
>
>                 PR#5312: command-line arguments @reponsefile auto-expansion
> feature
>
> In a web browser?

You can find it here:

    https://github.com/ocaml/ocaml/commit/8c9ef9f24

(Searching for the PR number by running 'git log --grep=5312' in a
clone of the OCaml repository returns the revision number, 8c9ef9f24.)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] How to see an OCaml change in a browser
  2014-01-07  2:08 ` Jeremy Yallop
@ 2014-01-07  4:50   ` Jakob Lichtenberg
  0 siblings, 0 replies; 3+ messages in thread
From: Jakob Lichtenberg @ 2014-01-07  4:50 UTC (permalink / raw)
  To: Jeremy Yallop; +Cc: caml-list, gabriel.scherer

Jeremy: Thank you for the help!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-07  4:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-07  1:24 [Caml-list] How to see an OCaml change in a browser Jakob Lichtenberg
2014-01-07  2:08 ` Jeremy Yallop
2014-01-07  4:50   ` Jakob Lichtenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).