Files
ale/test
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
..
2018-07-01 13:55:41 +01:00
2018-09-19 19:33:23 +01:00
2017-12-05 00:37:31 +09:00
2019-01-20 19:39:47 -06:00
2018-08-26 13:47:56 +02:00
2019-06-15 16:00:17 +08:00
2017-10-29 21:48:28 +01:00
2017-10-21 12:31:49 -05:00
2018-10-24 08:29:11 +09:00
2019-06-10 23:53:42 +01:00
2019-05-24 01:13:52 +01:00