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

Remove flag for ignoring undefined symbols for a wasm build #190

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

anutosh491
Copy link
Collaborator

Description

Fixes #159

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Added/removed dependencies
  • Required documentation updates

@anutosh491
Copy link
Collaborator Author

The undefined symbols occuring during the xeus-cpp build against emscripten is now fixed.

This is fixed because we did a shared build for cppinterOp which exposes all required symbols out of clangInterpreter (emscripten-forge/recipes#1454)
Hence this flag can now be taken out !

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.80%. Comparing base (4bfabbf) to head (afaa39a).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   80.80%   80.80%           
=======================================
  Files          19       19           
  Lines         974      974           
  Branches       93       93           
=======================================
  Hits          787      787           
  Misses        187      187           

@anutosh491
Copy link
Collaborator Author

Small change. Merging as ready.

This pr works on top of the benefits provided by other PRs linked above which did most of the heavy lifting.

@anutosh491 anutosh491 merged commit 4439505 into main Dec 5, 2024
10 checks passed
@anutosh491 anutosh491 deleted the anutosh491-patch-2 branch December 5, 2024 12:20
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.

Debug the long list of undefined symbols arising through the wasm build
2 participants