https://github.com/jimingham commented:

I think it would be easier to read the output if you made a separate column for 
"error".  If you imagine a listing where there are 100 OSO's of which 10 are 
missing, the paths are going to jump over because of the "error: ..." at the 
beginning of those lines making it messy for your eyes to track.  Seems like 
there are only two possible errors "file not found" and "file out of date", so 
it seems like we should be able to make a fairly short error column after the 
ID and then the path?

If you're tired of mucking with tables at this point, this isn't required, but 
I think it would make it easier to scan. 

https://github.com/llvm/llvm-project/pull/66035
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to