New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/compile: "UNREVIEWED" headers scattered around the tree #48194
Comments
Files marked as
The importer test files should match the corresponding test files elsewhere and should be straight-forward. We review them by comparing them against existing reviewed files and pointing out the differences, if any. The noder files are related to @mdempsky 's work on the unified IR and need to be reviewed in full. This is planned to happen by the end of October (before the freeze). |
Checking in on this issue as it's labeled a release blocker for Go 1.18. Is there any update? |
Several of these files have been reviewed and now we have a shorter list remaining:
These are all in new compiler files with functionality that may not be enabled by default for cc: @mdempsky |
Yeah, all of those files are only used for |
There are a handful of unreviewed files remaining. Given that we're going to enable unified IR soon, can we get a quick status update on reviewing these?
|
@aclements My understanding is that @mdempsky is working on getting all the remaining prerequisites in place (such as a compiler-matching importer for go/types, which I reviewed yesterday). We will review these files soon. |
A bunch of files in the tree start:
I assume this is left over from generics work. Can those all be removed now?
cc @ianlancetaylor @griesemer @mdempsky
The text was updated successfully, but these errors were encountered: