Actions
User story #16749
closedrl turn ptypes into pvalues to have more informations of variables stored
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
Description
Currently parsed variables are turned into their lightest form (ptypes) because values did not matter. But actually for example structs content is important and we will need to access structs deep data.
The best way to achieve this is to directly store the PValue, even if its content is not useful in most cases
Updated by Gaëtan POBLON almost 5 years ago
- Status changed from New to In progress
Updated by Gaëtan POBLON almost 5 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/d45fe7a42e7b72a57e96078b38e719ae37a5b410
Updated by Gaëtan POBLON almost 5 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/f56160496a826adfb3aeee23f9ceaee232d7b428
Updated by Benoît PECCATTE over 4 years ago
- Pull Request set to https://github.com/Normation/rudder/pull/2775
Updated by Gaëtan POBLON over 4 years ago
- Status changed from In progress to Pending release
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
Actions