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
* correct contraction "it's" to "its"
Signed-off-by: Mike Ball <mikedball@gmail.com>
* place period inside quote
Signed-off-by: Mike Ball <mikedball@gmail.com>
* run 'gofmt -w ./..' to consistently format files
Signed-off-by: Mike Ball <mikedball@gmail.com>
* build trigger
* declare tc variable before its use
This declares the `tc` variable in a consistent location,
and also ensures its declaration before its use.
* fix: ensure package comments appear in consistent order
This fixes the flaky test failures (https://github.com/yardbirdsax/aster/actions/runs/3832511354)
that were previously vulnerable to inconsistent ordering of the package
comments. The inconsistent ordering itself was the product of the fact
that ranging over a map in Go does not guarantee consistent order.
Therefore, the tests' assertion that `aster:*` comments appear before `aster_test:*`
comments was not guarnateed.
This fixes the test vulnerability by sorting the package comments within
the `aster#PackageComment` method before returning them.
Signed-off-by: Mike Ball <mikedball@gmail.com>
0 commit comments