We compile with warnings treated as errors. Won't that be a problem? Deprecated methods are kept around until we have eliminated all callers.
We compile with warnings treated as errors. Won't that be a problem? Deprecated methods are kept around until we have eliminated all callers.
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Be aware of edge cases that could block devs in unexpected ways. For example these kinds of presubmit makes it near impossible to move some files with the CQ. This can be a real problem for non-committers.
One way to reduce the interference is to make the deprecation check a warning on upload but a notification on commit.
Just sayin, I don't really mind.
M-A