You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: cache path checks across Windows volumes (#35)
* fix: handle cache path checks across Windows volumes
* ci: add matrix and run on test Ubuntu and Windows
* docs: clarify isWithinDir behavior
* fix: stop masking filepath.Rel errors as cross-volume paths
add method check to pkgScanner.selectorExpr (#24)
* add method check to pkgScanner.selectorExpr
update test to check for methods
* Move the method lookup test to its own file. Be slightly more efficient finding the tail element of the type name.
---------
Co-authored-by: Bob Glickstein <bobg@users.noreply.github.com>
Co-authored-by: Bob Glickstein <bobg@emphatic.com>