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

Add SemanticDB support - cont. #1508

Merged
merged 42 commits into from
Oct 2, 2023
Merged

Commits on Aug 18, 2022

  1. Add SemanticDB support

    olafurpg authored and ricochet1k committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5257a5e View commit details
    Browse the repository at this point in the history
  2. Semanticdb output works

    ricochet1k committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    85c72b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Merge pull request bazelbuild#1 from ThriveFinancial/mpeterson/semant…

    …icdb
    
    Mpeterson/semanticdb
    aishfenton authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    5d3e64b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Jan 22, 2023

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

Commits on Jan 29, 2023

  1. fixed tests

    Aish Fenton committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    83ffcc7 View commit details
    Browse the repository at this point in the history
  2. added tests

    Aish Fenton committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    a2e9d40 View commit details
    Browse the repository at this point in the history
  3. fix

    Aish Fenton committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    74b1ab0 View commit details
    Browse the repository at this point in the history
  4. Add Scalac3 semanticdb options

    Aish Fenton committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    72173be View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Fix scala3 failures

    Aish Fenton committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2cef51f View commit details
    Browse the repository at this point in the history
  2. fix formating

    Aish Fenton committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6f32c73 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix scala3 support; add scala3 test

    Aish Fenton committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e010a81 View commit details
    Browse the repository at this point in the history
  2. clean up dead code

    Aish Fenton committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    779e5fa View commit details
    Browse the repository at this point in the history
  3. bump, to retrigger PR checks

    Aish Fenton committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    110442d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. bump scalameta; refactor version string

    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8fcbbc9 View commit details
    Browse the repository at this point in the history
  2. more scala 3.1, refactor version string

    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    166c1f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42265a5 View commit details
    Browse the repository at this point in the history
  4. update hashes

    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    993aa30 View commit details
    Browse the repository at this point in the history
  5. bump scalafmt

    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    cb07f15 View commit details
    Browse the repository at this point in the history
  6. Revert "bump, to retrigger PR checks"

    This reverts commit 110442d.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    39b10b2 View commit details
    Browse the repository at this point in the history
  7. Revert "Revert "bump, to retrigger PR checks""

    This reverts commit 39b10b2.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f9bf085 View commit details
    Browse the repository at this point in the history
  8. Revert "bump scalafmt"

    This reverts commit cb07f15.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3f9cf08 View commit details
    Browse the repository at this point in the history
  9. Revert "update hashes"

    This reverts commit 993aa30.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c8b5a7e View commit details
    Browse the repository at this point in the history
  10. Revert "more scala 3.1, refactor version string"

    This reverts commit 166c1f0.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b33b751 View commit details
    Browse the repository at this point in the history
  11. Revert "bump scalameta; refactor version string"

    This reverts commit 8fcbbc9.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    73bdbce View commit details
    Browse the repository at this point in the history
  12. Revert "Bump jmh version: 1.20 -> 1.36 (bazelbuild#1466)"

    This reverts commit 1e4df56.
    Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    fde8c33 View commit details
    Browse the repository at this point in the history
  13. Bump jmh version: 1.20 -> 1.36 (bazelbuild#1466)

    Also bump versions of its dependencies:
    * org.ow2.asm:asm: 6.1.1 -> 9.0
    * net.sf.jopt-simple:jopt-simple: 4.6 -> 5.0.4
    dkomanov authored and Aish Fenton committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6bd7ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. add to predefined outputs

    Aish Fenton committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    4b1d96a View commit details
    Browse the repository at this point in the history
  2. revert predefined output

    Aish Fenton committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0760c42 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. include semanticdb in class jar

    Aish Fenton committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    9bdd57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ddca47 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Merge remote-tracking branch 'upstream/master'

    Aish Fenton committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8e4817e View commit details
    Browse the repository at this point in the history
  2. fix merge

    Aish Fenton committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    7f9696e View commit details
    Browse the repository at this point in the history
  3. fix tests

    Aish Fenton committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    2e4b448 View commit details
    Browse the repository at this point in the history
  4. lint

    Aish Fenton committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b7c1231 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. move to phases

    Aish Fenton committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c041949 View commit details
    Browse the repository at this point in the history
  2. fix bug

    Aish Fenton committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c86b3ff View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. force rebuild

    Aish Fenton committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    54b4837 View commit details
    Browse the repository at this point in the history
  2. lint fix

    Aish Fenton committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6de925d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 9, 2023

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

Commits on Sep 13, 2023

  1. semanticdb: addressed pr review comments

    - fixed semanticdb example
    - added prefix '_' to semanticdb output path
    - renamed certain vars to not prepend with "scala_"
    - changed depsprovider var name to be plural instead of singular
    crt-31 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fe7111f View commit details
    Browse the repository at this point in the history