urbit/vere

Annotate struct fields in `tree.c`

Ouverte

#172 ouverte le 26 janv. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)C (53 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (79 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur