camlspotter / ocamloscope.2

OCamlOScope 2 : OCaml API search
42 stars 1 forks source link

Duped entries: `type {camlp4,...}.Camlp4.Struct.CleanAst.Make(Ast).clean_ast` #3

Closed camlspotter closed 7 years ago

camlspotter commented 8 years ago

It seems they are counted twice, though we have the dup check...

camlspotter commented 7 years ago

module Camlp4 is duped, and it is because the module's file name is Camlp4.*, not camlp4.*. SInce I ran my scraper in Mac OS X, something went wrong with its f**king case insensitive file system!

camlspotter commented 7 years ago

Package opamfind is upgraded to 1.1.1 with the fix for case insensitive file systems.

For ocamloscope.2, the following should fix the issue:

commit c294b52d020bc6952511d115a111f63c1cb1e1e8
Author: Jun Furuse <Jun.Furuse@gmail.com>
Date:   Fri Nov 11 14:48:26 2016 +0000

    added a care for case insensitive file systems
camlspotter commented 7 years ago

Considered fixed.