Upstream duckdb patches for external pointers and `BEGIN_/END_CPP11`
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start by reviewing the three linked duckdb-r commits, especially the changes for R_MakeExternalPtr() and the BEGIN_CPP11/END_CPP11 macros. Compare those changes with the corresponding cpp11 implementation and determine the scope needed to upstream the external-pointer and non-SEXP return-value support, including the resolution for #308.
Written by the indexing model from the issue text.
Description
Happy to provide more motivation if and when an implementation can be attempted realistically.
- duckdb/duckdb-r@
6f4979d(#387): Support overriding what's passed toR_MakeExternalPtr() - duckdb/duckdb-r@
fe615c4(#387): Support usingBEGIN_CPP11andEND_CPP11in user code that does not return anSEXPby providingEND_CPP11_EXvariants that change the return value for the "happy" path. (Why doesEND_CPP11need thereturnanyway?) - duckdb/duckdb-r@
f05d56c(#387): Resolves #308
- Dominant language
- C++
- Stars
- 224
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from r-lib/cpp11
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·