Steps to replicate the issue (include links if applicable):
- go to this call
It evaluates an anonymous function that has no arguments, because they have been bound in the two inner functions. The function is a simple subtraction.
What happens?:
Error message: Reached recursion limit in evaluator (K1: "WASM interpreter aborted (unreachable executed)")
What should have happened instead?:
I would have hoped it would evaluate :D
If I change the order of the calls -- i.e. I first change the first (instead of the second) argument, and then the first again -- it works.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):