Skip to content
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

Objective-C Availability support #527

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

christiangnrd
Copy link
Contributor

@christiangnrd christiangnrd commented Jan 28, 2025

Very much a WIP. Depends on JuliaInterop/ObjectiveC.jl#51. Should be good to go once ObjectiveC.jl v3.4 is released.

Copy link
Contributor

github-actions bot commented Jan 28, 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/test/version.jl b/test/version.jl
index 4915d49d..d6722fbe 100644
--- a/test/version.jl
+++ b/test/version.jl
@@ -1,11 +1,11 @@
 @testset "Version" begin
 
-@test Metal.darwin_version() isa VersionNumber
-@test Metal.macos_version() isa VersionNumber
-@test Metal.is_macos(Metal.macos_version())
+    @test Metal.darwin_version() isa VersionNumber
+    @test Metal.macos_version() isa VersionNumber
+    @test Metal.is_macos(Metal.macos_version())
 
-@test Metal.metallib_support() isa VersionNumber
-@test Metal.air_support() isa VersionNumber
-@test Metal.metal_support() isa VersionNumber
+    @test Metal.metallib_support() isa VersionNumber
+    @test Metal.air_support() isa VersionNumber
+    @test Metal.metal_support() isa VersionNumber
 
-end # testset "Version"
\ No newline at end of file
+end # testset "Version"

@christiangnrd christiangnrd changed the title Objcwrapperavail [DO NOT MERGE] Objcwrapperavail Jan 28, 2025
@christiangnrd christiangnrd marked this pull request as draft January 29, 2025 02:26
@christiangnrd christiangnrd changed the title [DO NOT MERGE] Objcwrapperavail Objective-C Availability support Jan 29, 2025
@christiangnrd christiangnrd force-pushed the objcwrapperavail branch 3 times, most recently from 13df448 to 4766e05 Compare February 4, 2025 04:21
@christiangnrd christiangnrd mentioned this pull request Feb 5, 2025
4 tasks
@christiangnrd christiangnrd force-pushed the objcwrapperavail branch 2 times, most recently from a93ac58 to 4d73173 Compare February 6, 2025 18:19
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.

1 participant