diff --git a/doc/manual/rl-next/functional-lang-removal.md b/doc/manual/rl-next/functional-lang-removal.md index 9b197f45f..a72d2a622 100644 --- a/doc/manual/rl-next/functional-lang-removal.md +++ b/doc/manual/rl-next/functional-lang-removal.md @@ -1,10 +1,13 @@ --- synopsis: 'Functional lang migration' issues: [lix#856] -cls: [3213, 3214, 3215, 3224, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4122, 4123, 4269, 4270, 4271, 4272, 4273, 4274, 4347, 4348, 4349, 4350, 4351, 4352, 4569, 4570, 4571, 4572, 4573, 4574, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605] +cls: [3213] category: Development credits: [piegames, rootile] --- + We have done it! The functional/lang framework has now been fully migrated to functional2/lang. This means: no more `just clean` and `just install` mess and whatever because one removed a test. The lang test suite is also getting a face lift, with an improved folder structure and restructuring of many tests. + +Only the first CL of the chain is provided but there's way more changes associated to this project.