File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 - name : CompatHelper.main()
1313 env :
1414 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15- COMPATHELPER_PRIV : ${{ secrets.COMPATHELPER_PRIV }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
15+ COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16+ run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
33license = " MIT"
44desc = " Tape based task copying in Turing"
55repo = " https://github.com/TuringLang/Libtask.jl.git"
6- version = " 0.9.7 "
6+ version = " 0.9.8 "
77
88[deps ]
99MistyClosures = " dbe65cb8-6be2-42dd-bbc5-4196aaced4f4"
Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ julia> Libtask.@might_produce(g)
419419julia> # Now it works!
420420 consume(Libtask.TapedTask(nothing, f))
4214216
422+ ```
422423"""
423424macro might_produce (f)
424425 # See https://github.com/TuringLang/Libtask.jl/issues/197 for discussion of this macro.
You can’t perform that action at this time.
0 commit comments