snivilised / extendio

🐋 extentions to Go standard io library
MIT License
1 stars 0 forks source link

feat(nav): add supporting code and failing tests for sample (#366) #370

Closed plastikfan closed 11 months ago

plastikfan commented 11 months ago

fix(nav): remove incorrect use of pointer to slice in sort (#366)

ref(nav): use item.IsDir (#366)

ref(nav): fix more pointer to slices (#366)

test(nav): use expectedNo struct in skip tests (#366)

ref(nav): rename expectedNo to directoryQuantities (#366)

ref(nav): panic if subscription type not set (#366)

ref(nav): add benign node filter for compound only filtering (#366)

ref(nav): add isFilteringActive (#366)

ref(nav): simplify useExtendHook (#366)

ref(nav): streamline filter init and automatically apply benigh filter (#366)

feat(nav): setup sample failing tests and other sample support (#366)