gus-asf commented on pull request #1965:
URL: https://github.com/apache/lucene-solr/pull/1965#issuecomment-709500927


   In re-reading things, I think it just dawned on me that I'm not quite 
maintaining back compatibility after all. Previously no flags at all were 
transferred, yet my ~0 default now copies all flags. ( x & ~0 = x) but the 
prior functionality was no flags copied which would be ( x & 0 = 0) (plus we 
could test for 0 and just not set flags at all)
   
   
   


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

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