Skip to content
Snippets Groups Projects
Commit 3e5aea93 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

SGComps: Have AddressRemappingSvc implement deletions via renaming.

When a clid/key is mentioned in a WriteHandleKey, we hide the corresponding
object from an input file.  This has been handled in AddressRemappingSvc by
removing any such TAD from the list of TADS.

However, it turns out to be useful in some cases to be able to get a proxy
for the original objects in the input file.  This is the case, for example,
when we want to wrap converters with algorithms.  Change so that instead
of deleting a TAD, we rename it by appending `_DELETED' to the key.
We do not preserve symlinks/aliases at this time.
parent 27054f09
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment