integrated-application-development / integrated-application-development/pasfmt
Improve support for anonymous records
Open
bug
- Dominant language
- Rust
- Stars
- 105
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.