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

Flatten definitions in topological order without relying on toposort #1142

Merged
merged 3 commits into from
Sep 5, 2023

Conversation

bugarela
Copy link
Collaborator

@bugarela bugarela commented Sep 4, 2023

Hello :octocat:

This fixes #1141 and pays a tech debt: instead of relying on toposort to fix flattening mistakes, we now put the flattened definitions in topological order.

  • Tests added for any new code
  • Documentation added for any new functionality
  • Entries added to the respective CHANGELOG.md for any new functionality
  • Feature table on README.md updated for any listed functionality

Copy link
Contributor

@thpani thpani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 🎉

@bugarela bugarela merged commit c80a21d into main Sep 5, 2023
15 checks passed
@bugarela bugarela deleted the gabriela/flattening-without-toposort branch September 5, 2023 11:09
@bugarela bugarela mentioned this pull request Sep 6, 2023
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.

Flattening bug when the same definition is available under multiple different names
2 participants