User story #16807
closedrl add cfengine_core to libs, which declares global variables
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
Updated by Gaëtan POBLON over 4 years ago
- Status changed from New to In progress
Updated by Gaëtan POBLON over 4 years ago
- Assignee changed from Gaëtan POBLON to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/2789
can be merged unless some categories are not necessary
Updated by Gaëtan POBLON over 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/a67e557bcca00f02bc5b7c6097b640e50b17ad26
Updated by Anonymous over 4 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|476ff45a049afebdadd6ae8d07f442a7dbdd7ac1.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~beta1 which was released today.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked