It allows easy conversion of Union[ImmutableDict, Dict] to ImmutableDict.
Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Commits
- rDMODc4dad17f223d: Allow passing an ImmutableDict as argument to ImmutableDict's constructor.
Diff Detail
Diff Detail
- Repository
- rDMOD Data model
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D3445 (id=12210)
Rebasing onto 9e475a702a...
Current branch diff-target is up to date.
Changes applied before test
commit c4dad17f223d2300c7db187807ed74603a0e2002 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Jul 7 15:04:54 2020 +0200 Allow passing an ImmutableDict as argument to ImmutableDict's constructor. It allows easy conversion of Union[ImmutableDict, Dict] to ImmutableDict.
See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/117/ for more details.