-
Notifications
You must be signed in to change notification settings - Fork 50
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
Changes from external PR for truetype font #875
Conversation
Unit Tests Summary 1 files 25 suites 1m 35s ⏱️ Results for commit 733b723. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit ff05373 ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 733b723 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
All passing except spell check on Daniel's name which @edelarua says is a known bug @Melkiades @shajoezhu |
Co-authored-by: Joe Zhu <[email protected]> Signed-off-by: Davide Garolini <[email protected]>
Signed-off-by: Davide Garolini <[email protected]>
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.
@shajoezhu @edelarua @ayogasekaram I think all PRs are good to go. Could you take a look again? If it is ok, I will approve them all today.
@gmbecker could you add more coverage tests to {formatters} please? only for toString file probably, it is doing -5% in coverage
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.
@Melkiades this all looks good to me! Everything working as expected in my tests.
lgtm! Thanks a lot guys! |
Signed-off-by: Davide Garolini <[email protected]>
I'm seeing a bunch of errors with The error appears from examples, tests and documentation generation. I'm having trouble replicating locally on my host computer, as well as using the CI image (with staged.dependencies beforehand) Example:
|
@averissimo from what I can tell this is due to (somehow, not sure how) having a new (after the merge) version of formatters paired with an old version of rtables (the one direction of problematic pairing that versioned dependencies can't protect us from). I'm not entirely sure how your jobs are choosing what to install from where, but if they use either a) formatters and rtables versions both from CRAN or b) formatters and rtables versions both from the respective main branches in the repos this error will go away |
During last updates with TrueType PRs I tried to use the automatic versioning to set the deps but I think it is better to do as we are doing for the next PR in rtables and downstream deps. Eventually, there, the deps should be exact (we are talking one dev version of difference). I am adding a version to rtables connection to formatters there now (I doubt it is the source of the errors honestly though). See #876 |
Thanks for the comments, it will help to better pinpoint the problem I have 2 big concerns with this problem:
Edit: These are the latest dev versions (screenshot from |
No description provided.