Skip to content

Conversation

@esc
Copy link
Member

@esc esc commented Mar 29, 2023

We add some documentation, fixup the typing signature, refactor the function to use return sorted lists, modify some implementation details and add comments to the function. We return sorted lists, because we have been bitten in the past by using sets and them being unordered.

We add some documentation, fixup the typing signature, refactor the
function to use return sorted lists, modify some implementation details
and add comments to the function. We return sorted lists, because we
have been bitten in the past by using sets and them being unordered.
@esc esc requested a review from kc611 March 29, 2023 13:23
Copy link
Contributor

@kc611 kc611 left a comment

Choose a reason for hiding this comment

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

LGTM!

@kc611 kc611 merged commit e5c6b97 into numba:main Mar 30, 2023
@esc esc deleted the refactor_find_entries_and_headers branch March 30, 2023 19:41
esc added a commit to esc/numba-scfg that referenced this pull request Mar 31, 2023
This fixes two bugs on `main` introduced by:

* numba#26

and

* numba#28

It's probably a sign that the test coverage isn't high enough yet.
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.

2 participants