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
ReTestItems.jl having dependencies means we require users' code be compatible with those dependencies, specifically the version of those dependencies which ReTestItems.jl is using
Currently we only have 1 (non-stdlib) dependency, which is the LoggingExtras.jl v1... what do we use it for? is it just @debugv? if so, it'd be easy for us to roll our own version of that and drop the dependency
The text was updated successfully, but these errors were encountered:
ReTestItems.jl having dependencies means we require users' code be compatible with those dependencies, specifically the version of those dependencies which ReTestItems.jl is using
Currently we only have 1 (non-stdlib) dependency, which is the LoggingExtras.jl v1... what do we use it for? is it just
@debugv
? if so, it'd be easy for us to roll our own version of that and drop the dependencyThe text was updated successfully, but these errors were encountered: