Scott Vokes
Scott Vokes
Again - I will post a rockspec once I update to the new protocol.
Yeah, I know it's old, I'm just saying I haven't forgotten.
There's a good chance they will be gone with the protocol update.
Thanks. I likely won't get to reviewing this for a bit because of the holidays. When I do, I'm going to retarget the PR to the develop branch to fit...
I tried just using luarocks with the candidate rockspecs, but I need to configure luarocks to use mingw (not Visual C++) on Windows.
The root cause was that the post-command hooks for commands that return sets (pair_list_to_set, etc.) weren't checking if they were being run inside a MULTI block or pipeline, so they...
DEL currently works with multiple arguments (e.g. R:del("a", "b", "c")), but not an array of keys (R:del{"a", "b", "c"}). Rather than changing DEL specifically, I would rather update the multiple-keys...
The implementation doesn't currently do that. I like this idea, though! I'm going to add it, but am thinking about how to cleanly extend it to more than two files....
A probability of 25% could mean one of two things here: Each has a 25% chance of getting the line, as you describe, or the first option has a 25%...
I pushed a branch, "deal", that adds this functionality. The multi-file, multi-probability command handling is a bit complicated, but does something reasonable in the various cases: -d a,b,c with no...