Loading
Commits on Source 14
-
Tristan Van Berkom authored
We have a long line limit in order to handle the exceptions without making code unreadable as a result, this long line length limit is not an invitation to fill up the limit as much as possible.
-
In !857, we added `contrib/bst-docker-import` script but it has a small issue that some of logs go to stdout while others go to stderr. Fix it so that all logging is done on stderr.
-
Chandan Singh authored
bst-docker-import: Consistently use stderr for all logs See merge request !863
-
-
No tabs, no lines of only horizontal whitespace.
-
-
It seems easier to read when separated into two sentences.
-
-
Tristan Van Berkom authored
Minor fixups to contributing.rst See merge request !866
-
Tristan Van Berkom authored
Python does not natively support this, but sphinx does parse them and includes these in the generated documentation.
-
Tristan Van Berkom authored
Ooops, that was done far too quickly.
-
richardmaw-codethink authored
If `bwrap` fails to set up the sandbox and start the payload command it won't write an exit-code in --json-status-fd, so we can report if it was a sandboxing failure if we don't get exit-code status and a payload command failure if we do and it's non-zero. Closes #286
-
richardmaw-codethink authored
-
richardmaw-codethink authored