SciML / SciML/LabelledArrays.jl
Wrapping and Unwrapping Macros
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 125
- Forks
- 20
- Avg merge
- 6h 3m
- Merged PRs (30d)
- 10
Description
Since we have names, it makes to do something like
a,b,c = A.a,A.b,A.c
quite often. Therefore we should have @unwrap to that and `@wrap do the opposite.
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.
Research direction
No file or test is named. Start by locating the existing macro or labelled-array access entry points, then clarify the intended behavior of @unwrap and @wrap using the A.a, A.b, A.c example; done should include agreed semantics and coverage for both directions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100