bmustiata

Results 5 issues of bmustiata

Cleanup previous executions before the start, so people can run `docker stop` and `docker start` on the containers.

Sometimes having the parallel build speed is more important than having clean logs. It would be nice to allow configuring the parallel directly in the config.

enhancement

``` jenny -i -o s1.p1.b2.n1 -o s2.p1.b2 > _ > (_) ___ _ __ _ __ _ _ > | |/ _ \ '_ \| '_ \| | | |...

bug

In bazel, it is possible to call the cquery with `--proto:instantiation_stack`. The `instantiation_stack` shows where the target is created from and can help a great deal with tracing where things...

For example having: ``` csharp var message = "test"; message += "other"; System.Console.WriteLine("main entered"); ``` in main will trigger the optimisations call, while having in `Main()` only: ``` csharp System.Console.WriteLine("main...

bug