You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently go.bug.st/serial has its own generated Windows syscalls in syscall_windows.go and zsyscall_windows.go. I recently opened a PR for golang.org/x/sys that adds the necessary calls: https://go-review.googlesource.com/c/sys/+/572295.
Once this is merged and released then go.bug.st/serial can switch to a more recent version of golang.org/x/sys and remove its generated code. I'm happy to open a PR to do this when the time comes.
Additional context
#149 makes a similar change. Can #149 be merged too?
Describe the new feature or change suggestion
Firstly, thank you for this project!
Currently
go.bug.st/serial
has its own generated Windows syscalls insyscall_windows.go
andzsyscall_windows.go
. I recently opened a PR forgolang.org/x/sys
that adds the necessary calls: https://go-review.googlesource.com/c/sys/+/572295.Once this is merged and released then
go.bug.st/serial
can switch to a more recent version ofgolang.org/x/sys
and remove its generated code. I'm happy to open a PR to do this when the time comes.Additional context
#149 makes a similar change. Can #149 be merged too?
Issue checklist
The text was updated successfully, but these errors were encountered: