Actions
User story #16807
closedrl add cfengine_core to libs, which declares global variables
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
Description
cfengine has what it calls special variables. These variables are globally defined.
We can make use of it in rudder-lang, and more importantly we do not want a user to unawarely try to redefine a cfengine special variable with one of our own global variable
Now that we have the declare keyword, we just need a list of these variables to take these into account
So this PR does not include rust code, only this new library file. Its content has been copied from special variable tables of content
Actions