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
At the moment any change to an annotation is just seen as a Yannotationchange, but to get a finer grained look, we could introduce a Yannotationargumentschange for when an argument to a parameterized annotation changes.
This may require changing Yannotationchange to hold onto a list of Yannotations that each have their own arguments instead of just a single string.
At the moment any change to an annotation is just seen as a
Yannotationchange
, but to get a finer grained look, we could introduce aYannotationargumentschange
for when an argument to a parameterized annotation changes.This may require changing
Yannotationchange
to hold onto a list ofYannotation
s that each have their own arguments instead of just a single string.Example from @ishtiaque05
In this example,
"personAge"
may change. This change would be kept as anYannotationargschange
The text was updated successfully, but these errors were encountered: