Skip to content

Conversation

@mtfishman
Copy link
Member

No description provided.

@github-actions
Copy link

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/style.jl b/src/style.jl
index 5f66f1b..d193610 100644
--- a/src/style.jl
+++ b/src/style.jl
@@ -149,8 +149,8 @@ result_join(::Any, ::Any, s1::S, s2::S) where {S <: ImplementationStyle} = resul
     error(
         """
         conflicting rules defined
-          FunctionImplementations.ImplementationStyle(::$S, ::$T) = $U()
-          FunctionImplementations.ImplementationStyle(::$T, ::$S) = $V()
-        One of these should be undefined (and thus return FunctionImplementations.UnknownImplementationStyle)."""
+                  FunctionImplementations.ImplementationStyle(::$S, ::$T) = $U()
+                  FunctionImplementations.ImplementationStyle(::$T, ::$S) = $V()
+                One of these should be undefined (and thus return FunctionImplementations.UnknownImplementationStyle)."""
     )
 end

@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.08%. Comparing base (7ec628a) to head (68dd8aa).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/style.jl 64.00% 9 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   78.08%   78.08%           
=======================================
  Files          10       10           
  Lines         146      146           
=======================================
  Hits          114      114           
  Misses         32       32           
Flag Coverage Δ
docs 8.45% <40.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman mtfishman merged commit 723306b into main Jan 16, 2026
18 of 21 checks passed
@mtfishman mtfishman deleted the mf/implementationstyle branch January 16, 2026 22:06
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.

2 participants