If we increase the hppc fork to 23 classes and 14 test classes, then we can remove the hppc dependency from all modules. Do we agree that we should - Increase the fork size - Move it to oal.internal - Remove the hppc dependency from everywhere
I can send a PR for this soon. Dawid, for the size of hppc, I counted the number of files with find . -type f | wc -l in hppc/build/generated/main Le dim. 26 mai 2024 à 21:52, Dawid Weiss <[email protected]> a écrit : > > Hi Bruno, > > Currently the hppc fork in Lucene is composed of 15 classes and 8 test >> classes. >> Forking everything in hppc would mean 525 classes and 193 test classes. >> I'm not sure we want to fork all hppc? >> > > My superficial analysis hinted at far fewer classes but I'll take a look > tomorrow, had a busy day today. > > >> +1 to moving the hppc fork to oal.internal. >> > > Yes, I think it's a good idea to move it and hide it, at least for the > module system. > > D. > >
