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

No need for ordered dict #36

Merged

Conversation

cidrblock
Copy link
Collaborator

@cidrblock cidrblock commented May 15, 2023

No need for ordered dict here.

Since py3.7 key order is maintained.

#35 introduced a regression as the ordered dict was being written to the changelog.yaml file as !!omap and antsibull changelog was failing.

https://github.com/ansible-collections/ansible.scm/actions/runs/4983286655/jobs/8920107821#step:10:17

@cidrblock cidrblock requested review from a team, ssbarnea, priyamsahoo and shatakshiiii and removed request for a team May 15, 2023 17:46
@cidrblock cidrblock added the bug Something isn't working label May 15, 2023
@cidrblock
Copy link
Collaborator Author

cidrblock commented May 15, 2023

Rather than leave the main branch in a known broken state, merging without approval.

@cidrblock cidrblock merged commit e9543b4 into ansible-community:main May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant