SciML / SciML/RuntimeGeneratedFunctions.jl
Automatic initialization
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 112
- Forks
- 19
- Avg merge
- 6h 11m
- Merged PRs (30d)
- 9
Description
Is it technically possible?
!isdefined(mod, RGF._tagname) && RGF.init(mod)
If I do this right before generating a function I get a world age error.
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
Start by investigating the initialization snippet in the issue and the reported world-age error when RGF.init(mod) runs immediately before function generation. Determine whether automatic initialization is technically possible without that error; the issue does not name files or tests, so the completion criteria are not more specific than resolving that feasibility question.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100