urbit/vere

Annotate struct fields in `tree.c`

Aperta

#172 aperta il 26 gen 2023

 (0 commenti) (0 reazioni) (0 assegnatari)C (53 fork)auto 404
good first issue

Metriche repository

Star
 (79 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor