-
-
Notifications
You must be signed in to change notification settings - Fork 25
Export some more symbols for libgoogle-cloud #402
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13853751292. Examine the logs at this URL for more detail. |
|
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was not passing and not merged. |
|
Hi! This is the friendly conda-forge automerge bot! Commits were made to this PR after the |
| # skip internal symbols; prefix to #symbols as of v1.71: {"??": 57072, "?$": 102, "__": 84} | ||
| if any(symbol.startswith(x) for x in ["??", "?$", "__"]): |
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.
I had actually checked if the templated functions are somehow part of the symbols being skipped here, but CallbackUnaryCall is part of grpc++, not grpc.
Trying to address failures in conda-forge/google-cloud-cpp-feedstock#196