Skip to content

Conversation

@christiangnrd
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

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

Click here to view the suggested changes.
diff --git a/src/compiler/reflection.jl b/src/compiler/reflection.jl
index 64a2007..2a53f92 100644
--- a/src/compiler/reflection.jl
+++ b/src/compiler/reflection.jl
@@ -70,5 +70,5 @@ function return_type(@nospecialize(func), @nospecialize(tt))
     job = CompilerJob(source, config)
     interp = GPUCompiler.get_interpreter(job)
     sig = Base.signature_type(func, tt)
-    Core.Compiler._return_type(interp, sig)
+    return Core.Compiler._return_type(interp, sig)
 end

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.01%. Comparing base (6f54c25) to head (d92bede).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #380       +/-   ##
===========================================
+ Coverage   34.34%   79.01%   +44.67%     
===========================================
  Files          11       12        +1     
  Lines         629      672       +43     
===========================================
+ Hits          216      531      +315     
+ Misses        413      141      -272     

☔ 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.

@simeonschaub simeonschaub enabled auto-merge (squash) October 13, 2025 13:51
@simeonschaub
Copy link
Member

Thank you!

@simeonschaub simeonschaub merged commit a6f878a into JuliaGPU:master Oct 13, 2025
36 of 45 checks passed
@christiangnrd christiangnrd deleted the patch-2 branch October 13, 2025 14:43
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