You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "lkishalmi (via GitHub)" <gi...@apache.org> on 2023/03/07 23:42:35 UTC

[GitHub] [netbeans] lkishalmi commented on pull request #5624: Save/restore the ANTLR RustLexer specific internals.

lkishalmi commented on PR #5624:
URL: https://github.com/apache/netbeans/pull/5624#issuecomment-1459040235

   The second commit is kind of optional, though I thought it is not good to store the whole token as that has attached fields, like the input CharStream, etc. that is better not to pass around. It seems the `RustLexerBase` only relies the `null`-ness and the type of the token, so changed the code a bit...


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists