-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Compilation of source with auto-generated version is non-deterministic #4578
Comments
@gafter Not sure what we can do about this, other then report an error that it's not supported in deterministic builds. |
See also #4575. |
@tmat Yes, I agree. Probably the way to deprecate it is to produce a warning whenever the feature is used, but continue to support it? |
Our conclusion is that we want to report a diagnostic (not sure warning or error) when this feature is used along with |
The only time we have |
@TyOverby I think we want to allow a wildcard but produce a warning in deterministic mode. |
@gafter Why not just report an error? It's not gonna work as user expects, so to avoid confusion it seems better to report an error. |
The compiler generates the version based on the current time:
The text was updated successfully, but these errors were encountered: