Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#612 4 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
45/100
Loại issue
Tái cấu trúc
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
python
Lĩnh vực
cli

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
Python
Star
26
Fork
55
Merge trung bình
2 ngày 6 phút
Pull request đã merge (30 ngày)
15

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của taskcluster/taskgraph

Tất cả issue của taskcluster/taskgraph

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.