Trevor Pounds

Results 6 comments of Trevor Pounds

@dsdlsu I haven't tested with gcc 7.x but I don't see any reason why it wouldn't work. Are you seeing issues?

@tylerkaraszewski: Thanks for the pull request! @flodnv put in a similar feature request (issue #6). I think there is some overlap in the functionality. Does the feedback there make sense...

@flodnv: I definitely think this would be a useful addition to the library. I was thinking the best way to support this would be to add some filter options that...

Thanks for the feature request. I agree this would make the assertions much more useful. To make this work generically I will need to switch from using printf to std::ostream...

I like the idea of fuzzy search but I'm not sure which method I would prefer. I thought about patching my local version of z to support fuzzy search using...

FWIW, you can workaround this issue by extending the base class and adding the missing interface as a stopgap if you don't want to rebuild everything from source. ``` Java...