Skip to content

Conversation

@MartinFillon
Copy link

Ces nouveaux identifieurs, permettent une plus grande utilisations de notre belle langue dans le cadre de la rouille.

Copy link
Owner

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rends l'arg… pardon, merci pour cette fusio-demande.

Cependant, je vois la mention de mots-clés qui n'existent pas dans la version de Shakespeare, ce qui me pose question sur la manière dont a été générée cette fusio-demande. S'agit-il d'une extraction d'un large modèle de langages, comme FélinTGP ?

"bien_ou" => "ok_or",
"bien_ou_avec" => "ok_or_else",
"en_tant_que_déréférencé" => "as_deref",
"en_tant_que_déréférencé_mutable" => "as_mut_deref",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mais.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne comprends pas votre commentaire. Pouvez vous précisez ?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aucune référence à ce nom n'est trouvable dans la bibliothèque standard Rouille.

"compter" => "count",
"trouve" => "find",
"trouve_en_appliquant" => "find_map",
"tous" => "all",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nous sommes en 2024, pensez printemps les ami·es.

Suggested change
"tous" => "all",
"tous·tes" => "all",

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je propose plutot d'utiliser, tous ou toutes separement pusique cette notation est complexe a utiliser sur un ordinateur

@MartinFillon
Copy link
Author

Bonsoir, j'apprécie votre retour si rapide, je tiens à préciser que toutes ces propositions viennent entièrement de nos idées à moi et mon collègue puisque nous comptons faire un projet scolaire en utilisant la rouille, en effet, quelques erreurs se sont glissées par ici, je tiendrais à les corriger au plus vite.

@MartinFillon MartinFillon requested a review from bnjbvr November 4, 2024 21:27
@MartinFillon
Copy link
Author

J'ai aussi ajouté quelques cas qui je pense peuvent être utilisés.

"compter" => "count",
"trouve" => "find",
"trouve_en_appliquant" => "find_map",
"tous" | "toutes" => "all",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cela me tient à cœur (hacker ?) d'annoncer la couleur de la communauté Rouille.

Suggested change
"tous" | "toutes" => "all",
"tous" | "toutes" | "tous·tes" => "all",

Comment on lines 137 to 144
"taille_non_sigée" => "usize",
"taille_sigée" => "isize",
"entier_non_sigé_8" => "u8",
"entier_non_sigé_32" => "u32",
"entier_non_sigé_64" => "u64",
"entier_sigé_8" => "i8",
"entier_sigé_32" => "i32",
"entier_sigé_64" => "i64",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J'imagine «signé » ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants