-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
engineeringIssue is related to engineering system (build/publishing infrastructure)Issue is related to engineering system (build/publishing infrastructure)performanceIssue makes DCP slower than necessaryIssue makes DCP slower than necessary
Milestone
Description
Go 1.26 has shipped with many improvements https://go.dev/doc/go1.26 , we should adopt it when opportunity arises.
Things that caught my attention that might be helpful for us:
- Generic types can refer to themselves https://go.dev/doc/go1.26#language
- New
Buffer.Peekmethod returns next n bytes from buffer without advancing it - New
errors.AsTypefuntion is a generic, safer version oferrors.As - New
Dialermethods are cancellable (takecontext.Context) - On Windows,
OpenFilenow allows any combination of Windows-specific flags
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineeringIssue is related to engineering system (build/publishing infrastructure)Issue is related to engineering system (build/publishing infrastructure)performanceIssue makes DCP slower than necessaryIssue makes DCP slower than necessary