summaryrefslogtreecommitdiff
path: root/dmd-wrapper
AgeCommit message (Collapse)Author
2016-10-22Use `cat` instead of `read -r` to stream stdin to file (#120)Łukasz Jan Niemier
* Use `cat` instead of `read -r` to stream stdin to file * Cleanup dmd-wrapper * Fix typo * Make wrapper work on macOS * Use fifo instead of temporary file * Fix stdin-wrapper * Use `awk` instead of `read` hackery * Finish refactoring * Fix `exec` issue * Add myself as an coauthor of wrapper scripts (no shame at all :P) * Fix dmd-wrapper * Extract check_dubfile
2016-10-17#115 - Do not use readlink for the DMD wrapper, for Mac compatibility.w0rp
2016-10-04Add comment headers to wrappersPrashanth Chandra
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ↵w0rp
for other tools, and fix a readline problem with the DMD wrapper script.
2016-09-18Run DUB in a separate process as well, so it will not cause import lag.w0rp
2016-09-16Add support for linting D code with DMD.w0rp