Releases: goretkin/FixArgs.jl
Releases · goretkin/FixArgs.jl
v0.1.1
FixArgs v0.1.1
Closed issues:
- Rename+export bind? (#3)
- Rename and register? (#6)
- Macros to facilitate expressing types in methods (#9)
- simplify type parameter corresponding to keyword arguments (#10)
- positional placeholder ("holes") (#12)
- reify function arguments on their own, e.g.
FrankenTuples
(#14) - TagBot trigger issue (#15)
- nesting (#16)
Merged pull requests:
- make bind work with keyword functions (#1) (@jw3126)
- Don't require
using Curry
in doctests intest/runtests.jl
(#4) (@goretkin) - rename bind -> fix (#5) (@jw3126)
- Fix inference for fix(::Type, ...) (#7) (@tkf)
- improve fixmacro (#8) (@jw3126)
- improve Fix fieldnames and type params (#11) (@jw3126)
- example with
@fix reduce(vcat, ...)
(#13) (@goretkin) - Recursive
Fix
(#17) (@goretkin) - Use
Val
for static arguments (#19) (@goretkin) - Add link to video in readme (#31) (@oxinabox)