Support dependency relations between patch series
Ninguém assumiu esta issue ainda.
Avaliação
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Facilidade para iniciantes
- 35/100
Direção de pesquisa
Comece pelos pontos de entrada git pw patch apply e git pw series apply e revise a issue #71 relacionada para consultar o contexto existente. O trabalho estará concluído quando as tags Depends-on em patches ou cover letters forem coletadas na ordem listada, traduzidas em dependências entre séries e aplicadas automaticamente sem travessia recursiva.
Escrita pelo modelo de indexação a partir do texto da issue.
Descrição
The DPDK project has defined syntax for a "Depends-on" tag. A contributor can add this label to their patch or cover letter if it depends on another patch or series that has not yet been applied to the target branch.
The syntax for this tag and where it appears in a patch file is as follows:
... MIME headers and such go here ...
Some commit message
Signed-off-by: someone
---
Depends-on: patch-##### ("title of patch")
Depends-on: series-##### ("title of series")
... git diff summary goes here ...
---
... diff goes here ...
These tags may also appear in a cover letter for a series.
There can be multiple of these tags defined with differing values. An implementation is intended to collect them into a list. When applying a patch which has these tags, they should be applied in the order listed in the patch file. This process is not recursive, as in if the dependents of a patch have additional dependents, those are not applied.
All dependencies are translated to inter-series dependencies. As in, if a patch a in series A references a patch b in series B, then we can infer that series A depends on series B. Same thing if a patch a depends on series B.
The ask is for, when running git pw patch apply or git pw series apply , the command will scan for these dependent patches or series and apply them automatically as described above.
- Linguagem predominante
- Python
- Estrelas
- 317
- Forks
- 91
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Mais de getpatchwork/patchwork
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 68/100
getpatchwork/patchwork#668 ·
-
bug web-ui
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 74/100
getpatchwork/patchwork#546 · 2 comentários ·
-
Dificuldade 3/5 1-2 dias Facilidade para iniciantes 52/100
getpatchwork/patchwork#664 ·
-
Dificuldade 4/5 3-5 dias Facilidade para iniciantes 48/100
getpatchwork/patchwork#663 ·
-
Dificuldade 3/5 1-2 dias Facilidade para iniciantes 45/100
getpatchwork/patchwork#645 ·
Todas as issues de getpatchwork/patchwork
Issues semelhantes
-
bug confirmed issue
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
open-webui/open-webui#30750 · 1 comentário ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
-
enhancement
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
OpenwaterHealth/openmotion-bloodflow-app#604 · 1 comentário ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 70/100
-
good first issue
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 90/100