summaryrefslogtreecommitdiff
path: root/test/command_callback/test_thrift_command_callback.vader
AgeCommit message (Collapse)Author
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2017-11-15Clean up tests to stop people copy and pasting the wrong examplesw0rp
2017-10-05Get more command callback tests to pass on Windowsw0rp
2017-08-30Add a linter for Apache Thrift IDL filesJon Parise
This linter works by invoking the `thrift` compiler with the buffer contents and reporting any parser and code generation issues. The handler rolls its own output-matching loop because we have the (unfortunate) requirement of handling error output that spans multiple lines. Unit tests cover both the command callback and handler, and there is initial documentation for all of the option variables.