I just saw something that I didn’t expect. I believe it is still the case that you cannot have |(or) syntax for xtriggers. But, graph of @a | @b => c does not fail validation, it installs and runs. I believe it treats the |(or) as an &(and) operator instead though.
If I’m correct that |(or) is not valid, should this syntax actually fail validation? Or at minimum, warnings be placed that it is converetd to &(and)?
If you are correct (and trying it for myself suggests that you are), then this should definately fail validation.
Do you have a reference for the manual, because I can’t find any indication that this is expected behaviour? Or is this historical knowledge that you have?