godofecht / godofecht/azazel

Represent nested workspaces and subproject target slices

Open
#20 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
1
Forks
0
Avg merge
8m
Merged PRs (30d)
1

Description

Problem

Large repos have nested packages and workspace-like layouts. A single root module map is not enough.

Needed

  • Represent subprojects/nested build packages.
  • Allow target selection inside a repo without building every sample/tool.
  • Record package-local roots and relative output locations.
  • Keep diagnostics scoped to the subproject that failed.

Corpus drivers

  • MicroZig has many nested build packages.
  • zig-gamedev has samples/experiments with optional dependencies.
  • Mach has examples/editor/modules.

Done when

  • Corpus manifests can name a target slice like samples/minimal_* or port/<chip> without overbuilding the repo.
  • --build and future --parity reports include the selected target path.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the corpus manifest handling and the --build reporting path, then trace how target selection and package roots are represented. Use the MicroZig, zig-gamedev, and Mach layouts as reference cases; done means manifests can select nested target slices without overbuilding and reports include the selected target path.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, zig
Domain
build-system, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.