Test `Debug` Implementations
Abierto
C - Testing
P - Low
- Lenguaje dominante
- Rust
- Estrellas
- 41
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Although `Debug` implementations aren't considered stable here ([they aren't in the Rust standard library either](https://doc.rust-lang.org/stable/core/fmt/trait.Debug.html#stability)), it is still a good idea to test to ensure the debug output is as intended.
The main obstacle here will be dealing with the arbitrary internal order of `Archetype`s. There needs to be some way to test the output is correct, even if the order of debug strings is not guaranteed.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.