Releases: JuliaLang/BugReporting.jl
Releases · JuliaLang/BugReporting.jl
v0.2.4
BugReporting v0.2.4
Closed issues:
- A way to retrieve source code for a given Julia version (#23)
- Feature request: set a timeout with
--bug-report-timeout-minutes=N
(#45)
Merged pull requests:
- Record additional Julia metadata in the rr trace to fetch sources during replay. (#71) (@maleadt)
- Don't call HTTP.closewrite to avoid test warning. (#73) (@maleadt)
- Add support for a record timeout. (#74) (@maleadt)
- Support argless replay() defaulting to the latest trace. (#75) (@maleadt)
- Bump version. (#76) (@maleadt)
- CompatHelper: add new compat entry for Scratch at version 1, (keep existing compat) (#78) (@github-actions[bot])
- Add a download progress bar. (#79) (@maleadt)
- Include stdlib sources in the trace. (#80) (@maleadt)
v0.2.3
v0.2.2
BugReporting v0.2.2
Merged pull requests:
v0.2.1
v0.2.0
BugReporting v0.2.0
Closed issues:
- Fatal error printed as warning (#24)
- support local files (#25)
- Default trace location not writeable (#26)
- BugReporting does not work with --project (#35)
- –bug-report=rr doesn’t play nicely with hang & interrupt (#38)
- possible issue with
upload_rr_trace
(#39) - JULIA_RR_RECORD_ARGS=-n not effective (#44)
- Vendored libstdc++ breaks replay (#46)
- Cannot record package tests (#47)
- EOFError on upload (#54)
Merged pull requests:
- Enable CompatHelper (#20) (@tkf)
- Forward more CLI flags when spawning a Julia process. (#48) (@maleadt)
- Use GDB_jll. (#49) (@maleadt)
- Add Buildkite CI. (#50) (@maleadt)
- Update to HTTP.jl 1.x. (#51) (@maleadt)
- Correctly initialize flags from environment. (#52) (@maleadt)
- Switch to Downloads.jl. (#53) (@maleadt)
- Use multipart upload functionality from AWSS3.jl. (#55) (@maleadt)
- Verify authentication server responses. (#56) (@maleadt)
- Improve error message on bad perf_event_paranoid. (#57) (@maleadt)
- Forward interrupt exceptions to the recorded process. (#58) (@maleadt)
- Use temporary directories for trace storage. (#59) (@maleadt)
- Use non-blocking HTTP server in test. (#60) (@maleadt)
- Test the --bug-report Julia option. (#61) (@maleadt)
- Bump version. (#62) (@maleadt)
v0.1.6
BugReporting v0.1.6
Closed issues:
Merged pull requests:
- Update README.md (#27) (@fingolfin)
- Bump [compat] for AWSS3 (#29) (@timholy)
- Add
compress_trace()
; a helper method for compressing traces (#31) (@staticfloat) - Allow calling
replay()
with a file (#33) (@staticfloat) - Update TagBot setup (#34) (@giordano)
- Pass child exit codes/signals through (#36) (@staticfloat)
- semi copy pastable readme command (#37) (@anandijain)
- Add compat for AWS (#41) (@giordano)
- Revoked [email protected] as it uses AWSCore in the backend (#42) (@mattBrzezinski)
v0.1.3
BugReporting v0.1.3
v0.1.2
BugReporting v0.1.2
Closed issues:
- Julia JuMP issue with nonlinear problem formulation (#6)
- Permission error when writing
pack_mmaps
(#16)
Merged pull requests:
- Modify file timestamping to avoid
:
in tarball name (#1) (@staticfloat) - Add test suite, re-org a little (#3) (@staticfloat)
- Upgrade
deploy.sh
to allow building through docker, reduce necessary configuration (#8) (@staticfloat) - Increase token duration to 1 hour (#9) (@staticfloat)
- Switch compression to zstdmt (#10) (@Keno)
- Allow uploading of multi-process recordings (#11) (@staticfloat)
- Use README as docstring and help message (#12) (@tkf)
- Print instruction for canceling upload (#13) (@tkf)
- Fix check of availability of RR (#14) (@giordano)
- rename: justrr to rr-local (#15) (@StefanKarpinski)
- Enable TagBot (#17) (@tkf)
- Skip
rr pack
when not writable (#19) (@tkf)