Forums : Feedback Forum

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

OCaml code mistaken for Objective C

This happens with the Unison project:
http://www.ohloh.net/projects/4021/analyses/latest

OCaml files have a .ml extension, and contain keywords such as let, rec, begin and end.

Tobu about 17 years ago
 

Oh, OCaml also has mli files. These don't contain as many �let�, but more likely �var� instead.

Tobu about 17 years ago
 

Hi Tobu,

taking a look right now - will report back soon. Thanks!

Jason Allen about 17 years ago
 

hi Tobu,

The good news is that I don't believe we're mistaking OCaml for Objective C. It looks like Unison does contain some Objective C (src/uimac/main.m, for example).

The bad news is that we don't recognize OCaml code at all yet.

I'll investigate adding support for Ocaml.

Jason Allen about 17 years ago