INNER CODE UNIT · Python

pending_head

Barre/ZeroFS · packaging/kernel/kernel_targets/cli.py:170

            pending_head = load_catalog(arguments.pending_head)
        document = reconcile_candidates(
            catalog,
            candidates,
            pending_base=pending_base,
            pending_head=pending_head,
        )
        write_manifest(arguments.manifest, document)
        return 0

    fail(f"unsupported command: {arguments.command}")


def run() -> None:
    try:
        raise SystemExit(main())
    except ManifestError as error:
        print(f"kernel-targets.py: {error}", file=sys.stderr)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…