rmuir commented on pull request #549: URL: https://github.com/apache/lucene/pull/549#issuecomment-996902447
I can already see the difference in execution order. in the main branch i was able to trivially reproduce the problem. with this patch it runs the TLD stuff first: ``` > Task :lucene:analysis:common:generateTldsInternal Found 1489 TLDs in IANA TLD Database at https://data.iana.org/TLD/tlds-alpha-by-domain.txt ASCIITLD: 1370 TLDs ASCIITLDprefix_1CharSuffix: 108 TLDs ASCIITLDprefix_2CharSuffix: 11 TLDs Total: 1489 TLDs Generated TLD content identical as before, not updating. > Task :lucene:analysis:common:generateUAX29URLEmailTokenizerInternal ... ``` -- 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