When a project has spaces (%20) in its repository url, there are no new releases found.
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 20/100
Research direction
Start with drush_shell_exec() and the linked pull request, using the referenced Drush API documentation to understand the documented $cmd parameter. Compare the proposed behavior for repository URLs containing %20 and verify that new releases are found.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- PHP
- Stars
- 46
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from developmentseed/FeatureServer
-
SEO issue: titles Open
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
developmentseed/FeatureServer#9 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 18/100
developmentseed/FeatureServer#3 · 4 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
developmentseed/FeatureServer#2 · 5 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
All issues in developmentseed/FeatureServer
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·