JuliaInterop / JuliaInterop/ObjectiveC.jl
Parametric types
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 44
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
In my ScriptingBridge project, some properties are SBElementArrays where the element type is known. I don't think there's a way right now to map that, correct? At least variations of @objcwrapper MyArray{T<:Integer} <: NSArray don't work. Would be nice to have something like that, because currently I have to manually reinterpret the id{NSObject}s to what I know they really are.
Contributor guide
No contributing guide indexed for this repository
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
Start by reviewing the current @objcwrapper handling and the Objective-C type mapping related to SBElementArray. Determine whether a known element type can be represented for these arrays without manual reinterpretation, and define what support for the proposed parametric form would look like.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, objective-c
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100