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
Right now, aftman treats e.g. UpliftGames/[email protected] and upliftgames/[email protected] as separate tools and will install the latter again even if the former is already installed. They should instead be treated as the same tool.
I'm unsure however if there are any negative side effects for it being case insensitive
The text was updated successfully, but these errors were encountered:
Yeah, this is definitely something to fix. We can use manually implement PartialEq and Hash to use lowercase variants of names while preserving the original case.
Right now, aftman treats e.g.
UpliftGames/[email protected]
andupliftgames/[email protected]
as separate tools and will install the latter again even if the former is already installed. They should instead be treated as the same tool.I'm unsure however if there are any negative side effects for it being case insensitive
The text was updated successfully, but these errors were encountered: