purpleP
60b89abd9c
changed while read -r loop to cat > for portability and simplicity ( #165 )
...
* changed while read -r loop to cat > for portability and simplicity
* typo fix
2016-11-05 20:43:57 +00:00
w0rp
f03fb64e51
#160 Switch back to using readline for writing stdin to the temporary file, because it actually works on all machines.
2016-11-01 20:30:15 +00:00
Łukasz Jan Niemier
e293e0b5ab
Use cat
instead of read -r
to stream stdin to file ( #120 )
...
* 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-22 13:52:49 +01:00
Bjorn Neergaard
ad2ee80eb6
More randomness in the wrapper tmpfile
2016-10-10 15:53:56 -05:00
Bjorn Neergaard
e68800a28d
Fixup stdin-wrapper
...
* Use a more universal shebang.
* Use the template feature of mktemp to avoid silly gymnastics.
2016-10-10 14:31:17 -05:00
Prashanth Chandra
043446998b
Add comment headers to wrappers
2016-10-04 03:07:49 +08:00
w0rp
552cc7dbc4
Add support for checking Vim code with Vint.
2016-10-03 17:40:02 +01:00
w0rp
57ef2c9833
Add support for checking Haskell code via a wrapper script which can be used for other tools, and fix a readline problem with the DMD wrapper script.
2016-09-18 23:58:04 +01:00