Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Remove 'set' versions of graph phases from top-level cli

Abierto
#612 4 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
45/100
Tipo de issue
Refactorización
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
cli

Línea de trabajo

Start at the top-level CLI entry point and trace how the listed graph-generation phases are registered and dispatched. Confirm the CLI exposes only full, target, optimized, and morphed, with target replacing target-graph, then run the relevant CLI or generation tests to verify the remaining phases still work.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

BREAKING CHANGE

Taskgraph allows you to run the generation locally by specifying a phase of the graph generation. Currently these are:

  • tasks
  • full
  • target
  • target-graph
  • optimized
  • morphed

I can't think of any benefit of the tasks or target phases over their counter parts with edges (full and target-graph respectively). So I propose we drop them as cli subcommands (and rename target-graph to target):

  • full
  • target
  • optimized
  • morphed

I think this would make the cli much less confusing without compromising any functionality. The only downside is that generation might take teeny tiny bit longer.

Lenguaje dominante
Python
Estrellas
26
Forks
55
Merge medio
2 d 6 min
PR fusionados (30 d)
15

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de taskcluster/taskgraph

Todos los issues de taskcluster/taskgraph

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.