Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-16297: (take 2) Remove PropertyList hack #32

Merged
merged 1 commit into from Sep 19, 2019
Merged

Conversation

timj
Copy link
Member

@timj timj commented Sep 19, 2019

Now that PropertySet supports getitem and update there
is no need to convert them to OrderedDict before merging.
This now means that if you request to merge some PropertyList
headers you get back a PropertyList (which is critical if
you then want to pass the result to afw)

Still have to copy the input list since it is modified
in place.

Now that PropertySet supports __getitem__ and update there
is no need to convert them to OrderedDict before using the
headers.

For merging this now means that if you request to merge some PropertyList
headers you get back a PropertyList (which is critical if
you then want to pass the result to afw)

Still have to copy the input list since it is modified
in place.
@timj timj merged commit 1039c3c into master Sep 19, 2019
@timj timj deleted the tickets/DM-16297 branch September 19, 2019 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant