Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-03-02 | Try to fix it again | w0rp | |
2017-12-19 | Fix mcsc paths and escaping for Windows | w0rp | |
2017-11-19 | #852 - Capture error codes for mcs and mcsc | w0rp | |
2017-09-27 | Implemented review recommendations | Xristoph Hintermüller | |
Implements suggestions and recommendations suggested by the first review of the "Advance C# linter based on mcs -t:module (#952)" pull request. - Clarifies and simplifies description of linters and options - Added links to help file and marked the mcsc linter as to be run only when file in buffer is saved or loaded. - Added comments to the mcsc.vim file to clarify code - removed type checks considered not necessary be reviewer. - addresses findings by vader - removed call to getcwd and cd in vim script - handler expands file names relative to route of source tree into absolute pathes. Fixes errors not being marked when vim is started from subdirectory of source tree. - implements tests for mcs.vim and mcsc.vim linter | |||
2017-09-25 | Added advanced c-sharp linter | Xristoph Hintermüller | |
The existing c-charp linter used the --syntax check mode of the mono mcs compiler only. The new mcsc linter tries to compile the files located in a directory tree located bejond the specified source directory or the current one if no source is explicitly specified. The resulting module target is placed in a temporary file managed by ale. |