-
Notifications
You must be signed in to change notification settings - Fork 36
Removing redundant EXPORTED_RUNTIME_METHODS for lite #266
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
Conversation
@@ -445,7 +445,6 @@ if(EMSCRIPTEN) | |||
# TODO: Remove the exported runtime methods | |||
# after the next xeus release. | |||
target_link_options(xcpp | |||
PUBLIC "SHELL: -s EXPORTED_RUNTIME_METHODS='[\"FS\",\"PATH\",\"LDSO\",\"loadDynamicLibrary\",\"ERRNO_CODES\"]'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now being enforced through
Only change required for lite. For native cases, once this goes in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #266 +/- ##
==========================================
- Coverage 81.03% 80.72% -0.31%
==========================================
Files 19 19
Lines 970 970
Branches 93 93
==========================================
- Hits 786 783 -3
- Misses 184 187 +3 |
@anutosh491 can you give this PR a better title and description? This PR appears to be less about bumping to 5.2.0, but more removing the redundant EXPORTED_RUNTIME_METHODS in xeus-cpp, given its now taken care of by xeus 5.2.0 |
Cool. Yeah we aren't like "bumping" "bumping" but that's a by product of always fetching the latest xeus. |
Description
Please include a summary of changes, motivation and context for this PR.
There was an update to xeus 5.2.0 and hence this is being raised. We now don't need to export runtime methods through xeus-cpp as they are already done through xeus
Type of change
Please tick all options which are relevant.