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

Pdb fixups #20

Merged
merged 5 commits into from
Jan 2, 2021
Merged

Pdb fixups #20

merged 5 commits into from
Jan 2, 2021

Conversation

atait
Copy link
Collaborator

@atait atait commented Jan 2, 2021

Does not attempt to call builtin breakpoint

Linenos in temporary files align with function source better

Other unrelated

Support for if x in y expression collapses

This makes line-by-line stepping in debugger easier. The extra lines are needed to avoid index error when scanning temp file and do not actually affect where the function interpretation begins
@ghost
Copy link

ghost commented Jan 2, 2021

Congratulations 🎉. DeepCode analyzed your code in 3.241 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

@coveralls
Copy link

coveralls commented Jan 2, 2021

Pull Request Test Coverage Report for Build 154

  • 5 of 5 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 85.832%

Totals Coverage Status
Change from base Build 150: 0.1%
Covered Lines: 1254
Relevant Lines: 1461

💛 - Coveralls

@atait atait merged commit 8799d21 into scnerd:master Jan 2, 2021
@atait atait deleted the pdb-fixups branch January 2, 2021 19:38
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.

None yet

2 participants