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
After an internal discussion, the fix in #794 which was fixing #785 was more naive than intended. For the sad path that if very long names with long over laps are used for declarations, and if there is a repeating declaration name in the list, then creating the validation error would be another O(n^2) loop.
We should refactor the code to run more efficiently.
Context
Detailed Description
The text was updated successfully, but these errors were encountered:
Discussion 🗣
After an internal discussion, the fix in #794 which was fixing #785 was more naive than intended. For the sad path that if very long names with long over laps are used for declarations, and if there is a repeating declaration name in the list, then creating the validation error would be another O(n^2) loop.
We should refactor the code to run more efficiently.
Context
Detailed Description
The text was updated successfully, but these errors were encountered: