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

Update invalidation logging format #306

Merged
merged 2 commits into from
Oct 15, 2022
Merged

Update invalidation logging format #306

merged 2 commits into from
Oct 15, 2022

Conversation

timholy
Copy link
Owner

@timholy timholy commented Oct 15, 2022

This updates to the logging format used by the most recent nightly build
of Julia (1.9). While there has been a lot of churn in this area, there
are reasons to hope that we're entering a period of stability: there are
no known "holes" in our coverage after resolving the invoke issues
(JuliaLang/julia#46010 and fixup PRs that came
later), and the subsequent major rewrite of the invalidation logic
(JuliaLang/julia#46920) suggests this format may
have some durability.

CC @vtjnash

@codecov
Copy link

codecov bot commented Oct 15, 2022

Codecov Report

Base: 86.14% // Head: 85.47% // Decreases project coverage by -0.66% ⚠️

Coverage data is based on head (bb38509) compared to base (f4d9a7b).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
- Coverage   86.14%   85.47%   -0.67%     
==========================================
  Files          17       17              
  Lines        2129     2162      +33     
==========================================
+ Hits         1834     1848      +14     
- Misses        295      314      +19     
Impacted Files Coverage Δ
src/invalidations.jl 83.91% <100.00%> (-2.99%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

This updates to the logging format used by the most recent nightly build
of Julia (1.9). While there has been a lot of churn in this area, there
are reasons to hope that we're entering a period of stability: there are
no known "holes" in our coverage after resolving the `invoke` issues
(JuliaLang/julia#46010 and fixup PRs that came
later), and the subsequent major rewrite of the invalidation logic
(JuliaLang/julia#46920) suggests this format may
have some durability.

Co-authored-by: Rik Huijzer <rikhuijzer@pm.me>
@timholy timholy merged commit ad792af into master Oct 15, 2022
@timholy timholy deleted the teh/logging1.9 branch October 15, 2022 15:14
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.

1 participant