-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
MemoryMappingTree
merging capabilities (#105)
- Fix #68 - Make the pending member queue fully functional (both for missing source names and descriptors) - Extend pending queue to cover classes as well - Enable incoming data to have inverted namespaces - Delay descriptor computation until `visitEnd`, so all potentially referenced classes are available - Fix `MemoryMappingTree#reset` to actually reset all its internal state related to the current visitation pass - Add protection against external data modification while visitation pass is in progress - Clarify API contracts regarding returned collections' mutability in Tree-API - Make Tree-API getters return only unmodifiable collections where possible - Fix mapping merging via tree-API not overwriting existing entries' data - Fully implement arg and var merging
- Loading branch information
1 parent
adf8901
commit 983c427
Showing
15 changed files
with
788 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.