Skip to content

Split out Watcher and backends #748

Split out Watcher and backends

Split out Watcher and backends #748

Triggered via pull request May 1, 2024 22:06
Status Failure
Total duration 34s
Artifacts

build.yml

on: pull_request
Matrix: cross-compile
Fit to window
Zoom out
Zoom in

Annotations

20 errors
cross-compile (1.22): fsnotify.go#L35
Watcher redeclared in this block
cross-compile (1.22): backend_other.go#L75
other declaration of Watcher
cross-compile (1.22): fsnotify.go#L155
NewWatcher redeclared in this block
cross-compile (1.22): backend_other.go#L120
other declaration of NewWatcher
cross-compile (1.22): fsnotify.go#L157
undefined: newBackend
cross-compile (1.22): fsnotify.go#L165
NewBufferedWatcher redeclared in this block
cross-compile (1.22): backend_other.go#L132
other declaration of NewBufferedWatcher
cross-compile (1.22): fsnotify.go#L175
method Watcher.Add already declared at ./backend_other.go:179:19
cross-compile (1.22): fsnotify.go#L176
method Watcher.AddWith already declared at ./backend_other.go:188:19
cross-compile (1.22): fsnotify.go#L177
method Watcher.Remove already declared at ./backend_other.go:198:19
cross-compile (1.17): fsnotify.go#L35
Watcher redeclared in this block
cross-compile (1.17): backend_other.go#L75
previous declaration
cross-compile (1.17): fsnotify.go#L155
NewWatcher redeclared in this block
cross-compile (1.17): backend_other.go#L120
previous declaration
cross-compile (1.17): fsnotify.go#L157
undefined: newBackend
cross-compile (1.17): fsnotify.go#L165
NewBufferedWatcher redeclared in this block
cross-compile (1.17): backend_other.go#L132
previous declaration
cross-compile (1.17): fsnotify.go#L175
(*Watcher).Add redeclared in this block
cross-compile (1.17): backend_other.go#L179
previous declaration
cross-compile (1.17): fsnotify.go#L176
(*Watcher).AddWith redeclared in this block