phetsims / bending-light

"Bending Light" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/bending-light
GNU General Public License v3.0
8 stars 8 forks source link

Create a release candidate #330

Closed samreid closed 8 years ago

samreid commented 8 years ago

Dev testing has completed and all issues have been closed. I saw something come up during fuzz testing in #329, we can proceed to release candidate.

samreid commented 8 years ago

Following the steps in https://github.com/phetsims/phet-info/blob/master/sim_deployment.md I created a branch, grunted and ran grunt deploy-dev. It was not until after I completed these steps that I realized that I want to use the same SHAs as the ones in the dev tests. So I am planning to delete this rc and post a new one that uses the tested SHAs.

samreid commented 8 years ago

Switched to the appropriate shas above.

samreid commented 8 years ago

ran grunt checkout-shas

samreid commented 8 years ago

RC is available here: http://www.colorado.edu/physics/phet/dev/html/bending-light/1.0.0-rc.1/bending-light_en.html

I just want to manually diff the files before RC testing begins to make sure all of the differences between this and dev.51 are known.

samreid commented 8 years ago

Aside from version number changes, mipmap order changes and date changes, I am seeing differences like these:

image

samreid commented 8 years ago

I manually inspected the changes and they seemed OK, so I'll proceed with the RC testing. I'll also create a chipper issue to try to understand what is causing these differences.