Closed
Description
Currently permissions error messages print out the decimal representation of the file permission problem, without any indication of what number base is used (Ex: base 10, 8, or 16). Here's an example taken from a recent travis-ci:
In an ideal world, this error message would have been "bits: 700" instead of "bits: 448". I see that octal support was mostly added to support Linux file permissions, and it would be nice to use them in errors and debugging too :-)
Metadata
Metadata
Assignees
Labels
No labels