You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also updates path of trybuild errors to allow them to be clicked in the
30
+
IDE
31
+
32
+
---
33
+
34
+
Previous commit:
35
+
36
+
Also implements loop lifetimes for `difference_multiset` which uses the
37
+
`anti_join_multiset` codegen.
38
+
39
+
Updates tests for `difference`, `difference_multiset`, `anti_join`, and
40
+
`anti_join_multiset`
41
+
- <csr-id-9bb9d1f3a0108a4789de6065af9e644c47601b9f/> display loops in graph visualizations, refactor, fix #1699
42
+
Adds loops to display, new `GraphWrite.no_loops` option.
43
+
44
+
Refactors how the heirarchy of `GraphWrite` items is handled to be
45
+
simpler.
46
+
47
+
### Commit Statistics
48
+
49
+
<csr-read-only-do-not-edit/>
50
+
51
+
- 6 commits contributed to the release over the course of 92 calendar days.
52
+
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
53
+
- 6 unique issues were worked on: [#1843](https://github.com/hydro-project/hydro/issues/1843), [#1851](https://github.com/hydro-project/hydro/issues/1851), [#1858](https://github.com/hydro-project/hydro/issues/1858), [#1860](https://github.com/hydro-project/hydro/issues/1860), [#1911](https://github.com/hydro-project/hydro/issues/1911), [#1929](https://github.com/hydro-project/hydro/issues/1929)
- Add type arguments to `anti_join_multiset`, `difference_multiset` to mitigate #1857 ([`0d841a5`](https://github.com/hydro-project/hydro/commit/0d841a536e1ab58838136e6c33b2115325ec1541))
serde_path_to_error for improved deserialization error context. |
45
-
| dfir_lang/src/graph/ops/dest_sink.rs | Standardizes error messages by
46
-
removing extraneous punctuation. |
47
-
| dfir_lang/src/graph/ops/_counter.rs | Adds explicit type annotation
48
-
for a cell initialization to prevent `i32` rollover. |
49
-
</details>
98
+
- Refactor samply profile conversion for asynchronous frame lookup.
50
99
51
100
### Other
52
101
@@ -82,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82
131
83
132
<csr-read-only-do-not-edit/>
84
133
85
-
- 7 commits contributed to the release over the course of 24 calendar days.
134
+
- 8 commits contributed to the release.
135
+
- 27 days passed between releases.
86
136
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
87
137
- 7 unique issues were worked on: [#1741](https://github.com/hydro-project/hydro/issues/1741), [#1790](https://github.com/hydro-project/hydro/issues/1790), [#1795](https://github.com/hydro-project/hydro/issues/1795), [#1814](https://github.com/hydro-project/hydro/issues/1814), [#1822](https://github.com/hydro-project/hydro/issues/1822), [#1833](https://github.com/hydro-project/hydro/issues/1833), [#1835](https://github.com/hydro-project/hydro/issues/1835)
88
138
@@ -106,8 +156,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
156
- Fix loop hooks triggered too often, implement lifetimes for `zip` ([`40075b1`](https://github.com/hydro-project/hydro/commit/40075b198b13cb6b4804633b76c96c520394fa71))
FileDescriptionhydro_lang/src/rewrites/analyze_counter.rsAdds custom panic withmeasurement details if regex matching fails. (Used to diagnose_counter() i32 rollover)hydro_deploy/core/src/localhost/samply.rsUpdates type foraddresses/resources, refactors frame lookup to use asynchronousjoin_all, and adjusts string output for missing symbols.hydro_deploy/core/src/localhost/mod.rsImproves error handlingduring command spawning with conditional context messages for whensamply or dtrace executables are not found.hydro_deploy/core/src/localhost/launched_binary.rsUsesserde_path_to_error for improved deserialization error context.dfir_lang/src/graph/ops/dest_sink.rsStandardizes error messages byremoving extraneous punctuation.dfir_lang/src/graph/ops/_counter.rsAdds explicit type annotationfor a cell initialization to prevent i32 rollover.</details>
- <csr-id-98baec71a6f1d01d55a3c983fdbb7824c45305cd/> update pinned nightly to 2025-04-27, update span API usage
14
+
15
+
### Commit Statistics
16
+
17
+
<csr-read-only-do-not-edit/>
18
+
19
+
- 2 commits contributed to the release over the course of 92 calendar days.
20
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
21
+
- 2 unique issues were worked on: [#1843](https://github.com/hydro-project/hydro/issues/1843), [#1944](https://github.com/hydro-project/hydro/issues/1944)
0 commit comments