Actions
Architecture #17046
closedReplace SourceList with a typed arena
Fix check:
Checked
Regression:
Description
SourceList is implemented using unsafe, we may want to remove it.
TypedArena provides the features we need plus some more, but it is currentlly in rust unstable.
However a typed-arena crate provides the same features.
Updated by Benoît PECCATTE over 4 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/2859
Updated by Benoît PECCATTE over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6b863ab466117a5ce336d82f650bcda9e6c09012.
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