Inaccurate Thrift Installation Instructions on README
- Ngôn ngữ chính
- Java
- Star
- 3.1k
- Fork
- 1.6k
- Merge trung bình
- 3 ngày 12 giờ
- Pull request đã merge (30 ngày)
- 33
Mô tả
### Describe the bug, including details regarding any error messages, version, and platform.
The README currently states:
“If you’re on OSX and use Homebrew, you can instead install Thrift 0.21.0 with brew and ensure that it comes first in your PATH.”
However, since Thrift 0.22.0 was released on May 23, 2025, the Homebrew formula for Thrift 0.21.0 is no longer available by default. As a result, users following the current instructions will not be able to install the required version.
To resolve this, we should either:
1. Upgrade the project to support Thrift 0.22.0 (not available on maven yet), or
2. Update the README to guide users to install Thrift 0.21.0 using brew extract, for example:
```
brew tap-new temp/oldthrift
brew extract --version=0.21.0 thrift temp/oldthrift
brew install temp/oldthrift/thrift@0.21.0
```
### Component(s)
_No response_
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Trước tiên, hãy xác định phần trong README chứa hướng dẫn về OSX Homebrew Thrift 0.21.0 và xác minh hành vi cài đặt hiện tại được mô tả trong issue. Làm rõ liệu dự án sẽ ghi lại hướng dẫn sử dụng brew extract hay hỗ trợ Thrift 0.22.0, sau đó cập nhật README để đường dẫn cài đặt được ghi lại hoạt động với phiên bản cần thiết.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- documentation
- Loại issue
- Tài liệu
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 55/100