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

fix 1678 #1679

Merged
merged 3 commits into from
Nov 15, 2024
Merged

fix 1678 #1679

merged 3 commits into from
Nov 15, 2024

Conversation

Byron
Copy link
Member

@Byron Byron commented Nov 15, 2024

Fixes #1678 .

Previously these had to be directories, and after moving them, I forgot to
turn them back into files.
@Byron Byron marked this pull request as ready for review November 15, 2024 06:53
Previously it was assumed that writing objects could never fail unless
there isn't enough memory to do so. However, it turns out that
some last-minute validation can always be triggered and prevent an object
to be written.

Now that error is propagated instead.
@Byron Byron enabled auto-merge November 15, 2024 06:55
@Byron Byron merged commit 275a0c5 into main Nov 15, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when trying to write commit object with e.g. < in user's name
1 participant