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

Export diagnostics (including unused warnings) to SemanticDB #17835

Merged
merged 30 commits into from
Oct 19, 2023

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    75e6bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a80c4 View commit details
    Browse the repository at this point in the history
  3. Add some comments

    tanishiking committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e1d0ec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    f17fb5f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    d2b54c2 View commit details
    Browse the repository at this point in the history
  2. Run AppendDiagnostics phase after crossVersionChecks

    So that we can add deprecation warnings to SemanticDB
    tanishiking committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    56c5909 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    50e0fd2 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary suffix

    tanishiking committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2babbc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5186b62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66a5306 View commit details
    Browse the repository at this point in the history
  5. Fix presentation compiler

    tanishiking committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a414fae View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    d5065ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7258b4 View commit details
    Browse the repository at this point in the history
  3. Remove from parallel

    tanishiking committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4b5d3e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3008ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    c9de8e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a2a00 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Remove unused

    tanishiking committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7b29f4c View commit details
    Browse the repository at this point in the history
  2. Revert "Remove from parallel"

    This reverts commit 4b5d3e7.
    tanishiking committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4f6a092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6dfec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    3daeaa6 View commit details
    Browse the repository at this point in the history
  2. Remove println

    tanishiking committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    499c347 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    71a5cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    b28b425 View commit details
    Browse the repository at this point in the history
  2. Do not run toSemanticDiagnosic in parallel

    Message#msg involves a lot of mutability
    we can't avoid thread unsafty in toSemanticDiagnostic
    tanishiking committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d54d8a2 View commit details
    Browse the repository at this point in the history
  3. Fix wrong rebase

    tanishiking committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b8565a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    2857632 View commit details
    Browse the repository at this point in the history
  2. Restore removed comment

    tanishiking committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    053e644 View commit details
    Browse the repository at this point in the history
  3. Fix writesToOutputDir

    outputDirectory.isInstanceOf[JarArchive] was always false because
    `outputDirectory`'s type is java.nio.file.Path which never be an
    insntace of `JarArchive`.
    tanishiking committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    567d486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    275e6fa View commit details
    Browse the repository at this point in the history