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

Hotfix/enforce local #173

Merged
merged 4 commits into from
Apr 25, 2021
Merged

Hotfix/enforce local #173

merged 4 commits into from
Apr 25, 2021

Conversation

piiertho
Copy link
Member

@piiertho piiertho commented Apr 23, 2021

This resolves #166
This resolves #170

@piiertho piiertho added the bug Something isn't working label Apr 23, 2021
jint result{JvmLoader::get_create_jvm_function()(&java_vm, reinterpret_cast<void**>(&jni_env), &args)};

#ifndef NO_USE_STDLIB
std::locale::global(global);
Copy link
Member

Choose a reason for hiding this comment

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

Just add a small comment about why we are doing that so we don't forget in future reworks

Copy link
Contributor

Choose a reason for hiding this comment

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

Best would be with link to the corresponding issue

jint result{JvmLoader::get_create_jvm_function()(&java_vm, reinterpret_cast<void**>(&jni_env), &args)};

#ifndef NO_USE_STDLIB
std::locale::global(global);
Copy link
Contributor

Choose a reason for hiding this comment

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

Best would be with link to the corresponding issue

@chippmann chippmann force-pushed the hotfix/enforce-local branch from 3b82206 to 1337cd8 Compare April 25, 2021 08:11
@piiertho piiertho merged commit 1760c9b into master Apr 25, 2021
@piiertho piiertho deleted the hotfix/enforce-local branch April 25, 2021 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no nodes are created in the running instance Editor bugs: Grid is missing, incorrect line numbers in scripts
4 participants