[master 1/5] edd: Make devicetree not use edd.edd_dict, instead use blivet's copy.

vpodzime installerbot-noreply at redhat.com
Wed Oct 14 09:21:09 UTC 2015


At some point, it would be really nice not to have references to the same object in so many places. ``Blivet`` has a reference to ``devicetree`` and thus to its ``edd_dict`` so it should use that instead of having the reference on its own. Having the reference in multiple places leads to bugs when we do (deep) copies of ``Blivet`` and these references suddenly start referring different objects. But we should probably deal with that in a separate patch (set) as it's a common practice in blivet's codebase.

-- 
To view this comment on github, visit https://github.com/vathpela/blivet/commit/a9b3ccc1af5586ba000269bfe51918f4119d2728#commitcomment-13762084


More information about the anaconda-patches mailing list