-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce code complexity related to maps #2378
Labels
Comments
This was referenced Mar 10, 2021
Merged
2 tasks
This was referenced Jun 3, 2021
This was referenced Jul 20, 2021
@pavelkalinnikov is the checklist in the original comment still accurately tracking the remaining work on this? |
Yes, it still looks relevant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of the code is unnecessarily complex because previously it tried to accommodate both
Log
andMap
trees. After maps removal [#2284] it makes sense to minimize this code, so that it's log-specific. If anything related to maps reappears in the repo, it still makes sense to keep the code decoupled to a greater degree than previously.Examples:
The text was updated successfully, but these errors were encountered: