digitalmars.D - [SAOC 2023] dfmt rewrite - Weekly update #9
- Prajwal S N (8/8) Nov 17 2023 Hi all,
- Imperatorn (2/10) Nov 17 2023 🎊
Hi all, This week was mostly bug hunting and implementing more passes. We now have the `dfmt_selective_import_space` and `dfmt_space_after_keywords` passes working. I've also been looking into how comments are stored in the AST and how they can be reproduced in the formatted code. Next week will involve more research on this and adding a few more passes. The work chugs on :)
Nov 17 2023
On Friday, 17 November 2023 at 18:13:01 UTC, Prajwal S N wrote:Hi all, This week was mostly bug hunting and implementing more passes. We now have the `dfmt_selective_import_space` and `dfmt_space_after_keywords` passes working. I've also been looking into how comments are stored in the AST and how they can be reproduced in the formatted code. Next week will involve more research on this and adding a few more passes. The work chugs on :)🎊
Nov 17 2023