urbit/vere

Annotate struct fields in `tree.c`

Aberta

#172 aberto em 26 de jan. de 2023

 (0 comentário) (0 reação) (0 responsável)C (53 forks)auto 404
good first issue

Métricas do repositório

Stars
 (79 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador