Skip to content

Commit 4f1e63b

Browse files
authored
ci: include hugr-persistent in change detector (#2417)
https://github.com/CQCL/hugr/actions/runs/16067472898/job/45344608251 shows the check step not running, this should prevent that. Driveby small change to a doc.
1 parent 56906ce commit 4f1e63b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/change-filters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ rust: &rust
2424
- "hugr-cli/**"
2525
- "hugr-core/**"
2626
- "hugr-passes/**"
27+
- "hugr-persistent/**"
2728
- "specification/schema/**"
2829

2930
std-extensions:

hugr-persistent/src/wire.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ pub struct PersistentWire {
1515

1616
/// A wire within a commit HUGR of a [`PersistentHugr`].
1717
///
18-
/// This is a `Wire` valid in a commit HUGR of a [`PersistentHugr`], along with
19-
/// the ID of the commit that contains the wire; this is equivalent to storing a
20-
/// wire of type `Wire<PatchNode>`.
18+
/// Also stores the ID of the commit that contains the wire;
19+
/// equivalent to (indeed contains) a `Wire<PatchNode>`.
2120
///
2221
/// Note that it does not correspond to a valid wire in a [`PersistentHugr`]
2322
/// (see [`PersistentWire`]): some of its connected ports may be on deleted or

0 commit comments

Comments
 (0)