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
As @bcmills points out in CL 330253, there is a bug in the package qualification logic of CL 313035. The nominal bug is the use of pkg rather than check.pkg on line 34 of errors.go, but I additionally noticed that our test coverage is not functioning as we expect: testdata error message extraction stops at the first ", so assertions in check tests that were checking that imports were qualified were not actually checking anything.
Opening this as a release blocker for tracking purposes. I'm fixing now.
The text was updated successfully, but these errors were encountered:
As @bcmills points out in CL 330253, there is a bug in the package qualification logic of CL 313035. The nominal bug is the use of
pkg
rather thancheck.pkg
on line 34 of errors.go, but I additionally noticed that our test coverage is not functioning as we expect: testdata error message extraction stops at the first"
, so assertions in check tests that were checking that imports were qualified were not actually checking anything.Opening this as a release blocker for tracking purposes. I'm fixing now.
The text was updated successfully, but these errors were encountered: