Raphael 'kena' Poss

Results 78 issues of Raphael 'kena' Poss

- the stdout/stderr of actions should be reported on the screen, this is important especially for long-running actions - ditto exit code

enhancement

For example ``` parameter foo is 123 role :foo echo $foo end ``` related to #4

enhancement

1. it would be nice if the parameters set by the config could get their defaults from env vars 2. the value of all env vars used by a config...

enhancement

For reproducibility it's important to collect build info. This probably needs two things: - syntax extension to list involved programs/binaries - collect the data in the report

enhancement

If the spotlight fails, this is a hard error that should stop the test. Currently the test proceeds and no final error is reported.

bug

Once the CSV files are collected and `result.json` provides all the details, it should be possible to re-plot. This is useful to refine the output after a multi-hour test has...

enhancement

If sqlite3 is built with double-quoted string literals disabled (which is recommended, see https://www.sqlite.org/compile.html#dqs), diskcache starts failing with the following crypting error: ``` no such column: "size" ``` This is...

Currently anything that _starts_ with a number is padded left and thus right-aligned. This causes irregular output when a column containing strings happens to contain a string starting with decimal...

Feature Request

Prior to this patch, there was no way to exercise the behavior of `-rewrite` nor how errors and sub-tests would be reported in the output of `go test -v`. This...

Today the stack trace formatting code delegates to `pkg/errors/stack.go`. However, that code uses `runtime.FuncForPC` and emits file paths in the stack trace derived from the raw file name of the...