Clients.matchAll()
should exclude the current environment
#1037
Labels
Clients.matchAll()
should exclude the current environment
#1037
With #1036 and #955 we create the possibility to use
Clients.matchAll()
in a way that would match the currently executing environment. This would probably be surprising to callers. I think we should exclude the "self" environment automatically. If developers end up wanting it for some reason we could add aincludeSelf:true
option in the future.The text was updated successfully, but these errors were encountered: