From 05deba4252ff232f97f3995c6fb6a9fc24f4f59b Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 17 Aug 2024 14:43:09 -0500 Subject: [PATCH] Update [compat] for Cthulhu --- CHANGELOG.md | 6 ++++++ Project.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5a8cf60..d85c33735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[0.9.8]: https://github.com/aviatesk/JET.jl/compare/v0.9.7...v0.9.8 [0.9.6]: https://github.com/aviatesk/JET.jl/compare/v0.9.5...v0.9.6 [0.9.5]: https://github.com/aviatesk/JET.jl/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/aviatesk/JET.jl/compare/v0.9.3...v0.9.4 @@ -25,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.8.0]: https://github.com/aviatesk/JET.jl/compare/v0.7.15...v0.8.0 +## [0.9.8] +### Added +- An extension that integrates `@report_opt` with Cthulhu (aviatesk/JET.jl#648) +- `reportkey` for trimming multiple reports that resolve to the same runtime-dispatch caller/callee pair (aviatesk/JET.jl#648) + ## [0.9.6] ### Fixed - `report_opt` no longer raises reports from callees on `throw` code path when the diff --git a/Project.toml b/Project.toml index 9f41712e8..399bc5875 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ ReviseExt = "Revise" Aqua = "0.8.2" BenchmarkTools = "1.3.2" CodeTracking = "1.3.1" -Cthulhu = "2.12.7" +Cthulhu = "2.14.0" Example = "0.5.3" InteractiveUtils = "1.10" JuliaInterpreter = "0.9"