Skip to content

Releases: FluxML/MacroTools.jl

v0.5.13

15 Jan 01:14
2b843b2
Compare
Choose a tag to compare

MacroTools v0.5.13

Diff since v0.5.12

Merged pull requests:

v0.5.12

19 Dec 17:54
6b3034a
Compare
Choose a tag to compare

MacroTools v0.5.12

Diff since v0.5.11

Merged pull requests:

Closed issues:

  • isdef() seems to return true in any case (#172)

v0.5.11

22 Aug 16:09
30e4960
Compare
Choose a tag to compare

MacroTools v0.5.11

Diff since v0.5.10

Closed issues:

  • docs latest version not deployed (#182)
  • @capture(:(a.(b,c)),x_.y_) is false (#191)
  • flatten deletes catch blocks on Julia 1.10 (#194)
  • flatten of try ...; catch; false; end does not work (#196)

Merged pull requests:

v0.5.10

05 Oct 10:01
Compare
Choose a tag to compare

MacroTools v0.5.10

Diff since v0.5.6

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:

v0.5.6

18 Oct 19:59
fad4d4d
Compare
Choose a tag to compare
Merge pull request #149 from aviatesk/followup37573

more follow up for https://github.com/JuliaLang/julia/pull/37573

v0.5.4

04 Feb 14:33
v0.5.4
4af2b1a
Compare
Choose a tag to compare

v0.5.4 (2020-02-04)

Diff since v0.5.3

Merged pull requests:

v0.5.3

03 Dec 16:17
v0.5.3
b3698af
Compare
Choose a tag to compare

v0.5.3 (2019-11-21)

Diff since v0.5.2

Closed issues:

  • Split sourcewalk into its own package? (#121)

Merged pull requests:

v0.5.2

12 Nov 15:48
c92cbce
Compare
Choose a tag to compare

v0.5.2 (2019-11-12)

Diff since v0.5.1

Closed issues:

  • make splitdef return a NamedTuple (#116)
  • Documents and demos (#83)

Merged pull requests:

v0.5.1

12 Jul 17:06
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-07-12)

Diff since v0.5.0

Closed issues:

  • Missing dependency error (#113)

Merged pull requests:

v0.5.0: Merge pull request #112 from MikeInnes/patch

03 Apr 18:48
7691d16
Compare
Choose a tag to compare