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
There is a regression in erl_syntax:revert/1: annotating the bindings on a syntax-tree and immediately reverting leads to the source position annotation for nil getting lost.
Describe the bug
There is a regression in
erl_syntax:revert/1
: annotating the bindings on a syntax-tree and immediately reverting leads to the source position annotation fornil
getting lost.To Reproduce
Expected behavior
In
Reverted
, we should see{nil, {9,11}}
, instead we see{nil, 0}
Affected versions
28-rc2 (9834e60)
The text was updated successfully, but these errors were encountered: