rmuir commented on PR #14193: URL: https://github.com/apache/lucene/pull/14193#issuecomment-2635933607
I generalized this to `makeCharClass(int[],int[])`, added a "character class" node to use it instead of unioning many nodes, replaced the pre-built class functionality with it too. The build failure is bogus: tests pass. It seems to be bug in compiler: ``` An exception has occurred in the compiler (21.0.5). Please file a bug against the Java compiler via the Java bug reporting page (https://bugreport.java.com/) after checking the Bug Database (https://bugs.java.com/) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you. ``` -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org