eliom icon indicating copy to clipboard operation
eliom copied to clipboard

Remove warnings while compiling.

Open dannywillems opened this issue 8 years ago • 1 comments

Because warnings are evil and are ugly. Some comes from eliom_form about type inference, some comes from cmx missing for Ocsipersist. some from unused rec flag, etc.

dannywillems avatar Dec 30 '16 21:12 dannywillems

Warnings are just warnings, and we have looked at the remaining ones.

We would need to do ugly things to get rid of the type inference warnings. I personally prefer the warnings as a reminder to get to #459 sooner.

The cmx should be easy to fix in Ocsigen Server.

The rec flag warning is the fault of ppx_deriving_json. If I remember correctly, it was not possible to annotate let bindings to prevent the warning.

vasilisp avatar Jan 05 '17 15:01 vasilisp