phrase / phrase-cli

CLI for the Phrase API
https://developers.phrase.com
MIT License
42 stars 6 forks source link

phrase-cli 2.10.0 build failure #131

Closed chenrui333 closed 10 months ago

chenrui333 commented 10 months ago

👋 trying to build 2.10.0 tagged commit, but run into some build issue. The error log is as below:

error build log ``` # github.com/phrase/phrase-cli/cmd cmd/api_comment_reactions.go:[67](https://github.com/Homebrew/homebrew-core/actions/runs/5977079192/job/16216436222?pr=140475#step:4:68):23: localVarOptionals.Emoji undefined (type phrase.ReactionCreateOpts has no field or method Emoji) cmd/api_comment_replies.go:51:29: undefined: api.RepliesListOpts cmd/api_comment_replies.go:76:38: client.CommentRepliesApi undefined (type *phrase.APIClient has no field or method CommentRepliesApi) cmd/api_comment_replies.go:132:29: undefined: api.ReplyCreateOpts cmd/api_comment_replies.go:153:38: client.CommentRepliesApi undefined (type *phrase.APIClient has no field or method CommentRepliesApi) cmd/api_comment_replies.go:208:29: undefined: api.ReplyDeleteOpts cmd/api_comment_replies.go:226:38: client.CommentRepliesApi undefined (type *phrase.APIClient has no field or method CommentRepliesApi) cmd/api_comment_replies.go:276:29: undefined: api.ReplyMarkAsReadOpts cmd/api_comment_replies.go:294:38: client.CommentRepliesApi undefined (type *phrase.APIClient has no field or method CommentRepliesApi) cmd/api_comment_replies.go:344:29: undefined: api.ReplyMarkAsUnreadOpts cmd/api_comment_replies.go:344:29: too many errors ```

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5977079192/job/16216436222 relates to Homebrew/homebrew-core#140475

cc @jablan

theSoenke commented 10 months ago

Hi @chenrui333, the build failure has been resolved and thanks for already publishing the latest version to brew 🎉