Skip to content

Jextract: Import functions with isolated parameters - #879

Merged
ktoso merged 6 commits into
swiftlang:mainfrom
AbdAlRahmanGad:isolated
Aug 14, 2026
Merged

Jextract: Import functions with isolated parameters#879
ktoso merged 6 commits into
swiftlang:mainfrom
AbdAlRahmanGad:isolated

Conversation

@AbdAlRahmanGad

Copy link
Copy Markdown
Member

Closes: #831

@AbdAlRahmanGad
AbdAlRahmanGad marked this pull request as ready for review August 14, 2026 07:24
@AbdAlRahmanGad
AbdAlRahmanGad requested a review from ktoso as a code owner August 14, 2026 07:24

@ktoso ktoso left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh this was pretty simple after all it seems, sweet :-)

@AbdAlRahmanGad

Copy link
Copy Markdown
Member Author
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':Samples:SwiftJavaExtractJNISampleApp:compileTestJava'.
> Could not resolve all files for configuration ':Samples:SwiftJavaExtractJNISampleApp:testCompileClasspath'.
   > Could not resolve org.junit.jupiter:junit-jupiter:5.10.0.
     Required by:
         project ':Samples:SwiftJavaExtractJNISampleApp'
      > Could not resolve org.junit.jupiter:junit-jupiter:5.10.0.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.0/junit-jupiter-5.10.0.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.0/junit-jupiter-5.10.0.pom'. Received status code 429 from server: Too Many Requests
Could not GET 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.0/junit-jupiter-5.10.0.pom'. 
Received status code 429 from server: Too Many Requests

oh, that's sad. I'll try again and re push the commit.

@ktoso
ktoso merged commit 6134b0b into swiftlang:main Aug 14, 2026
42 checks passed
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.

jextract: Don't skip parameters marked isolated

2 participants