Traceur v0.3.1
Closed issues:
- Testing functionality (#6)
- Error tagging new release (#27)
- Tests are failing on Julia 1.2 and Julia nightly (#31)
- Tracing function with
rand
orrandn
leads to error: "this intrinsic must be compiled to be called" (#35)
Merged pull requests:
- add parens to string interpolation (#29) (@stords)
- Start testing on Julia 1.2 (#30) (@DilumAluthge)
- Add
nowarn=:all
option to@check
andcheck
(#32) (@DilumAluthge) - Fix tests on Julia 1.2 and Julia nightly (#36) (@DilumAluthge)
- Add
nowarn=:allexcept
andexcept=[f, g, h, ...]
options to@check
andcheck
(#38) (@DilumAluthge) - Fix a potentially confusing docstring (#39) (@DilumAluthge)
- updates (#40) (@aviatesk)
- Install TagBot as a GitHub Action (#42) (@JuliaTagBot)
- fix line numbers (#43) (@pfitzseb)