-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test YaoBlocks #431
base: main
Are you sure you want to change the base?
Test YaoBlocks #431
Conversation
ah dammit, we are aware of this error. apparently macos x64 libc doesn't export math symbols. it's the reason why we don't test some numeric ops on macos x64. should be fixed now by skipping the test on that platform |
eventually we can fix that by manually exporting a sincos ourselves |
we could do it by adding a file to the build conditionally, but the question again is if we really want to support macOS x64 |
At minimum because selfishly my personal laptop is an Intel Mac it would be nice. But also I can fix that problem in another way too xD |
ahh ups jajajaj okay then, how could we export those symbols? i don't understand why those symbols are missing in the first place. if it's the symbol filter, then #421 should fix it because it refactors the filter to just stop exporting symbols that match the glob pattern |
Needed to check that #426 doesn't break integration with YaoBlocks