Masashi Fujita

Results 4 issues of Masashi Fujita

There seem no easy ways to inject settings from CLI when using a custom `FsCheck` configuration. `FsCheckConfig.defaultConfig` does not reflect the values from CLI options (i.e. `--fscheck-max-tests` etc...), So the...

enhancement
help wanted
question

```fsharp let compilation = CppParser.Parse( """ #define TEST 1 int main (int argc, const char * const*argv) { return 0; } """, cppOpts ) if compilation.HasErrors then failwithf $"compilation error:...

bug
PR Welcome

**Describe the bug** Failed to run `dotnet fake build -t RunSample` on macOS. **To Reproduce** Steps to reproduce the behaviour: 1. `dotnet fake build -t RunSample` **Expected behaviour** Successfully run...