This appears to be caused by a group of three mutually-recursive conditional calls. I think we'll need to rewrite the dummy argument transformer to account for these more generally, though I don't yet know the best way to do that.
This appears to be caused by a group of three mutually-recursive conditional calls. I think we'll need to rewrite the dummy argument transformer to account for these more generally, though I don't yet know the best way to do that.
gpe
changed title from Some dummy arguments are not removed in the non-GL client to Some dummy arguments are not removed in the SD client5 years ago
This appears to be caused by a group of three mutually-recursive conditional calls. I think we'll need to rewrite the dummy argument transformer to account for these more generally, though I don't yet know the best way to do that.
Some dummy arguments are not removed in the non-GL clientto Some dummy arguments are not removed in the SD client 5 years agoFixed with the new
ConstantArgumentTransformer
!