Gregory Petrosyan

Results 94 comments of Gregory Petrosyan

Yep, that's definitely something I would like to add/improve. Are you aware of any formalization that can be used as the basis for implementation instead of doing it completely ad-hoc?...

Just for the reference: I believe that the proper way to solve this problem is an approach I've used (invented?) for a Rust property-based library I've written: https://github.com/flyingmutant/chaos_theory. I call...

Can you please separate this PR in two parts, support for private fields and type/field customization? Also, please make sure the CI tests all pass.

@mattsta, any updates on this? I can rebase it if you prefer.

I've updated the PR: it is a bit shorter and applies cleanly to current `unstable`.

Here is my look on the situation. On one hand, all this patch does is it adds ability to _inherit listening sockets_ to redis; it in no way ties redis...

Rapid internally uses panics to signal various special conditions that arise during execution. These panics are not supposed to be caught by the user code. It is probably best to...

Short doc comment sounds reasonable, can you submit a PR?

I need to look at the code to see if this idea is the way to go, but from the cursory look it may be possible to have a `rapid.SyncTest(rapid.T,...