| ▲ | zx8080 3 hours ago | |
> If those tools are writing the code then in general I do expect that to be included in the PR! How about compiler? | ||
| ▲ | ben-schaaf 35 minutes ago | parent | next [-] | |
Compilers don't usually write the code that ends up in a PR. But compilers do (and should) generally leave behind some metadata in the end result saying what tools were used, see for example the .comment section in ELF binaries. | ||
| ▲ | rogerrogerr 37 minutes ago | parent | prev [-] | |
Are you checking in compiled artifacts? Then yeah, we should have a chain of where that binary blob came from. | ||