Skip to content

generate meaningfull unique deterministic names for unpackers, decoders, fetchers, ...

Gerhard Raven requested to merge meaningfull_unpacker_fetch_filter_names into master

Avoid autogenerated names with a hash in them which can cause frivolous downstream changes. Instead, generate unique names based on the parameters of the functions which instantiate these algorithms making those names both unique and deterministic.

requires Analysis!981 (merged), Alignment!376 (merged), DaVinci!899 (merged)

Edited by Gerhard Raven

Merge request reports