Skip to content

Remove class from Javac on delete/rename file#237

Closed
trett wants to merge 1 commit intogeorgewfraser:masterfrom
trett:delete-class-with-file
Closed

Remove class from Javac on delete/rename file#237
trett wants to merge 1 commit intogeorgewfraser:masterfrom
trett:delete-class-with-file

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