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

Make CreateInterpreter take std::vector<std::string> #207

Open
vgvassilev opened this issue Mar 18, 2024 · 2 comments
Open

Make CreateInterpreter take std::vector<std::string> #207

vgvassilev opened this issue Mar 18, 2024 · 2 comments

Comments

@vgvassilev
Copy link
Contributor

This would allow us to reduce the code bloat in converting strings into const char*. That will lift the responsibility for thinking about lifetime of the const char* from the users on the CppInterOp. See test.cpp in conda-forge/cppinterop-feedstock

Copy link
Contributor

github-actions bot commented Dec 5, 2024

This issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Dec 5, 2024
Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2024
@vgvassilev vgvassilev reopened this Dec 20, 2024
@mcbarton mcbarton added to-fix and removed stale labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants