Releases: JuliaLang/BugReporting.jl
Releases · JuliaLang/BugReporting.jl
v0.3.4
v0.3.3
BugReporting v0.3.3
Merged pull requests:
- Set up Dependabot for Go dependencies (#110) (@DilumAluthge)
- Fix a typo in the Dependabot config (#112) (@DilumAluthge)
- Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.44.232 in /S3Vendor_go (#136) (@dependabot[bot])
- stop using deprecated JLLWrappers methods (#141) (@simeonschaub)
- Make server errors loud (#142) (@Liozou)
- Bump version. (#143) (@maleadt)
v0.3.2
v0.3.1
BugReporting v0.3.1
Merged pull requests:
v0.3.0
BugReporting v0.3.0
Closed issues:
- Could
--bug-report=XXX,timeout=SECONDS
accept other units of time, e.g.--bug-report=XXX,timeout=10m
or--bug-report=XXX,timeout=6h
? (#87) - Better error reporting on unsupported platforms (#98)
Merged pull requests:
- Fix user interrupt handling. (#96) (@maleadt)
- Support more time formats. (#97) (@maleadt)
- Correctly interpolate Julia args. (#99) (@maleadt)
- Fix rr availability check. (#100) (@maleadt)
- Fix log message. (#101) (@maleadt)
- Encode the trace architecture in the metadata. (#102) (@maleadt)
- Fixes for Julia nightly. (#103) (@maleadt)
- Bump version. (#104) (@maleadt)
v0.2.9
v0.2.8
BugReporting v0.2.8
Closed issues:
- Precompiling GDB_jll fails due to differing ABI versions of libcrypt.so.x (#90)
Merged pull requests:
v0.2.7
BugReporting v0.2.7
Merged pull requests:
- If the
timeout
option is provided on the command line, theTimer
should use that value (#88) (@DilumAluthge) - Cache downloaded and extracted traces for the duration of the Julia session. (#89) (@maleadt)