Skip to content

Add poly_engine_get_languages_size to C API #4053

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GavinRay97
Copy link
Contributor

Close #4052

Incorporate feedback from @vjovanov review in oracle#4053
@GavinRay97
Copy link
Contributor Author

GavinRay97 commented Dec 16, 2021

Updated, requesting a review 👍

(I am not familiar with conventions/rules about formatting of documentation annotation, maybe there is an issue with how I've done it)

@@ -221,8 +221,24 @@ public static PolyglotStatus poly_engine_close(PolyglotIsolateThread thread, Pol
}

@CEntryPoint(name = "poly_engine_get_languages", documentation = {
"Returns an array of size returned by {@link poly_engine_get_languages_size} where each element is a <code>poly_language<code> handle.",
Copy link
Member

Choose a reason for hiding this comment

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

This will end up in the C API. Is @link of relevance there?

Copy link
Member

Choose a reason for hiding this comment

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

graalvmbot pushed a commit that referenced this pull request Mar 20, 2022
Incorporate feedback from @vjovanov review in #4053
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poly_engine_get_languages in C ABI makes reference to poly_engine_get_languages_size that doesn't exist
3 participants