summaryrefslogtreecommitdiff
path: root/test/handler/test_rust_handler.vader
AgeCommit message (Collapse)Author
2018-01-28updated rust handler test caseKent Sibilev
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-09-10Simplify some Rust handler code, and get the Rust handler tests passing on ↵w0rp
Windows
2017-07-07Fix windows path check on rust linter (#736)daa84
* Fix rust linter on windows * Add windows path test * Use ale#path#IsBufferPath to compare paths * Fix errors
2017-05-31Include span label in rust lints (#601)Jon Gjengset
* Include span label in rust lints This turns relatively unhelpful error messages like mismatched types into more expressive messages along the lines of mismatched types: expected bool, found integral variable Fixes #597. * Exclude rust lint span label if empty * Use single-quoted strings in vimscript * Add test for detailed rust errors * Prune Cargo JSON * Use matching error file name * Byte offsets not char offsets
2017-05-31Include location list end column for rust lint (#602)Jon Gjengset
* Include location list end column for rust lint Fixes #599. * Include rust lint end_lnum for good measure * Reverse engineer end_* for rust lint tests
2017-05-27Fix file name checking in rust handler (#581)Agata Naomichi
* Fix file name checking in rust handler * Add a test for rust hanler * Remove unused variable
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
2017-05-17#562 Join split JSON lines together for new Rust outputw0rp
2017-04-24Simplify some code and format some tests betterw0rp
2017-03-06Group handler test cases in a directoryw0rp