Harendra Kumar
Harendra Kumar
Can't we use "$@" to pass the arguments quoted?
All the parameters to this function (min duration, min samples, limit) are configurable via `Config` and you can also supply those from command line of the executable produced by gauge....
@jgm thanks for raising the issue and for the feedback. I am aware of this issue, this shows only in `cabal-new` build, stack build does not have this issue as...
@jgm using `--only-dependencies` in the first phase of a two-phase build does not solve this issue. cabal still rebuilds all dependencies if a different GHC flag is specified in the...
@jgm #21 implements `CABAL_PROJECT` environment option to specify a custom cabal project file to solve this problem as suggested in the cabal issue mentioned above.
See #43 , that might solve this in a better way.
I think`min-samples` overrides `time-limit`. min-samples is set to 10 in normal mode and 1 in quick mode. So if you use `--quick` then you are good. Also make sure that...
> How about I simply remove the way time-limit is supposed to affect the number of samples? `min-samples` enforces a minimum and `time-limit` enforces a maximum for the same thing....
We can pick the code to install ghc via ghcup from https://github.com/composewell/streamly/pull/1429 .
This is a good question and anyone working with the package for the first time may have the same question. Perhaps we need to document the exact semantics in a...