Skip to content

exekall: Fix ValueDB.merge() on empty list

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr183 into master

Return an empty ValueDB, which allows calling code to assume a ValueDB will always be created.

Also make the None adaptor compatible with any other adaptor, so everything will work as expected.

Merge request reports