[SUMMARY] Re: [PATCH v1] Add a pyproject.toml file
Claudio Bantaloukas via Sourceware Forge <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <bmm.hlhl13wpgw.gcc.gcc.rdfm.219.1.SUMMARY@forge-stage.sourceware.org> |
This is a summary of discussions relative to the merge request created by Claudio Bantaloukas (rdfm) <[email protected]> titled Add a pyproject.toml file since its creation. Description: The addition of a pyproject.toml file is a prerequisite for PR126226. A consistently set version of black makes the expected formatting for python code unambiguous. CC:[email protected] CC:[email protected] The full and up to date discussion can be found at https://forge.sourceware.org/gcc/gcc/pulls/219 The merge request has been closed without being merged directly on the forge repository. On 2026-08-19 10:05:38+00:00, Richard Earnshaw (rearnsha) <[email protected]> approved the changes: I'm not a python expert, and I've certainly never messed with toml files, but this is harmless to the rest of the project as it isn't involved in the build process in any way. OK On 2026-08-19 11:55:30+00:00, Claudio Bantaloukas (rdfm) wrote: Thanks, pushed.