[Buildbot-commits] [Buildbot] #1999: Include full filename in warnings, if known
Buildbot
nobody at buildbot.net
Thu Feb 9 08:52:40 UTC 2012
#1999: Include full filename in warnings, if known
------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.4p1 | Resolution:
Keywords: |
------------------------+--------------------
Comment (by callek):
With the varying forms of compilers, make systems, etc. I'm not so sure
that automatically fetching the dir is a useful concept.
Perhaps some argument that would take a callback like
"findCurrentLikelyDir(line)" returning None or a string to represent the
dir to prepend to any warning data here could work...
And we could provide one/a few examples of useful default callbacks.
My concerns here begin with things like:
* GNUMake + -jN mixing in order of enter/leave commands confusing this log
and which dir a script is in.
* CMake possibly having different output
* Windows Cygwin/MSYS/Shell having different path formats
* PyMake having a different output format for that data than GNUMake
* NMake still different.
* Custom Designs different than all of the above.
--
Ticket URL: <http://trac.buildbot.net/ticket/1999#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list