queryverse / queryverse/Query.jl
Add option to type named tuple members with {} syntax
Open
@davidanthoff is already working on this.
Since Sep 10, 2016.
enhancement
- Dominant language
- Julia
- Stars
- 403
- Forks
- 48
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 6
Description
The idea would be that one can do something like
{a::Int64=35, b::String="asdf"}
This would be useful if one iterates a source that doesn't propagate type information, but one wants to output a properly typed data structure at the end.
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.
Assessment
This issue has not been assessed yet.