camlspotter

Results 12 comments of camlspotter

I have no idea about this but Camlimages has an OMake function to guess word size. The value is dependent on ocamlc which used to compile omake: ``` # Return...

This means many function must get an additional argument for network tweaking, and adding it as an independent argument is ... very lousy. We have already oauth arg everywhere, so...

We have Ocamltter.curl_handle_tweak of (Curl.handle -> unit) ref so we can override it at "ocamltter" script to have a proxy setting.

This changes the API type so we must release it with a new minor version 2.2.0.

- Path simplification inside types should omit more package and module names aggressively. The current output is correct but sometimes too long. We provide may-be-incorrect but shorter types in the...

We can remove package names in types safely, it keeps the correctness.

``` commit a75d1cd3d907509088353405569fcda0d174720b Author: Jun FURUSE Date: Tue Nov 15 11:02:54 2016 +0800 shorter summary: package names are now omitted in types ```

An idea: * If A and B match, and B is an alias of A, B is not displayed. * If the search A matching, then it skips all the...

And finally it fails: ``` Fatal error: exception File "humpflat.ml", line 33, characters 8-14: Assertion failed Raised at file "humpflat.ml", line 93, characters 4-11 Called from file "humpflat.ml", line 146,...

`core_kernel` also has a special import of `Result` and have the same sort of issue.