Commit 4963646
authored
## Summary
CI3 on PR #23080 failed because the backported tests in
`log_service.test.ts` (from #23088) call `Tag.random()`, but the `Tag`
class on `v4-next` does not yet have that static factory — it was added
on `next` by #22516, which has not been backported.
This adds `Tag.random()` (and switches `Fr` from a type-only import) on
the v4-next branch. Mirrors the upstream definition exactly.
## Test plan
- CI on PR #23080 should now pass `pxe` unit tests once this lands on
`backport-to-v4-next-staging`.
ClaudeBox log: https://claudebox.work/s/3be07c7bc11fd1d8?run=1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments