Jordan Rome

Results 346 comments of Jordan Rome

@skovhus Yeah, I was thinking about making some Jest PRs/issues to add some of these features though IMHO the sinon API is a bit too large and not all the...

@augbog @AlanFoster In my local testing of converting Sinon to Jest I ran into some strange edge cases and unsupported features that made me drop development on this code-mod. However,...

@skovhus Unfortunately no :( But let me take a look at it this weekend. Are we still in the situation where there are MANY Sinon features that aren't supported in...

So here is the test file which shows all the Sinon Methods my PR supports: https://github.com/jordalgo/jest-codemods/blob/7de97c1d0370c7915cf5e5cc2a860bc5dd96744b/src/transformers/sinon.test.js However! Here is a (not exhaustive) list of what this code shift still needs....

Related issue (just adding for reference): https://github.com/iovisor/bpftrace/issues/68

@xutao323 Thanks for re-testing. We'll try to get that PR merged.

@viktormalik Do you recall what happened to code in @BurntBrunch 's PR - namely the stuff around wildcard based deletion?

I think @ajor was going for ranged-based deletion because nested maps in bpf is very limited at the moment and I don't think it's worth trying to implement them in...