New participants in sync are not detected #20

Open
opened 2025-07-28 22:29:38 +00:00 by HEL · 0 comments
Owner

New participants in a _sync are not detected during pre-processing
The following MRE:

#diagram({
  _sync({
    _seq("a", "b")
  })
})

panics here because the participant "a" is not in pars-i

src/core/renderer.typ Lines 37 to 38 in 1000a3a19a
let i1 = pars-i.at(seq.p1)
let i2 = pars-i.at(seq.p2)

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HEL/chronos#20
No description provided.