~xigoi/xidoc#1: 
A custom command breaks if it uses another custom command with the same parameter name

This causes an infinite loop and eventually a segmentation fault.

[def foo; x; foo [arg x]]
[def bar; x; [foo [arg x]] bar]
[bar quux]
Status
REPORTED
Submitter
~xigoi
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
bug severe