-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address correctness issues in Supply Chain pattern
A user pointed out that we weren't address the fact that `File` can fail and that you need to check `errno()` to see if it worked. This makes the pattern incomplete and misleading. When I was addressing this, I noticed that when I originally wrote the pattern, I was trying to write the temp directory without creating a file in it. Both issues have been addressed in this update. Closes #71
- Loading branch information
1 parent
b166dea
commit a491d84
Showing
2 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ mixin | |
mixins | ||
namespace | ||
natively | ||
oof | ||
ponylang | ||
preallocate | ||
preallocating | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters