GraphiteEditor / GraphiteEditor/Graphite
convert string value to float or int
- Langage dominant
- Rust
- Étoiles
- 27.2k
- Forks
- 1.3k
- Merge moyen
- 20 h 5 min
- PR mergées (30 j)
- 57
Description
I had created a string with float values separated by ; (semicolons)
I split on ; and tried to convert to float, but this didn´t work, even when to_u32, to_u64 and to_f64 nodes exist.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by reproducing the semicolon-separated string case described in the issue and inspect how split string values are passed to the to_u32, to_u64, and to_f64 nodes. Identify the conversion path responsible for rejecting or mishandling the values, then verify that valid split numeric strings convert successfully to integer and float outputs.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- rust
- Domaine
- backend
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- Calme
- Clarté
- À clarifier
- Accessibilité débutants
- 45/100