GraphiteEditor / GraphiteEditor/Graphite
convert string value to float or int
Open
- Dominant language
- Rust
- Stars
- 27.2k
- Forks
- 1.3k
- Avg merge
- 20h 5m
- Merged PRs (30d)
- 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.
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100