Skip to content

Conversation

@jsstevenson
Copy link
Member

@jsstevenson jsstevenson commented Dec 30, 2024

  • In an early version of regbot, I'd thought about trying to avoid collapsing all values into enums, but I think that's unnecessary so I'm removing the option
  • Make all namedtuples type-annotated for editor integration

@jsstevenson jsstevenson added the priority:low Low priority label Dec 30, 2024
Copy link

@mcannon068nw mcannon068nw left a comment

Choose a reason for hiding this comment

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

approved, but just forget how some of the test suite is set up

results = get_nda_results("207145", True)
results = get_nda_results("207145")
assert results
assert len(results) > 0

Choose a reason for hiding this comment

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

what were these True values for in the test?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh yeah I forgot I did this. Updated the description

@jsstevenson jsstevenson changed the title chore: provide type annotations for all namedtuples feat!: make all namedtuples typed, and remove unnormalized option Dec 31, 2024
@github-actions
Copy link

github-actions bot commented Jan 8, 2025

This PR is stale because it has been open 7 day(s) with no activity. Please review this PR.

@github-actions github-actions bot added the stale label Jan 8, 2025
@jsstevenson jsstevenson merged commit 0d42845 into main Jan 8, 2025
16 checks passed
@jsstevenson jsstevenson deleted the typed-namedtuples branch January 8, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants