Enable faking extract_args() parameters from process utils#783
Conversation
The fake value is valid for exactly one call, the state for this is stored per-thread.
|
See #774 (comment) I'm wondering whether there's an interaction between threads. (But equally possible I'm doing something stupid due to limited understanding of the clever stuff going on here!) |
|
Thanks very much for this! I hope you don't mind me erring on the side of merging fairly aggressively (once the branch seems basically correct) and applying any improvements / beautification subsequently in master. My experience has been that the fewer unmerged feature branches the better in order to maintain velocity with multiple collaborators. What will suffer somewhat is the beauty of our git history. |
|
No problem. Of course ideally this PR and the one depending on it would inform each others design, but that would indeed be too slow. Beautification PR now up :) |
The fake value is valid for exactly one call, the state for this is stored per-thread.