griffinjm commented on PR #589: URL: https://github.com/apache/commons-collections/pull/589#issuecomment-4129096269
hi @ekuvardin FYI I recently pushed a change to PatriciaTrie which fixed some issues for the sub/head/tail/prefix map operations. From your PR it seems the new Set just wraps the PatriciaTrie so the fix will be incorporated in your changes going forward. I bring this to your attention as this is the only other PR referencing PatriciaTrie, and in case you were to copy old impls of the sub/head/tail/prefix map methods to the new Set class instead of just wrapping the existing PatriciaTrie. See changes here: https://github.com/apache/commons-collections/pull/672 Thanks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
