-
Notifications
You must be signed in to change notification settings - Fork 104
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
Enable source module imports in stepper #1453
Conversation
Pull Request Test Coverage Report for Build 5710720150
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is missing a description and test cases, so I haven't fully reviewed it because I lack context of what is going on here.
I have some code quality comments from a quick look through, with the use of type assertions being one that might take a bit of effort to resolve.
As discussed, let's handle the refactoring later, see #1457. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Description
This pull request integrates source module imports within the stepper. The module objects manifest in their REPL string representation in the stepper. Any generated functions in the middle of the process are displayed as
[Function]
.The test cases are commented out before mock module functions become available.