Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address correctness issues in Supply Chain pattern #73

Merged
merged 5 commits into from
Jan 16, 2024
Merged

Conversation

SeanTAllen
Copy link
Member

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

@SeanTAllen SeanTAllen requested a review from a team January 10, 2024 01:57
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Jan 10, 2024
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
@SeanTAllen
Copy link
Member Author

@rhagenson can you carve out some time to do a copy edit review?

Copy link
Member

@rhagenson rhagenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly reads well to me. I see a few small edits that need to be made.

docs/creation/supply-chain.md Outdated Show resolved Hide resolved
docs/creation/supply-chain.md Outdated Show resolved Hide resolved
docs/creation/supply-chain.md Show resolved Hide resolved
docs/creation/supply-chain.md Outdated Show resolved Hide resolved
Copy link
Member

@rhagenson rhagenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@SeanTAllen SeanTAllen merged commit a0ce4b3 into main Jan 16, 2024
9 checks passed
@SeanTAllen SeanTAllen deleted the issue-71 branch January 16, 2024 19:26
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants