Glen Mailer
Glen Mailer
When attempting to figure out what's broken in a node-based CLI tool or similar scenarios where the code isn't owned by the person seeing the error, being able to add...
Some thoughts on the above proposal: - While possibly cool, auto-detection of plugins isn't very node-like. Using `--plugin ` and requiring the user to list them in `mocha.opts` will be...
Fwiw I like that mocha.opts forces all config to also be available on the command line.
That's great! This pretty much aligns with what I was thinking - I think possibly it'd be nice if `.Contains` and `.Len` could be made generic, but I don't think...
I wonder if this should be a `v4`, or do you reckon there's no breaking changes for 1.18+?
I suppose if the tests are currently passing, then the types _should_ already match. Although - what about go-cmp transforms?
I _think_ the transform options allow different types to compare equal
I used that feature once to ignore differences between numeric types, but that was for numbers nestled within a polymorphic structure - but never for two args at the top...
After writing this I've realised it won't work as proposed if fragment masking is enabled. Although I think fragment masking could be handled with a runtime helper that only needs...
> If possible, can you please share more details about how you use the DLL plugin So interestingly my goal is to stop using the DLL plugin, since I don't...