focalboard icon indicating copy to clipboard operation
focalboard copied to clipboard

Bug: Compilation error

Open ThePsina opened this issue 4 months ago • 5 comments

Steps to reproduce the behavior

github.com/mattermost/mattermost-server/v6/shared/mlog

go/pkg/mod/github.com/mattermost/mattermost-server/[email protected]/shared/mlog/mlog.go:87:11: cannot use generic function logr.Int without instantiation go/pkg/mod/github.com/mattermost/mattermost-server/[email protected]/shared/mlog/mlog.go:96:12: cannot use generic function logr.Uint without instantiation go/pkg/mod/github.com/mattermost/mattermost-server/[email protected]/shared/mlog/mlog.go:105:14: cannot use generic function logr.String without instantiation go/pkg/mod/github.com/mattermost/mattermost-server/[email protected]/shared/mlog/mlog.go:130:12: cannot use generic function logr.Bool without instantiation go/pkg/mod/github.com/mattermost/mattermost-server/[email protected]/shared/mlog/mlog.go:143:13: cannot use generic function logr.Array without instantiation go/pkg/mod/github.com/mattermost/mattermost-server/[email protected]/shared/mlog/mlog.go:146:11: cannot use generic function logr.Map without instantiation

Edition and Platform

  • Edition: Personal Desktop

Add any other context about the problem here, and any notes about the severity:

  • Sev 1: Affects critical functionality without a workaround

ThePsina avatar Apr 17 '24 13:04 ThePsina

go1.22

ThePsina avatar Apr 17 '24 13:04 ThePsina

go.mod: github.com/mattermost/ldap v3.0.4+incompatible // indirect github.com/mattermost/logr/v2 v2.0.21 // indirect github.com/mattermost/mattermost-plugin-api v0.1.1 // indirect github.com/mattermost/mattermost-server/v6 v6.7.2 // indirect

ThePsina avatar Apr 17 '24 13:04 ThePsina

same issue https://github.com/mattermost/focalboard/issues/4996 - not solved

ThePsina avatar Apr 17 '24 13:04 ThePsina

in what go version does it work?

ThePsina avatar Apr 18 '24 08:04 ThePsina