Skip to content

Conversation

KristofferC
Copy link
Member

@KristofferC KristofferC commented Mar 19, 2019

Fixes #92 and fixes #91

This puts a bit of source code from Base into the tests but that part hasnt been touched for years so should be ok.

@codecov-io
Copy link

codecov-io commented Mar 19, 2019

Codecov Report

Merging #101 into master will increase coverage by 0.52%.
The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   81.73%   82.25%   +0.52%     
==========================================
  Files           7        7              
  Lines         427      434       +7     
==========================================
+ Hits          349      357       +8     
+ Misses         78       77       -1
Impacted Files Coverage Δ
src/commands.jl 68.93% <73.33%> (+1.22%) ⬆️
src/repl.jl 86% <0%> (+1%) ⬆️
src/Debugger.jl 90.47% <0%> (+4.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b453538...3e79787. Read the comment docs.

@KristofferC KristofferC merged commit c317091 into master Mar 19, 2019
@KristofferC KristofferC deleted the kc/fixfr branch March 19, 2019 11:30
printstyled(stderr, "Not a valid frame index\n"; color=:red)
new_level = tryparse(Int, subcmds[2])
if new_level == nothing
printstyled(stderr, "Failed to parse $(subcmds[2]) as an integer\n"; color=:red)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
printstyled(stderr, "Failed to parse $(subcmds[2]) as an integer\n"; color=:red)
printstyled(stderr, "Failed to parse $(repr(subcmds[2])) as an integer\n"; color=:red)

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.

fr n goes to frame n AssertionError with bad frame index in some cases
3 participants