Update diff commands in UMDP3 fixer
@Pierre-siddall ci sta già lavorando.
Dal 19/3/2026.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
UMDP3 fixer currently uses fcm diff and bdiff commands to take the difference between the equivalent of the main branch and the developers branch for example in this statement:
def get_branch_diff():
"""If in a local working copy of an FCM branch, return a
list of files returned by running a branch-diff command"""
# Use the bdiff command to extract a list of files that have changed
# on the user's branch
bdiff = subprocess.Popen(
"fcm bdiff --summarize", stdout=subprocess.PIPE, shell=True
)
bdiff_stdout, _ = bdiff.communicate()
bdiff_stdout = bdiff_stdout.decode(sys.stdout.encoding)
Therefore UMDP3 fixer needs to be refactored to reflect the move to GitHub.
- Lingua principale
- Python
- Stelle
- 9
- Fork
- 19
- Merge medio
- 5g 48m
- PR unite (30g)
- 4
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di MetOffice/SimSys_Scripts
-
enhancement
MetOffice/SimSys_Scripts#240 · 1 commento · 1 assegnatario ·
-
MetOffice/SimSys_Scripts#235 · 9 commenti · 1 assegnatario ·
-
MetOffice/SimSys_Scripts#221 · 1 assegnatario ·
-
bug
MetOffice/SimSys_Scripts#220 · 1 assegnatario ·
-
enhancement
MetOffice/SimSys_Scripts#217 · 4 commenti · 1 assegnatario ·
Tutte le issue di MetOffice/SimSys_Scripts
Issue simili
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
stephrobert/dsoxlab#238 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
sublimehq/package_control#1780 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
nwg-piotr/nwg-displays#145 ·