BetterErrors icon indicating copy to clipboard operation
BetterErrors copied to clipboard

Make OCaml/Reason errors prettier

Results 56 BetterErrors issues
Sort by recently updated
recently updated
newest added

By nearby I mean within 2 lines of each other I guess? Currently it looks like this: ![screenshot 2016-02-17 23 48 23](https://cloud.githubusercontent.com/assets/1909539/13134145/fe65b74c-d5d0-11e5-943c-2bc946cdd5c7.png) But who know. Maybe the current state is...

enhancement

@bsansouci your thing here! Obviously an unbound module could mean that you got your local module name wrong from e.g. a typo. We should add a small indication before telling...

I was looking for something like this but instead of pretty printing the errors, it would be nice if they could be outputted into json, e.g. using some `--json` flag....

@bsansouci here's something educational for you I guess lol. ![screenshot 2016-02-12 20 51 04](https://cloud.githubusercontent.com/assets/1909539/13024890/51c81642-d1ca-11e5-87d6-5cc2e81c40f4.png) This is nonsense for beginners. RWO describes why this happens. I'd like our description to fit...

Babel just tokenizes the output and colours it. We could do the same and use the existing tokenizer of ocaml + some colours.

(Now that cba093bf5d5e328ab581c8d9064fc840ec09eaa8 handles the default cases better this is slightly less relevant, but nonetheless desirable to solve) Current situation: `ocamlc` outputs compiler errors to stderr, while `make` + `oasis`...