You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 9ee3bbb I updated the plus function to distinct most lists.
However, this happens before applying conditional rules to the config, after which there may be more fields in need of de-duplication. We should check, in particular, if it's possible to end up with multiple JVM search locations.
I took a quick peek, and see that the python and jvm root path logic each converts their respective directory list into a set via toSet() before scanning, so we're effectively already deduplicating those.
In 9ee3bbb I updated the
plus
function todistinct
most lists.However, this happens before applying conditional rules to the config, after which there may be more fields in need of de-duplication. We should check, in particular, if it's possible to end up with multiple JVM search locations.
Any fix may be appropriate for #39 as well
The text was updated successfully, but these errors were encountered: