Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linkage Monitor to have an option to show the debug output #1959

Open
suztomo opened this issue Feb 25, 2021 · 1 comment
Open

Linkage Monitor to have an option to show the debug output #1959

suztomo opened this issue Feb 25, 2021 · 1 comment
Labels
enhancement New feature or request p3

Comments

@suztomo
Copy link
Contributor

suztomo commented Feb 25, 2021

When I have to troubleshoot Linkage Monitor, I'll have to compare the content of baseline BOM and snapshot BOM. Is there any good way to see the difference quickly?

    for (int i = 0; i < baselineCoordinates.size(); ++i) {
      String elementB = baselineCoordinates.get(i);
      String elementS = snapshotCoordinates.get(i);
      if (elementB.equals(elementS)) {
        continue;
      }
      System.out.println("baseline: " + elementB + ", snapshot:" + elementS);
    }

What if some elements are only in baseline or snapshot? What's the best way to compare 2 list of Maven coordinates?

@suztomo
Copy link
Contributor Author

suztomo commented Feb 26, 2021

Looking at other GitHub Acitons, they don't have option for debugging.

https://github.com/google-github-actions/deploy-appengine/blob/main/action.yml

@elharo elharo added p3 enhancement New feature or request labels Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p3
Projects
None yet
Development

No branches or pull requests

2 participants