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
* Merges automatically curated groups with manually curated groups
Changes the automatic curation logic for symbols to only create a new section if an existing manually curated section does not already exist.
If the section already exists, it adds the automatically curated symbols onto the existing section.
* Adds test for merging automatically curated symbol task groups
Adds a unit test to verify that the automatic curation logic for symbols is to only create a new section if an existing manually curated section does not already exist (rdar://61899214).
* Adds comment about combined references in merged topics
Adds a comment explaining that merging references between manually & automatic curated topics without checking for duplicates should be safe, and explains the logic behind this thinking.
Resolves rdar://61899214.
// If the section has been manually curated, merge the references of both the automatic curation and the manual curation into one section (rdar://61899214).
0 commit comments