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

Fix argument typing issues #147

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Fix argument typing issues #147

merged 2 commits into from
Nov 12, 2024

Conversation

sidnarayanan
Copy link
Collaborator

Fixed two problems:

  • We were accidentally interpreting False-y argument inputs as missing
  • There was an edge case with specifying defaults for argref_by_name'd functions

I know this should be tested more extensively, but I'd need to rewrite the current test to use an env with more complex tools. I don't have bandwidth to do this right now and want to get this fix in for @jonlaurent .

Copy link
Collaborator

@jamesbraza jamesbraza left a comment

Choose a reason for hiding this comment

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

Bonus points for unit test

@sidnarayanan sidnarayanan merged commit a7a6764 into main Nov 12, 2024
6 checks passed
@sidnarayanan sidnarayanan deleted the interactive-typing branch November 12, 2024 19:05
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