caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Automatic fixing of error messages
@ 2016-07-02 22:37 Kakadu
  0 siblings, 0 replies; only message in thread
From: Kakadu @ 2016-07-02 22:37 UTC (permalink / raw)
  To: Caml List

Hey, folks

Do you have any scripts or tricks to force you favorite editor to help
you fixing compilation errors?

Like:
* Unused parameter ... => prepend a _ to the identifier binding)
* `in` is missing => add it
* Type for value x is bad => wrap x with function foo to make it right
* variable is unbound => Add rec definition on line 123.
* etc.

Fixing all error seems to be non trivial task but for something like
'module Lsit is unbound => replace Lsit by List` it should be doable
to add editor shortcut.

Happy hacking,
Kakadu

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-02 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-02 22:37 [Caml-list] Automatic fixing of error messages Kakadu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).