dweiss commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1198123449

   bq. It is really unfortunate that this python code is moved to this strange 
location https://github.com/apache/lucene/tree/main/gradle/generation/moman, 
which is not intuitive to anyone at all.
   
   Depends on how you look at it - all the generators are there (along with the 
resources they use). Previously they lived together with the sources (and 
required manual exclusions to not end up in the final classes/ jars). One way 
to clean it up would be to move the generated code (java sources) to not live 
together with the rest of java code - these should really be moved elsewhere 
(to a different source set). It would require shuffling things around a bit, 
including various build pieces.


-- 
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

Reply via email to