Deacon raised the question of refactoring on the C side. Changing C interfaces will often have implications for the Rust code and may break it; somebody will the have to fix the problems. Torvalds said that, for now, breaking the Rust code is permissible, but that will change at some point in the future. Kroah-Hartman said that the Rust developers can take responsibility for the maintenance of the abstractions they add.
Je vais peut être dire une bêtise, mais il faudrait pas plutôt stabiliser les API, ou au moins faire en sorte que ce soit backward compatible ? Bon c'est pas la premiere fois que j'entends qu'il y a un souci a ce niveau sur le kernel, mais j'avoue que les contraintes m’échappent un peu.
# API
Posté par flagos . En réponse au lien Rust et le kernel Linux. Évalué à 2.
Je vais peut être dire une bêtise, mais il faudrait pas plutôt stabiliser les API, ou au moins faire en sorte que ce soit backward compatible ? Bon c'est pas la premiere fois que j'entends qu'il y a un souci a ce niveau sur le kernel, mais j'avoue que les contraintes m’échappent un peu.