urbit/vere

Annotate struct fields in `tree.c`

オープン

#172 opened on 2023/01/26

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (53 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (79 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド