[PR #463] [MERGED] fix case-sensitive paths problem: delete redundant wolframalpha PNG #1383

Closed
opened 2026-02-16 10:22:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/463
Author: @IthacaDream
Created: 3/15/2025
Status: Merged
Merged: 3/16/2025
Merged by: @crazywoola

Base: mainHead: fix/case-sensitive-collided


📝 Commits (3)

  • 28b8d91 fix case-sensitive paths problem: delete redundant wolframalpha PNG
  • db0075c Merge branch 'langgenius:main' into fix/case-sensitive-collided
  • 7489ec0 bump wolframalpha version

📊 Changes

4 files changed (+1 additions, -1 deletions)

View changed files

tools/wolframalpha/_assets/wolframalpha_create_app.PNG (+0 -0)
tools/wolframalpha/_assets/wolframalpha_developer.PNG (+0 -0)
tools/wolframalpha/_assets/wolframalpha_doc.PNG (+0 -0)
📝 tools/wolframalpha/manifest.yaml (+1 -1)

📄 Description

Fixed file path collided issue that occurred when clone on a case-insensitive filesystem (e.g. on MacOS)

deleted redundant wolframalpha PNG

The original error is reported below:

Cloning into 'dify-official-plugins'...
remote: Enumerating objects: 7006, done.
remote: Counting objects: 100% (1225/1225), done.
remote: Compressing objects: 100% (435/435), done.
remote: Total 7006 (delta 1032), reused 793 (delta 790), pack-reused 5781 (from 2)
Receiving objects: 100% (7006/7006), 44.24 MiB | 4.24 MiB/s, done.
Resolving deltas: 100% (3776/3776), done.
Updating files: 100% (3532/3532), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'tools/wolframalpha/_assets/wolframalpha_create_app.PNG'
  'tools/wolframalpha/_assets/wolframalpha_create_app.png'
  'tools/wolframalpha/_assets/wolframalpha_developer.PNG'
  'tools/wolframalpha/_assets/wolframalpha_developer.png'
  'tools/wolframalpha/_assets/wolframalpha_doc.PNG'
  'tools/wolframalpha/_assets/wolframalpha_doc.png'


🔄 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/langgenius/dify-official-plugins/pull/463 **Author:** [@IthacaDream](https://github.com/IthacaDream) **Created:** 3/15/2025 **Status:** ✅ Merged **Merged:** 3/16/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/case-sensitive-collided` --- ### 📝 Commits (3) - [`28b8d91`](https://github.com/langgenius/dify-official-plugins/commit/28b8d91f70229143726a98ab9355e696622b7291) fix case-sensitive paths problem: delete redundant wolframalpha PNG - [`db0075c`](https://github.com/langgenius/dify-official-plugins/commit/db0075c74736376a3f3551c51fff381f6e26a975) Merge branch 'langgenius:main' into fix/case-sensitive-collided - [`7489ec0`](https://github.com/langgenius/dify-official-plugins/commit/7489ec0de70cf3b876bfa0ad7e61e3bd517624da) bump wolframalpha version ### 📊 Changes **4 files changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> ➖ `tools/wolframalpha/_assets/wolframalpha_create_app.PNG` (+0 -0) ➖ `tools/wolframalpha/_assets/wolframalpha_developer.PNG` (+0 -0) ➖ `tools/wolframalpha/_assets/wolframalpha_doc.PNG` (+0 -0) 📝 `tools/wolframalpha/manifest.yaml` (+1 -1) </details> ### 📄 Description Fixed file path collided issue that occurred when clone on a case-insensitive filesystem (e.g. on MacOS) deleted redundant wolframalpha PNG The original error is reported below: ``` Cloning into 'dify-official-plugins'... remote: Enumerating objects: 7006, done. remote: Counting objects: 100% (1225/1225), done. remote: Compressing objects: 100% (435/435), done. remote: Total 7006 (delta 1032), reused 793 (delta 790), pack-reused 5781 (from 2) Receiving objects: 100% (7006/7006), 44.24 MiB | 4.24 MiB/s, done. Resolving deltas: 100% (3776/3776), done. Updating files: 100% (3532/3532), done. warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding group is in the working tree: 'tools/wolframalpha/_assets/wolframalpha_create_app.PNG' 'tools/wolframalpha/_assets/wolframalpha_create_app.png' 'tools/wolframalpha/_assets/wolframalpha_developer.PNG' 'tools/wolframalpha/_assets/wolframalpha_developer.png' 'tools/wolframalpha/_assets/wolframalpha_doc.PNG' 'tools/wolframalpha/_assets/wolframalpha_doc.png' ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:47 -05:00
yindo closed this issue 2026-02-16 10:22:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1383