We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running RRF 3.5.1+ in standalone mode. Given the following macro called testparam:
var G = null if exists(param.L) set var.G = param.L var L = 1 echo "testparam finished"
If it is invoked thus:
m98 p"/macros/testparam"
then it runs to completion; but if it is invoked like this:
m98 p"/macros/testparam" L100
it provokes the following message:
Error: in file macro line 5 column 8: meta command: variable 'L' already exists
Local variable and parameters should occupy distinct namespaces.
The text was updated successfully, but these errors were encountered:
Fixed in 3.6-dev and back ported to 3.5-dev
Sorry, something went wrong.
droftarts
dc42
No branches or pull requests
Running RRF 3.5.1+ in standalone mode. Given the following macro called testparam:
If it is invoked thus:
m98 p"/macros/testparam"
then it runs to completion; but if it is invoked like this:
m98 p"/macros/testparam" L100
it provokes the following message:
Error: in file macro line 5 column 8: meta command: variable 'L' already exists
Local variable and parameters should occupy distinct namespaces.
The text was updated successfully, but these errors were encountered: