integrated-application-development / integrated-application-development/pasfmt
Improve support for anonymous records
Abierto
bug
- Lenguaje dominante
- Rust
- Estrellas
- 105
- Forks
- 20
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Anonymous records are not currently well-supported.
```delphi
const
A: record
B: Boolean;
C: Boolean;
end = (B: True; C: False);
```
This example is formatted correctly. Additionally, each physical line corresponds to a `LogicalLine` produced by the parser.
In almost every case, the formatting produced with an anonymous record is undesirable and inconsistent with the established style.
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.