New participants in a `_sync` are not detected during pre-processing
The following MRE:
```typ
#diagram({
_sync({
_seq("a", "b")
})
})
```
panics here because the participant "a" is not in `pars-i`
https://git.kb28.ch/HEL/chronos/src/commit/1000a3a19a007a89c759fa6a608873d562d72e4a/src/core/renderer.typ#L37-L38
HEL
added this to the 0.3.0 milestone 2025-07-28 22:29:38 +00:00
HEL
added the bug label 2025-07-28 22:29:38 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
New participants in a
_syncare not detected during pre-processingThe following MRE:
panics here because the participant "a" is not in
pars-i