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
While trying to debug why annotation argument equality wasn't working in a processor, I was surprised to find the KSValueArgumentImpl does a name == other.name, as KSName doesn't implement equality. It may work sometimes for instance check if the name was computed from Resolver.getKSName(), but it seems error-prone at best.
The text was updated successfully, but these errors were encountered:
While trying to debug why annotation argument equality wasn't working in a processor, I was surprised to find the KSValueArgumentImpl does a
name == other.name
, asKSName
doesn't implement equality. It may work sometimes for instance check if the name was computed from Resolver.getKSName(), but it seems error-prone at best.The text was updated successfully, but these errors were encountered: