lahodaj commented on PR #6975: URL: https://github.com/apache/netbeans/pull/6975#issuecomment-1900245271
> Thanks @matthiasblaesing > > @lahodaj I assume you'd want this merged either way given the potential for a race condition here when it's enabled? Yes, lets go with this. Should this be mitigated in other ways, or is it always benign? Are file deletions meant to be allowed during parsing? > Its all asynchronous, so it may happen. But, normally it wasn't happening all that much so far. > Should this provider also be filtering something similar to https://github.com/apache/netbeans/blob/master/ide/lsp.client/src/org/netbeans/modules/lsp/client/LSPBindings.java#L183 ?? Yes, we probably want something like this, good catch! Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
