Markus Schirp

Results 299 comments of Markus Schirp

@ordnungswidrig This is a known problem and I suggest to add a timeout always inside the test framework. This is superior as having mutant to add the timeout in the...

> There's no way for any test framework to stop an endless loop an a test anyways. Besides killing the JVM the only way I see is to add a...

> We could theoretically allow our mutants to be interrupted by injecting (Thread/sleep 1) into them and then calling the interrupt method on timeout. I'm not sure if it solves...

OT: I can reproduce a (apparently non linker segfault) under GHC 9.2.3 on both the official Alpine binaries, both bignum-native and the GMP build. In my case GHC crashes when...

I'd still love to see the mutant section to expand. Maybe you can find people with more time than me out of our (slowly) growing mutant community? There recently had...

I'm swamped with commercial work. I cannot even run my own blog I planned for years. Lets ping some other people with nice blog posts we had recently: @maksar, @backus,...

> It seems a lot of users don't care or generally don't _want_ to "just do whatever `libpq` does" and are perfectly happy configuring everything explicitly. So maybe that should...

> I still don't think we should force the user to choose at this point. For local development or where a TLS backend isn't enabled, this doesn't matter. For production...

@abonander Thinking a bit longer, what do you think about: https://github.com/launchbadge/sqlx/pull/3983, I can bypass all the concerns I have in using a project specific wrapper around `PgConnectOptions`, and I can...