You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that the trace.json for a match block does not record the result of the match. This is unlike the trace for an if block, which records an if_result in the trace.
To Reproduce
pdl --trace examples/react/demo.pdl
Expected behavior
Maybe we could do something like match_result?
Screenshots
n/a
Desktop (please complete the following information):
OS: macOS
Browser n/a
Version PDL 0.2.1.dev88+g334a253.d20250131
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that the trace.json for a
match
block does not record the result of the match. This is unlike the trace for anif
block, which records anif_result
in the trace.To Reproduce
Expected behavior
Maybe we could do something like
match_result
?Screenshots
n/a
Desktop (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: