Skip to content

No defaultdict for iname to tags

Andreas Klöckner requested to merge no-defaultdict-for-iname-to-tags into master

@dokempf Here's something I overlooked when reviewing !249 (merged). defaultdict will change even in the presence of a read. This philosophically goes against kernels being immutable and practically caused all sorts of issues with equality comparisons, for example in caching.

cc @kaushikcfd

Edited by Andreas Klöckner

Merge request reports