camlspotter

Results 13 issues of camlspotter

I need to run ocamltter inside a firewall, and a proxy setting is required.

The code looks like: ``` let make_from_gmt year mon day h m s = let diff = fst (mktime (gmtime 0.)) in make year mon day h m s -....

When the server machine reboots, I need * restart ngrok * get new ngrok hostname * update https://camlspotter.github.io/ocamloscope.html * fix ngrok.js of the server These steps are lousy. Since the...

We should have some statistics page. For the info currently we have: * 122 OCamlfind packages * 445k items, 80% are aliases of something * 425k top types, 60% unique...

I mean like Google search.

Currently the aliases are stored just by their names. When searched by `concat`, `List.flatten` is not hit, but many list concat functions are aliases of it. Since the search results...

Look https://camlspotter.github.io/ocamloscope.html?q=fold&packtype=allbut . So awful that I really want to throw away OCaml itself. We need something to simplify this gigantic search results.

This is because `camlp4` copies `location.cm*` and other files from OCaml compiler source tree, which make the origins of these copied files obscure: they are not reachable from p4 packages,...

``` ... Eval "{ocamlgraph}.Graph.Mincut" done! Eval "{ocamlgraph}.Graph" done! WARNING: Impos mexp: "{ocamlgraph}.Graph.Blocks.ConcreteVertex(F \"{ocamlgraph}.Graph.Blocks\" 3280)(V \"{ocamlgraph}.Graph.Blocks\" 3281).HM" EApply (ECoerce (EVar (KModule, "F \"{ocamlgraph}.Graph.Blocks\" 3280"), ... ```

`#c` is just parsed as `c` in the query. Then, no need to carry `#c` in the data base. And somehow, the search by `c` never reveals `#c` even though...