urbit/vere

Annotate struct fields in `tree.c`

开放

#172 创建于 2023年1月26日

 (0 条评论) (0 个反应) (0 位负责人)C (53 个派生)auto 404
good first issue

仓库指标

星标
 (79 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The array definitions in tree.c will be easier to read and understand if we annotate their constituent struct definitions with the relevant struct's field names rather than relying on the implicit field ordering defined by the declaration of the struct in jets.h.

贡献者指南