Files
ale/ale_linters
David A. R. Robin e19b8c05cd Fix crystal-lang non file-tied message handling
Some messages of the crystal compiler are not tied to a file.
This causes a 'Key not present in Dictionnary' error (E716).
For the record, the json output on ```require "./nonexistent.cr"```
is the following :
```json
  [
  { "file":"/tmp/file.cr", "line":1, "column":1, "size":0,
    "message":"while requiring \"./nonexistent.cr\"" },
  { "message":"can't find file './nonexistent.cr' relative to '/tmp'" }
  ]
```
The second message does not have line/column attributes.
2019-10-11 18:34:09 +02:00
..
2019-02-06 20:29:58 -02:00
2018-09-04 16:51:18 +01:00
2019-03-21 02:55:49 -04:00
2017-12-20 22:53:03 -06:00
2019-04-10 19:23:16 +01:00
2019-02-02 16:20:14 +01:00
2019-03-15 16:21:48 -05:00
2018-09-04 16:51:18 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2019-01-14 19:45:33 +00:00
2019-05-23 15:49:02 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00