* [Caml-list] On .gitignore
@ 2017-03-24 7:05 Kenichi Asai
2017-03-24 12:16 ` Fabrice Le Fessant
2017-03-31 13:40 ` Sébastien Hinderer
0 siblings, 2 replies; 4+ messages in thread
From: Kenichi Asai @ 2017-03-24 7:05 UTC (permalink / raw)
To: caml-list
Why is /otherlibs/systhreads/thread.ml listed in .gitignore in the
OCaml distribution (or in the github repository)? Because of this,
when I make a local git repository from the OCaml source and clone it
to somewhere else, I get an error when I do "make world" because of
the missing thread.ml file. Is it safe to remove the line from
.gitignore?
Peculiarly, when I modify thread.ml, "git status" reports that the
file is modified, even though it is listed in .gitignore. I might not
understand the behavior of .gitignore quite right.
I found the following files exist and match .gitignore:
.depend
/otherlibs/systhreads/thread.ml
testsuite/tests/asmcomp/mips.s
testsuite/tests/opaque/intf/opaque_impl.mli
testsuite/tests/opaque/intf/opaque_intf.mli
testsuite/tests/opaque/intf/regular.mli
--
Kenichi Asai
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] On .gitignore
2017-03-24 7:05 [Caml-list] On .gitignore Kenichi Asai
@ 2017-03-24 12:16 ` Fabrice Le Fessant
2017-03-25 1:27 ` Kenichi Asai
2017-03-31 13:40 ` Sébastien Hinderer
1 sibling, 1 reply; 4+ messages in thread
From: Fabrice Le Fessant @ 2017-03-24 12:16 UTC (permalink / raw)
To: Kenichi Asai, caml-list
[-- Attachment #1: Type: text/plain, Size: 1285 bytes --]
Could you fill an issue on Mantis ? It's clearly a bug... A file in the
index should never be in the .gitignore.
--Fabrice
On Fri, Mar 24, 2017 at 8:06 AM Kenichi Asai <asai@is.ocha.ac.jp> wrote:
> Why is /otherlibs/systhreads/thread.ml listed in .gitignore in the
> OCaml distribution (or in the github repository)? Because of this,
> when I make a local git repository from the OCaml source and clone it
> to somewhere else, I get an error when I do "make world" because of
> the missing thread.ml file. Is it safe to remove the line from
> .gitignore?
>
> Peculiarly, when I modify thread.ml, "git status" reports that the
> file is modified, even though it is listed in .gitignore. I might not
> understand the behavior of .gitignore quite right.
>
> I found the following files exist and match .gitignore:
>
> .depend
> /otherlibs/systhreads/thread.ml
> testsuite/tests/asmcomp/mips.s
> testsuite/tests/opaque/intf/opaque_impl.mli
> testsuite/tests/opaque/intf/opaque_intf.mli
> testsuite/tests/opaque/intf/regular.mli
>
> --
> Kenichi Asai
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
[-- Attachment #2: Type: text/html, Size: 2805 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] On .gitignore
2017-03-24 7:05 [Caml-list] On .gitignore Kenichi Asai
2017-03-24 12:16 ` Fabrice Le Fessant
@ 2017-03-31 13:40 ` Sébastien Hinderer
1 sibling, 0 replies; 4+ messages in thread
From: Sébastien Hinderer @ 2017-03-31 13:40 UTC (permalink / raw)
To: caml-list
Hi,
Kenichi Asai (2017/03/24 16:05 +0900):
> Why is /otherlibs/systhreads/thread.ml listed in .gitignore in the
> OCaml distribution (or in the github repository)?
It should not, indeed. Many thanks for the report.
The problem has been fixed in commit
9c06706292f6b7418650e08b270fb4cffe1f8678
that has just been pushed to OCaml's GitHub repository.
See the commit message for the explanation of why it was included.
Sébastien.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-31 13:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24 7:05 [Caml-list] On .gitignore Kenichi Asai
2017-03-24 12:16 ` Fabrice Le Fessant
2017-03-25 1:27 ` Kenichi Asai
2017-03-31 13:40 ` Sébastien Hinderer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox