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
I have an example project that I described in this discussion: #955
I falsely believed that the patterns weren't applying, since they were giving a warning that they weren't be applied, but it turns out the warning is false and it actually worked.
The warning I believe happens since stubgen checks against the .matches field of pattern, but that field isn't updated anywhere. So probably we just need to update that field when we get matches.
The text was updated successfully, but these errors were encountered:
Problem description
I have an example project that I described in this discussion: #955
I falsely believed that the patterns weren't applying, since they were giving a warning that they weren't be applied, but it turns out the warning is false and it actually worked.
The warning I believe happens since
stubgen
checks against the.matches
field ofpattern
, but that field isn't updated anywhere. So probably we just need to update that field when we get matches.The text was updated successfully, but these errors were encountered: