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

Remove class from Javac on delete/rename file #237

Closed
wants to merge 1 commit into from

Conversation

trett
Copy link
Contributor

@trett trett commented Feb 12, 2023

  • Removing class from Javac on delete file event by calling inner methods syms.removeClass(...) and chk.removeCompiled(...)
  • All references on deleted class are linting after being removed
  • Fixed the dynamic registration for capabilities.

@georgewfraser
Copy link
Owner

This is a complex PR, sorry it has taken me so long to merge @trett . If you can split it into a separate PR for the dynamic regristration bit, that will make it easier for me to merge, but regardless I will get to it eventually.

@trett
Copy link
Contributor Author

trett commented Jul 9, 2023

Yes, sure. I've opened two separate PR's #262 #263

@trett trett closed this Jul 9, 2023
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

Successfully merging this pull request may close these issues.

2 participants