Russ Cox

Results 790 comments of Russ Cox

It sounds like we will find some way to produce SARIF for this use case, likely as a separate tool.

Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. — rsc for the proposal review group

These details about exactly how to implement the conversion can be handled outside the proposal process.

No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. — rsc for the proposal review group

This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...

There are questions about whether to create directories, modes, and so on. If we go down that road, it should be a third-party package (lots of them) so that everyone...

Have all remaining concerns about this proposal been addressed?

I think it should use 0777, the same way that os.OpenFile uses 0666. Let the umask set the permissions, same as if we were using the shell's mkdir and 'cat...

I think the complete docs for CopyFS are: ``` // CopyFS copies the file system fsys into the directory dir, // creating dir if necessary. // // Newly created directories...