Closed (fixed)
Project:
Coder
Version:
8.x-3.x-dev
Component:
Review/Rules
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2020 at 13:25 UTC
Updated:
15 Jul 2020 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jonathan1055 commentedPatch attached. I will add test coverage and create a PR if you agree that this function shiuld be covered.
Comment #3
jonathan1055 commentedPR 113
https://github.com/pfrenssen/coder/pull/113
Comment #4
arkener commentedThat makes sense. I've added a comment with a request for a very minor change on the PR.
Comment #5
jonathan1055 commentedPR updated.
Comment #7
arkener commentedThank you for this patch!, the PR has been merged.
Comment #8
jonathan1055 commentedThanks. Just wondering about your workflow. Once the PR is merged, do you then push to drupal.org? Or do you also use the patch provided in this issue to apply locally and then push to d.o.? I presume it is the former, and in which case do you still like to see patches here in the d.o. issue queue? They are not tested here, so it could save effort if they are not required.
Comment #9
jonathan1055 commentedOr maybe other devs want to test out the patch but they do not use github, and want to patch their own Coder code locally & manually. In which case patches are required here.
Comment #10
arkener commentedWe currently pull the GitHub branch after the PR is merged and push the updated branch to drupal.org. We currently don't really require patches in the d.o. issue as most of the changes will be checked via the PR, so feel free to skip them :). If developers want to help testing without pulling the GitHub repository then they can retrieve the patch for latest version of the PR by appending ".patch" to the PR url, for example https://github.com/pfrenssen/coder/pull/113.patch. Though it might be a good idea to include this url in the issue, so other developers know where to get the patch.
Comment #11
jonathan1055 commentedOK. That's good, yes I will mention adding .patch whenever I post a PR here. I think it would be worth adding point 4 to "Contributing" on the Coder project page:
4. Patches are not required on drupal.org. In the issue post a link to the PR url with ".patch" added to enable developers to directly retrieve an aggregated patch for all the changes in the PR