xonsh/news/funcargs.rst

17 lines
392 B
ReStructuredText
Raw Normal View History

2016-08-19 01:45:44 -04:00
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Context senstitive AST transformer was not adding argument names to the
local scope. This would then enable extraneous subprocess mode wrapping
for expressions whose leftmost name was function argument. This has been
fixed by properly adding the argument names to the scope.
**Security:** None