-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what to do about old-style format patterns? #266
Comments
Should we be using this pattern for now? phetsims/scenery-phet#317 (comment) |
If you need/want a quick fix, yes, handle the conversion from named to numbered placeholders in your code. And/or wait to see what is decided in phetsims/scenery-phet#446. |
On hold until phetsims/scenery-phet#446 is decided. |
12/20/18 dev meeting consensus:
|
12/28/18 update: NumberDisplay (and therefore NumberControl) now supports both named and numbered placeholders, see phetsims/scenery-phet#446 (comment). So there is no need to apply the workaround in this sim. You can simply use |
Proposed fix is pushed, @pixelzoom can you please review? By the way, thanks for fixing that! |
👍 Closing. |
Noted in code review #259, and related to general issue phetsims/scenery-phet#446.
Wave Interference is a new sim, but is using old-style format patterns (numbered placeholders), i.e.:
Creating more strings that use old-style seems like something that we want to avoid. Whether we do anything for Wave Interference depends on decisions for phetsims/scenery-phet#446.
The text was updated successfully, but these errors were encountered: