Skip to content

v0.8.16

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 11:53
· 107 commits to refs/heads/main since this release
b847cd1

Add reference relationship between synthetic case class symbols

Previously, doing "Find references" on a synthetic case class symbol (for example, named parameter of a copy method) then it only showed usages of that symbol and the non-synthetic symbol (for example, the case class field that matches the copy parameter). It didn't return usages of other synthetic symbols that also relate to the case class field (for example, the apply parameter).

This release fixes that issue

Pull Requests

  • Add is_reference relationships between synthetic case class symbols (#561) @olafurpg
  • Add more test cases for existing issues (#560) @olafurpg
  • Publish CLI locally and use that version in the sbt-sourcegraph run (#559) @keynmol