- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 332
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: bitfield/script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bitfield/script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 10 files changed
- 10 contributors
Commits on Apr 3, 2023
-
Fix Bytes/AppendFile/WriteFile to return read errs
Calling any sink method (such as Bytes) should return a non-nil error if there is an error reading the pipe to completion. Due to a bug, Bytes, AppendFile, and WriteFile failed to do this. This commit fixes the bug, and also tests that the other sink methods behave correctly (which they do). Fixes #170. Co-authored-by: Namho Kim <git@namho.kim>
Configuration menu - View commit details
-
Copy full SHA for 5bcb73e - Browse repository at this point
Copy the full SHA 5bcb73eView commit details
Commits on Apr 22, 2023
-
Remove arbitrary 64KiB limit on line length
The default bufio.Scanner is limited to 64 * 1024 bytes, throwing a 'token too long' error if a line exceeds this size. This commit sets the token limit instead to math.MaxInt, which is the biggest possible slice capacity in Go, and effectively limits the scan line length only by available memory (fixes #167). Co-authored-by: Tim Hobbs <timothy.hobbs@servicelayers.com>
Configuration menu - View commit details
-
Copy full SHA for 5d7a635 - Browse repository at this point
Copy the full SHA 5d7a635View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb962d8 - Browse repository at this point
Copy the full SHA eb962d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 341ce0e - Browse repository at this point
Copy the full SHA 341ce0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f067b - Browse repository at this point
Copy the full SHA 10f067bView commit details -
Co-authored-by: Hans Raaf <hara@oderwat.de> Co-authored-by: "Masci, Richard (rx7322)" <rx7322@us.att.com> Co-authored-by: Ryan <Emailryanmay@gmail.com> Co-authored-by: Gerard Webb <53147028+gedw99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bee1290 - Browse repository at this point
Copy the full SHA bee1290View commit details -
Add WithStderr (fixes #128, fixes #146)
Co-authored-by: "Masci, Richard (rx7322)" <rx7322@us.att.com> Co-authored-by: Jesse Lang <jdlang@spscommerce.com> Co-authored-by: Nithin Chintala <nithin.chintala@schrodinger.com> Co-authored-by: floydwch <floydwch@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7acd35c - Browse repository at this point
Copy the full SHA 7acd35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95cd539 - Browse repository at this point
Copy the full SHA 95cd539View commit details
There are no files selected for viewing
This file was deleted.