[PR #5574] [MERGED] Fix type mismatch of format string #17851

Closed
opened 2025-11-02 16:15:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5574
Author: @typeless
Created: 12/21/2018
Status: Merged
Merged: 12/21/2018
Merged by: @techknowlogick

Base: masterHead: fix-format-string


📝 Commits (2)

  • 044d839 Fix type mismatch of format string
  • 5410898 Merge branch 'master' into fix-format-string

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 integrations/benchmarks_test.go (+1 -1)

📄 Description

The "%s" in the format string can not accept an unsupported type.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5574 **Author:** [@typeless](https://github.com/typeless) **Created:** 12/21/2018 **Status:** ✅ Merged **Merged:** 12/21/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `fix-format-string` --- ### 📝 Commits (2) - [`044d839`](https://github.com/go-gitea/gitea/commit/044d8397d2e646d12d1504a61d2ed0ffa0bcf523) Fix type mismatch of format string - [`5410898`](https://github.com/go-gitea/gitea/commit/5410898a0e7a1e779154f4e7c5c716aa91b85dc5) Merge branch 'master' into fix-format-string ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `integrations/benchmarks_test.go` (+1 -1) </details> ### 📄 Description The "%s" in the format string can not accept an unsupported type. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 16:15:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17851