Tom Godkin
Tom Godkin
Allow matching tolerance for equal matcher. Let me know what you think. Had considered also adding either matching to decimal places, significant figures or percent - kept it simple for...
Hi there. In a suite test I recently wrote , I added the following to the AfterSuite to detect if there were go routines being leaked at all: ```go var...
Fixes #495 Summary: Ginkgo fails to compile suites that have no specs for an architecture when there are specs for other architectures.
**Is your feature request related to a problem? Please describe.** Iterators often call underlying iterators (such as `Map` or `Filter`). Sometimes an iterator can become exhausted before its underlying iterator...
This ensures no vulnerability to the following CVEs: - CVE-2021-37219 - CVE-2021-3121 - CVE-2020-7219 - CVE-2021-38698 - CVE-2020-25864 - CVE-2018-19653
Make sure you have checked all steps below. ### Prerequisite * [ ] ~~Please consider implementing the feature as a hook script or plugin as a first step.~~ * [...
**Please provide a brief description of the change.** Support `tee` behaviour for iterators. **Which issue does this change relate to?** #88 **Contribution checklist.** _Replace the space in each box with...
**Is your feature request related to a problem? Please describe.** It's possible users would like to use an iterator more than once. Be using `tee` as inspiration we can have...
**Is your feature request related to a problem? Please describe.** Printing as a string today (`0.17.0`) looks ugly: ```go counter := iter.Count() fmt.Println(counter) fmt.Printf("%s\n", counter) // &{{%!s(*iter.CountIter=&{{0xc0000a6000} 0})} %!s(int=0)} ```...
After updating go to 1.11 and then running update, I see the following whenever I try to edit a go file in vim: `gocode panicked`. I found the following in...