[Mesa-dev] [Bug 107313] Meson instructions on web site are non-optimal
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 20 18:45:18 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107313
Bug ID: 107313
Summary: Meson instructions on web site are non-optimal
Product: Mesa
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Other
Assignee: mesa-dev at lists.freedesktop.org
Reporter: jpakkane at gmail.com
QA Contact: mesa-dev at lists.freedesktop.org
The Meson page on the web site says, among other things, the following:
> if ninja decides to re-initialize meson, for example, if a meson.build file has been changed. Changing these variables will not cause all targets to be rebuilt, so running ninja clean is recommended
This is not good advice. We have spent a lot of effort in making sure that
rebuilds are reliable. If you change something and only a portion of your
sources are rebuilt, it means that the rest _did not need rebuilding_. The
reason for this is increased productivity so you don't need to rebuild files
unnecessarily.
Please remove the above segment from the web site or reword it to match
reality. If you have cases where our rebuild detection logic leaves something
unbuilt when it should have rebuilt it, please file bugs in Meson. We want to
get all those fixed.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180720/e66dcb34/attachment.html>
More information about the mesa-dev
mailing list