developmentseed / developmentseed/FeatureServer
When a project has spaces (%20) in its repository url, there are no new releases found.
- Ngôn ngữ chính
- PHP
- Star
- 46
- Fork
- 14
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
This is because `drush_shell_exec()` parses the arguments through sprintf. So when `sprintf` encounters %20 in the command string, it looks for the 20th argument which is obviously not there ;-).
Also see the drush api documenation on http://drupalcontrib.org/api/drupal/contributions--drush--includes--exec.inc/function/drush_shell_exec/7 which documents the parameter `$cmd`.
I submitted a pull-request which solves this: https://github.com/developmentseed/FeatureServer/pull/15.
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
Bắt đầu với drush_shell_exec() và pull request được liên kết, sử dụng tài liệu API Drush được tham chiếu để hiểu tham số $cmd được tài liệu hóa. So sánh hành vi được đề xuất đối với các URL repository chứa %20 và xác minh rằng các release mới được tìm thấy.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- php
- Lĩnh vực
- backend
- Loại issue
- Lỗi
- Độ 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
- 20/100