Problem in amplification ScaledDecimal values
Nobody has claimed this yet.
- Dominant language
- Smalltalk
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Input amplifier cannot transform `ScaledDecimal`s. For more info evaluate the following lines in an Playground:
```smalltalk
{3.14159s / 2.
(3.14159s / 2) asString.
RBParser parseExpression: '1.57080s5'.
RBLiteralValueNode value: 3.14159s / 2.
(3.14159s) isLiteral .
(3.14159s / 2) isLiteral .
(RBLiteralValueNode value: 3.14159s / 2) formattedCode } inspect.
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by evaluating the provided expressions in a Pharo Playground to reproduce how ScaledDecimal values behave during amplification, parsing, literal detection, and formatting. Trace the input amplifier's handling of these values and define completion as successfully transforming the reproduced ScaledDecimal inputs without the demonstrated failure.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100