-
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
phet.joist.sim.version is "joist internal" #179
Comments
Looks like the above code is basically doing what we're trying to accomplish in phetsims/joist#406 -- that is, provide a way to decide whether to show answers. So once phetsims/joist#406 is addressed, it can be used here. |
If the identified code is intended to enable answers for dev & rc versions, it is incorrect. Published phetio versions also contain a '-', e.g. This points out another problem. Sims should not be parsing the version identifier. The version identifier should be read by something like SimVersion which handles the parsing, and provides clients with an API for accessing the version identifier. See phetsims/joist#411. |
3/9/17 developer meeting: |
It does not look like phetsims/joist#411 is complete, and PhET-iO will not be part of the upcoming region and culture publication. Marking as deferred. |
ArithmeticModel contains this bit of code:
window.phet.joist.sim.version
is annotated as@public (joist-internal)
, so Arithmetic should not be using it. And it's causing me problems over in phetsims/joist#406, where I am investigating makingsim.version
go away.The text was updated successfully, but these errors were encountered: