-
Notifications
You must be signed in to change notification settings - Fork 73
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
Default to styling all supported file formats #965
Default to styling all supported file formats #965
Conversation
@lorenzwalthert All green now. |
Thaks for the PR 😄. A few comments:
|
The API file is already updated. precommit caught that. |
Okay, let me know when you come to a decision on this point. It also doesn't feel like a breaking change to me, bur rather a major change. |
Hmm, why did the Continuous Benchmarks GHA fail? |
@assignUser can you help here? I think it's related to some non-R code that you contributed that I can't understand. Same problems occured in lorenzwalthert/touchstone#97 (comment). |
The Commenting step failed because the main touchstone workflow failed and this correctly added a ❌ to the check suite. The actual touchstone run timed out during dependency installation, so probably an issue unrelated to the PR/touchstone. So overall everything works as intended (except the time out 😁 ), I would try re-running/re-triggering the benchmark |
@assignUser oh yes right. Thanks for explaining. So basically every time the first part of the action fails, this same error ocurrs, right? Guess that's just something we have to know if errors occur and then dig deeper... Anyways, I restarted the benchmark. It has an old rspm checkpoint so I am surprised it failed. Let's see what happens... |
Codecov Report
@@ Coverage Diff @@
## main #965 +/- ##
=======================================
Coverage 90.07% 90.07%
=======================================
Files 47 47
Lines 2660 2660
=======================================
Hits 2396 2396
Misses 264 264
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if b48b8ff is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
GitHub Actions now passing, had to update some config, see #969. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if ff4eca7 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Thanks, @lorenzwalthert! Yes, the builds are indeed passing now. Btw, having slept a bit more on it, I don't think this would qualify as a breaking change. A breaking change would have been if we had stopped supporting styling a file type. Here, we continue to support everything we were supporting and some more file types. |
yeah, you are right. I marked it as user-facing change. |
Thanks 🎉 |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 66ec3e5 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Closes #963