Skip to content

Commit

Permalink
HACKING - add policy to avoid System.Process.Typed
Browse files Browse the repository at this point in the history
Part of: #269
  • Loading branch information
frasertweedale committed Mar 29, 2019
1 parent 3b488c9 commit 90ae5dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ communication is the key here rather than hacking away.
- ``Data.Semigroup.<>`` > ``Data.Monoid.<>`` > ``Data.List.++``
- and so on...

- For executing subprocesses, use only the functions exported
from `Purebred.System.Process`. This is so that output is
tainted, indicating that it must be sanitised before use.
(The test suite is excepted from this policy.)


### Style

Expand Down

0 comments on commit 90ae5dc

Please sign in to comment.