Releases: FluxML/MacroTools.jl
Releases · FluxML/MacroTools.jl
v0.5.15
MacroTools v0.5.15
Merged pull requests:
- Correctly interpolate
TypeBind
(#201) (@lassepe) - Update pattern-matching.md (#202) (@jkroso)
- remove markdown from dependencies (#206) (@longemen3000)
- Store unique + randomly shuffled animal names (#207) (@devmotion)
Closed issues:
- MacroTools not defined (#30)
v0.5.13
v0.5.12
MacroTools v0.5.12
Merged pull requests:
- Actions node 12 => node 16 (#198) (@Jay-sanjay)
- Fix isdef (#199) (@cstjean)
Closed issues:
isdef()
seems to return true in any case (#172)
v0.5.11
v0.5.10
MacroTools v0.5.10
Closed issues:
- Union problem in
@capture
(#40) - MacroTools.jl fails on J1.5 due to removal of @get! from base (#134)
- Documentation deployment is broken (#145)
- Cannot capture for loop expressions (#151)
- import MacroTools: @capture fails for type matching (#152)
isdef
always returns true (#154)- Update CI (#156)
- Wrong slurp flag for slurps with default args (#165)
- splitarg incompatible with kwargs on 1.7 (#177)
- splitdef and gatherwheres incorrectly handle return type annotations (#184)
Merged pull requests:
- Ignore Manifest.toml (#141) (@omus)
- Allow skipping
alias_gensyms
in prettify (#142) (@goretkin) - more follow up for JuliaLang/julia#37573 (#149) (@aviatesk)
- Update utils.jl (#150) (@colbec)
- Update pattern-matching.md (#153) (@musm)
- Fix repo name in deploydocs arguments (#155) (@fingolfin)
- Improve documentation (#157) (@fingolfin)
- Fix typo in pattern-matching.md (#158) (@mroavi)
- improve code quality and type instabilities (#162) (@aviatesk)
- version 0.5.7 (#164) (@aviatesk)
- Improve inferrability of isor (#166) (@timholy)
- Use === in more places to reduce invalidation (#167) (@timholy)
- use
===
and!==
in more places to improve inferrabilities (#168) (@aviatesk) - move shuffling of animals to be done on demand instead of during initialization (#169) (@KristofferC)
- move CI to GitHub actions (#170) (@KristofferC)
- Fix CI by moving CI.yml to right place (#174) (@fingolfin)
- Install TagBot as a GitHub Action (#175) (@fingolfin)
- Remove code for Julia <= 0.7 (#176) (@fingolfin)
- Fixes 165, Fixes 177. (#178) (@willow-ahrens)
- Update badges (#181) (@ToucheSir)
- Throw an error when encountering missing values (#183) (@MikeInnes)
- Create Invalidations.yml (#186) (@ranocha)
v0.5.6
Merge pull request #149 from aviatesk/followup37573 more follow up for https://github.com/JuliaLang/julia/pull/37573
v0.5.4
v0.5.3
v0.5.3 (2019-11-21)
Closed issues:
- Split sourcewalk into its own package? (#121)
Merged pull requests:
- bump patch version (#130) (KristofferC)
- get rid of Compat dependency (#129) (KristofferC)