Sebb created WHIMSY-217: --------------------------- Summary: asf/icla.rb caching is inconsistent Key: WHIMSY-217 URL: https://issues.apache.org/jira/browse/WHIMSY-217 Project: Whimsy Issue Type: Bug Reporter: Sebb
The icla.rb library routine does not cache the original entries from iclas.txt. Instead it caches the ids, names and emails. However the each() method uses the first of these it finds; this means that any duplicates are lost; in particular any reference to find_by_id drops all notinavail entries. It's OK to use the caches for the find_by methods, but not for each. -- This message was sent by Atlassian JIRA (v7.6.3#76005)