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
Yeah, what's happening is the string is coerced into the Spec<ResolvedDependency> by splitting the string on :. So if there is not token in the field then it's not used in the spec. Just needs some love in that code to make it more robust and to allow pattern matching.
include(dependency('asm:asm:3.*'))
doesn't work. See also #64The text was updated successfully, but these errors were encountered: