urbit/vere

Annotate struct fields in `tree.c`

Offen

#172 geöffnet am 26.01.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (53 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (79 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide