Skip to content

Conversation

@christiangnrd
Copy link
Member

@christiangnrd christiangnrd commented Dec 8, 2025

Closes #548
Closes #637
Closes #649
Closes #650
Closes #651

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

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/KernelAbstractions.jl b/src/KernelAbstractions.jl
index f738a11e..60e589ab 100644
--- a/src/KernelAbstractions.jl
+++ b/src/KernelAbstractions.jl
@@ -714,8 +714,8 @@ include("nditeration.jl")
 using .NDIteration
 import .NDIteration: get
 
-function fake_new_function_to_test_format_and_coverage(badformat =85)
-    println(badformat)
+function fake_new_function_to_test_format_and_coverage(badformat = 85)
+    return println(badformat)
 end
 
 ###

This reverts commit a8a5ee6.
@giordano
Copy link

Closes #548, #637, #649, #650, #651

Note that you have to put any of the linking keywords in front each of the issue numbers, otherwise you link only the first one. See for example JuliaGraphics/Cairo.jl#292 (comment).

@christiangnrd christiangnrd merged commit 7e30876 into JuliaGPU:main Dec 14, 2025
24 of 30 checks passed
@christiangnrd christiangnrd deleted the deps branch December 14, 2025 13:20
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