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

Colorize unstable callsites #203

Merged
merged 2 commits into from
Aug 6, 2021
Merged

Colorize unstable callsites #203

merged 2 commits into from
Aug 6, 2021

Conversation

timholy
Copy link
Member

@timholy timholy commented Aug 5, 2021

Fixes #39 (see the red % symbols below)

image

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2021

Codecov Report

Merging #203 (849d896) into master (d68d1c3) will decrease coverage by 0.32%.
The diff coverage is 86.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
- Coverage   83.56%   83.24%   -0.33%     
==========================================
  Files           7        7              
  Lines         931      949      +18     
==========================================
+ Hits          778      790      +12     
- Misses        153      159       +6     
Impacted Files Coverage Δ
src/callsite.jl 78.26% <83.87%> (-0.05%) ⬇️
src/Cthulhu.jl 73.10% <100.00%> (-1.05%) ⬇️
src/codeview.jl 93.79% <100.00%> (+0.04%) ⬆️
src/ui.jl 87.65% <100.00%> (-0.45%) ⬇️
src/reflection.jl 85.05% <0.00%> (+0.57%) ⬆️

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 d68d1c3...849d896. Read the comment docs.

@timholy
Copy link
Member Author

timholy commented Aug 6, 2021

I don't know why this wasn't passing yesterday, but I was developing it on a not-up-to-date branch. Either a rebase fixed the problem (quite possible since the error was in "codeview" tests which changed since I branched) or there could be something flaky happening. The slowness of Actions on #207 suggests something weird is going on. (fixed)

@timholy
Copy link
Member Author

timholy commented Aug 6, 2021

Any concerns here? No urgency, but the odd issues seem to have been fixed.

@vchuravy
Copy link
Member

vchuravy commented Aug 6, 2021 via email

@timholy timholy merged commit e2caf6e into master Aug 6, 2021
@timholy timholy deleted the teh/unstable_callsites branch August 6, 2021 17:24
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.

Print type instability colors in descent menu
3 participants