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
refactor ~ use late/lazy evaluation to avoid ENV{} and path.join() calls
## [why]
There are a high number of ENV{} variable accesses and path manipulation calls for items
which will only get very rare usage. These are replaced with functions with can be called
late and lazily if/when higher priority items return undefined results.
0 commit comments