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

Undo rename breaks problem markers #276

Closed
norru opened this issue Sep 16, 2019 · 3 comments
Closed

Undo rename breaks problem markers #276

norru opened this issue Sep 16, 2019 · 3 comments

Comments

@norru
Copy link
Contributor

norru commented Sep 16, 2019

How to reproduce:

  • rename a symbol "A" which appears in multiple modules, such as a function name to "B"
  • undo rename (reply yes to prompt when asked if you want to undo on all files) so all references to "B" switch back to "A"
  • error markers appear that reference "B" even if "B" has been replaced by "A"
  • markers will persist after edits, restart of the IDE is required to trigger a rebuilt
@mickaelistria
Copy link
Contributor

It could be an issue with RLS doesn't receive notifications about changes in other files, or it receives the changes but doesn't care.

@mickaelistria
Copy link
Contributor

Corrosion moved to rust-analyzer in the meantime; can you please try latest release or snapshot and verify whether issue is still present?

@akurtakov
Copy link
Member

No reply thus closing. Please reopen if you still face the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants