phetsims / aqua

Automatic QUality Assurance
MIT License
2 stars 4 forks source link

Several CT tests are no longer being done #47

Closed KatieWoe closed 3 years ago

KatieWoe commented 6 years ago

These tests have not been done in CT for some time axon circuit construction kit common phet core phet io phetcommon querry string machine tandem

jonathanolson commented 6 years ago

Hmm, the last test was:

last test results ``` Last login: Wed Jul 25 02:31:45 on ttys001 jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ cd ../equality-explorer jon@Jonathans-MacBook-Pro:~/phet/git/equality-explorer$ grunt Running "lint-all" task Running "clean" task Running "build" task Building runnable repository (equality-explorer, brands: phet) Building brand: phet >> require.js optimization for brand: phet complete (4328854 bytes) >> Minification for phet complete >> Require.js: 1460319 bytes >> Preloads: 243664 bytes >> Mipmaps: 24778 bytes Done. jon@Jonathans-MacBook-Pro:~/phet/git/equality-explorer$ cd ../chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git add js/initialize-globals.js jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git commit -m "Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46" HEAD detached at a8fc326 nothing to commit, working tree clean jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git status HEAD detached at a8fc326 nothing to commit, working tree clean jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit a8fc3269d026a9594f40ab3697929254d18cafe7 (HEAD) Author: Jonathan Olson Date: Thu Aug 9 22:28:57 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit 9222b8efa739f10593793d4db92f67ab6386bca2 Author: Chris Malley Date: Fri Jul 13 11:17:34 2018 -0600 doc Signed-off-by: Chris Malley commit feef2dd262a2ae0f6d7b0998d19a9fc6572b9985 Author: Chris Malley Date: Fri Jul 13 10:55:56 2018 -0600 add phet.chipper.showAnswers, https://github.com/phetsims/joist/issues/406 Signed-off-by: Chris Malley commit 4af66b0dd9977dc54238fc410527c1c350c580d8 Author: Chris Malley Date: Fri Jul 13 10:40:25 2018 -0600 move binder query parameter to maintain alphabetical order, https://github.com/phetsims/binder/issues/1 Signed-off-by: Chris Malley commit a03dabefcd8ca3f93c6ec7d878cb33a627014f42 Author: Chris Malley Date: Fri Jul 13 10:37:28 2018 -0600 move supportsEnhancedSound query parameter to maintain alphabetical order, https://github.com/phetsims/tambo/issues/12, https://github.com/phetsims/joist/issues/497 Signed-off-by: Chris Malley commit fb8805fe9ce44cb5ca35e414b75e25efd97197db Author: Chris Malley Date: Fri Jul 13 10:36:06 2018 -0600 move tambo query parameter to maintain alphabetical order, https://github.com/phetsims/tambo/issues/12, https://github.com/phetsims/joist/issues/497 Signed-off-by: Chris Malley commit f85db949a0a4db9bad02496f0f62890484729f66 Author: Chris Malley Date: Fri Jul 13 10:19:13 2018 -0600 promote isProduction to a global variable, https://github.com/phetsims/joist/issues/406 Signed-off-by: Chris Malley commit 73de3049163dce024044049f449c15052e6e70d8 Merge: bcde270 f1b6a33 Author: zepumph Date: Tue Jul 10 13:59:33 2018 -0800 Merge branch 'master' of https://github.com/phetsims/chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git status HEAD detached at a8fc326 nothing to commit, working tree clean jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ cd ../phetcommon jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git status HEAD detached at 6ec8cd8 Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: js/analytics/google-analytics.js no changes added to commit (use "git add" and/or "git commit -a") jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git add js/analytics/google-analytics.js jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git commit -m "Providing external tracking with ga/gaPage query parameters, see https://github.com/phetsims/phetcommon/issues/46" [detached HEAD b53ace4] Providing external tracking with ga/gaPage query parameters, see https://github.com/phetsims/phetcommon/issues/46 1 file changed, 1 insertion(+), 1 deletion(-) jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git log commit b53ace41bb44a59e2147a590aeb7b17a9919ecfd (HEAD) Author: Jonathan Olson Date: Thu Aug 9 22:42:42 2018 -0600 Providing external tracking with ga/gaPage query parameters, see https://github.com/phetsims/phetcommon/issues/46 commit 6ec8cd890b154f1f58b45112efd51a0b037e0451 Author: Jonathan Olson Date: Tue Jun 19 13:49:50 2018 -0600 Updating generated files to add he-1.1.1 as a dependency for https://github.com/phetsims/scenery/issues/769 commit add1dbb2b874b24776acb78817a8820c4ff400ce Author: samreid Date: Fri Jun 8 12:51:42 2018 -0600 Replaced '// phet-io modules' with '// iphetio', see https://github.com/phetsims/phet-io/issues/1331 commit 80414edbe26f41b5f5544377c2dae03a8cca9922 Author: Jonathan Olson Date: Tue Jun 5 12:09:51 2018 -0600 Hooking up ?ga query parameter, see https://github.com/phetsims/phetcommon/issues/46 commit ddb76c0cc894fc9ef328bab0e00a0ac969eebf5c Author: Jonathan Olson Date: Tue May 22 00:26:31 2018 -0600 Regenerating files, see https://github.com/phetsims/chipper/issues/671 commit 9a8756e6aa70e998bcdbca68de5ffd9a8475ac9a Author: Chris Malley Date: Tue Apr 24 15:53:24 2018 -0600 move fix into Util.lcm, https://github.com/phetsims/equality-explorer/issues/71 Signed-off-by: Chris Malley commit b594d37712edd09091eaad5a9d487af005411176 Author: Chris Malley Date: Tue Apr 24 15:30:36 2018 -0600 fix setToSum, guarantee that denominator is an integer, https://github.com/phetsims/equality-explorer/issues/71 Signed-off-by: Chris Malley commit 0bb1986715a1a90854ea10052c24b94fbbd9c088 Author: Chris Malley Date: Fri Apr 20 16:43:54 2018 -0600 doc Signed-off-by: Chris Malley commit 3a8aa95991486b3bf607c227439bc38b29fb35b7 Author: Chris Malley Date: Fri Apr 20 16:43:32 2018 -0600 ES5 set/get for numerator and denominator, to verify that they are integer values, #45 jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ cd ../build-an-atom jon@Jonathans-MacBook-Pro:~/phet/git/build-an-atom$ grunt Running "lint-all" task Running "clean" task Running "requirejs-build" task WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters Running "after-requirejs-build" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/build-an-atom$ cd ../chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git add js/initialize-globals.js jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git commit -m "Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46" [detached HEAD 7d5ad5b] Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 1 file changed, 23 insertions(+) jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit 7d5ad5bd5ce2206a0a4791b30ce6ac6d8fd85bf3 (HEAD) Author: Jonathan Olson Date: Thu Aug 9 22:49:19 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit 074f705d17ce7edd74673d796b3ac7e3ff29f888 (origin/build-an-atom-1.6, build-an-atom-1.6) Author: Jonathan Olson Date: Tue Jul 24 22:59:30 2018 -0600 Patch for Open Graph metadata, see https://github.com/phetsims/chipper/issues/677 commit 80ecc40f74a3f7dce27a53b93bc1a66f99394bbe Author: samreid Date: Thu Jul 13 09:14:43 2017 -0600 Added CCK-DC-Virtual-Lab, see https://github.com/phetsims/circuit-construction-kit-dc/issues/72 commit 9a9282f605eb29736c0d282ed4020596235084d2 Author: zepumph Date: Tue Jul 11 13:38:11 2017 -0800 Bug fix to keep filteredContents, https://github.com/phetsims/phet-io/issues/1055 https://github.com/phetsims/phet-io-wrappers/issues/10 commit b9d822b6162b3a708f04793a5a6584f9b5b72af0 Author: zepumph Date: Mon Jul 10 16:08:40 2017 -0800 minify js code on phet-io build, https://github.com/phetsims/phet-io/issues/1055 commit 1c9260aef4dbf80845170bb8c0fb01925f55d540 Merge: 4ff0982 fa7030e Author: zepumph Date: Mon Jul 10 09:03:21 2017 -0800 Merge remote-tracking branch 'origin/master' commit 4ff0982c393819fe96ea4f9966c76faa4de68de0 Author: zepumph Date: Mon Jul 10 09:01:30 2017 -0800 mangle all but require, https://github.com/phetsims/phet-io-wrapper-sonification/issues/19 commit fa7030e2602cadb550593f87888e803d0245a453 Author: Jonathan Olson Date: Mon Jul 10 10:56:10 2017 -0600 Adding smithers to active-repos commit 9568ce374582c2d704967b697ea559d70389ae4b Author: zepumph Date: Fri Jul 7 12:25:09 2017 -0800 minify, but don't mangle, https://github.com/phetsims/phet-io-wrapper-sonification/issues/19 commit 815afb5c4421df467df1a2b23d34dc8775a826cc Author: zepumph Date: Thu Jul 6 17:31:32 2017 -0800 non minified build but works, https://github.com/phetsims/phet-io-wrapper-sonification/issues/19 jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ cd ../make-a-ten/ jon@Jonathans-MacBook-Pro:~/phet/git/make-a-ten$ grunt Running "eslint:allFiles" (eslint) task Running "clean" task Running "requirejs-build" task WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters Running "after-requirejs-build" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/make-a-ten$ cd ../chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git add js/initialize-globals.js jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git commit -m "Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46" [detached HEAD 159d35a] Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 1 file changed, 23 insertions(+) jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit 159d35a79822687617410532eb610c4b6f1b1309 (HEAD) Author: Jonathan Olson Date: Thu Aug 9 22:55:06 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit d49a8ba3f06832b88ce3aaeb9f5ec2413bbfaabd (origin/make-a-ten-1.0, make-a-ten-1.0) Author: Jonathan Olson Date: Tue Jul 24 22:59:30 2018 -0600 Patch for Open Graph metadata, see https://github.com/phetsims/chipper/issues/677 commit 61bdb816f84c3ec2a87ea4df3de3d91f91506f6e Author: Jonathan Olson Date: Thu Mar 30 11:05:26 2017 -0600 Add query parameter reference for the android app, see https://github.com/phetsims/phet-android-app/issues/16 commit f4cd39bfd3865b29e8f87da62e39f24d1fb9b335 Author: zepumph Date: Tue Jan 24 18:06:31 2017 -0700 remove log statements, https://github.com/phetsims/phet-io/issues/971 commit a598d5c849928dbec57e32d3916b9dd6ca7f92ea Author: zepumph Date: Tue Jan 24 18:05:07 2017 -0700 validate getPreloadForBrand, https://github.com/phetsims/phet-io/issues/971 commit 8de8dd03d2049ffba724cf5def38e1b3d23158f2 Author: zepumph Date: Tue Jan 24 18:02:47 2017 -0700 getPreloadForBrand now adds from package.json, https://github.com/phetsims/phet-io/issues/971 commit 061e4edf3981590ce1390a58298c45878589b5cf Merge: 35530b5 48927dd Author: zepumph Date: Tue Jan 24 16:05:34 2017 -0700 Merge remote-tracking branch 'origin/master' commit 35530b517f90ef0c42c566953d320111fb937132 Author: zepumph Date: Tue Jan 24 16:00:16 2017 -0700 added pruneAndUpdate to checkout-shas/master, https://github.com/phetsims/chipper/issues/542 commit 6486b83f8c239b35745d5cf4455b307469d1e075 Author: zepumph Date: Tue Jan 24 15:58:42 2017 -0700 added pruneAndUpdate to checkout-shas/master, https://github.com/phetsims/chipper/issues/542 commit c26ed5aab584e7e87c6290dfb4103868b6f0269b Author: zepumph Date: Tue Jan 24 15:56:16 2017 -0700 added pruneAndUpdate to checkout-shas/master, https://github.com/phetsims/chipper/issues/542 jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ cd ../states-of-matter jon@Jonathans-MacBook-Pro:~/phet/git/states-of-matter$ grunt Running "eslint:allFiles" (eslint) task Running "clean" task Running "requirejs-build" task Running "after-requirejs-build" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/states-of-matter$ cd ../chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git add js/initialize-globals.js jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git commit -m "Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46" [detached HEAD 4760bf2] Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 1 file changed, 23 insertions(+) jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit 4760bf238a4e2d288ef7e9bbfb87953cc0571603 (HEAD) Author: Jonathan Olson Date: Thu Aug 9 22:58:52 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit 8333cbf0ee6bc96f19a3c33b2a25f74300af8e9c (origin/states-of-matter-1.0, states-of-matter-1.0) Author: Jonathan Olson Date: Tue Jul 24 22:59:30 2018 -0600 Patch for Open Graph metadata, see https://github.com/phetsims/chipper/issues/677 commit c18236bfcb2e49855f0dc1a7a4ede626881049f3 Author: Jonathan Olson Date: Thu Mar 30 11:05:26 2017 -0600 Add query parameter reference for the android app, see https://github.com/phetsims/phet-android-app/issues/16 Conflicts: js/initialize-globals.js commit c231a50ce429928eeb2a5666f0d08d4767b49136 Author: samreid Date: Wed Dec 14 09:59:54 2016 -0700 Factored out getVersionForBrand, see https://github.com/phetsims/chipper/issues/528 and https://github.com/phetsims/joist/issues/64 commit 535f386f3e4b8a9d636ad1c97746d469c7ea6e22 Author: samreid Date: Wed Dec 14 09:35:58 2016 -0700 Report line number and column for todo issues, see https://github.com/phetsims/joist/issues/64 commit 02666213c8b67a24c9725981be9968bc24f5a1f7 Author: Jonathan Olson Date: Tue Dec 13 17:27:00 2016 -0700 Improved JS-only build support, see https://github.com/phetsims/scenery/issues/593. Adds buildConfig isJSOnly and associated parameters, and modifies how things build when that is true (e.g. Scenery/Kite/Dot) commit a418d41da0832aae8c6e7be9fc8a84e238b8d962 Author: samreid Date: Tue Dec 13 11:52:57 2016 -0700 Removed todo-should-have-issue rule temporarily, see https://github.com/phetsims/joist/issues/64 commit f50a6e6780aa7a85223eb56de04102003194f869 Author: Jesse Greenberg Date: Mon Dec 12 16:13:49 2016 -0700 enable eslint rule to catch native html constructors commit 414aa376a0354f86ddf3c0bea92aafa7a3298849 Author: Jesse Greenberg Date: Mon Dec 12 16:13:21 2016 -0700 disable eslint native constructor rule commit 2f22ced833c5b7004d5d5fce9cce83db52d20bf2 jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ cd ../beers-law-lab/ jon@Jonathans-MacBook-Pro:~/phet/git/beers-law-lab$ grunt --brand=phet-io Running "eslint:allFiles" (eslint) task Running "clean" task Running "requirejs-build" task Running "after-requirejs-build" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/beers-law-lab$ cd ../chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git add js/initialize-globals.js jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git commit -m "Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46" [detached HEAD 700a4c1] Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 1 file changed, 23 insertions(+) jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit 700a4c132da66a3523683efec978615693c73be8 (HEAD) Author: Jonathan Olson Date: Thu Aug 9 23:04:58 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit 9da21cf2afdef7d6831cb4f9e65ded65b6d22c2d (origin/beers-law-lab-1.6-phetio, beers-law-lab-1.6-phetio) Author: Jonathan Olson Date: Tue Jul 24 22:59:30 2018 -0600 Patch for Open Graph metadata, see https://github.com/phetsims/chipper/issues/677 commit b0fa3704a15d9fa1974e675265132058292b4e3e Merge: 5fba8b3 9c36a6e Author: zepumph Date: Fri Dec 2 10:02:54 2016 -0700 Merge branch 'master' of https://github.com/phetsims/chipper commit 5fba8b31765f38fb0a74534f88e9d806a4caf717 Author: zepumph Date: Fri Dec 2 10:01:59 2016 -0700 Updated code structure phetsims/phet-io#732 commit 9c36a6eef74da2418d4659f2756d229edc104b5d Author: zepumph Date: Fri Dec 2 10:01:59 2016 -0700 Updated code structure #732 commit f7a11fa8f5dfe08a0ed9ca71c2f3f154bdd3099b Author: zepumph Date: Fri Dec 2 09:49:01 2016 -0700 grunt lint will lint wrappers/ in phet-io phetsims/phet-io#732 commit d3f3c17ee58487f2add3b7a306005c7eb83c7048 Author: zepumph Date: Thu Dec 1 15:24:39 2016 -0700 Added copyright statement for lint see https://github.com/phetsims/special-ops/issues/49 commit 0e27de6b75a5684e3d139f09959720b284ebae8e Merge: 5d94106 36a84b5 Author: Jonathan Olson Date: Thu Dec 1 12:54:18 2016 -0700 Merge branch 'coverage' commit 5d9410657347701e421fc0c775932d837d0e8cd5 Author: Chris Malley Date: Thu Dec 1 12:12:33 2016 -0700 format query parameter schema commit e680a7340798a0894cbe64f4e6c89e3f92fb1be6 Author: zepumph Date: Wed Nov 30 13:14:40 2016 -0700 jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git add js/initialize-globals.js jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git commit -m "Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46" [detached HEAD f71755a] Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 1 file changed, 23 insertions(+) jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit f71755acb5c8e7418e397240bae7613141b541cb (HEAD) Author: Jonathan Olson Date: Thu Aug 9 23:08:59 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit 45a91e49365da54aab05d9eaf77ddb45672882cc (origin/build-an-atom-1.4-phetio, build-an-atom-1.4-phetio) Author: Jonathan Olson Date: Tue Jul 24 22:59:30 2018 -0600 Patch for Open Graph metadata, see https://github.com/phetsims/chipper/issues/677 commit 7d13086062f7f704943dcd44fd0b849ae24f06b1 Author: Jonathan Olson Date: Sat Feb 25 04:03:10 2017 -0700 Adding twixt as an active runnable for the demo for https://github.com/phetsims/twixt/issues/3 commit 662543c770a5dedbb66b8a5d525d900b92f1436f Merge: 75e719b be93c66 Author: mattpen Date: Mon Feb 20 14:37:49 2017 -0700 Merge branch 'master' of https://github.com/phetsims/chipper commit 75e719ba386ca45a9c48812a3f31ba06853aac58 Author: mattpen Date: Mon Feb 20 14:37:44 2017 -0700 Renamed ipad app repo, added android repo to active-repos phetsims/phet-app#279 commit be93c66d1c932d4859b3969a8cb305458de1e2ae Author: Jesse Greenberg Date: Fri Feb 17 18:21:14 2017 -0700 add coulombs-law to sim lists commit 4033acc65e9745b9f806b497616d3b5839cc7ed2 Author: Jesse Greenberg Date: Thu Feb 16 11:06:14 2017 -0700 grunt task to generate accessibility visualization html, see #547 commit 72a9db00c170ce439e4207e71639823e9cb5f3ef Author: Jonathan Olson Date: Sun Feb 12 18:22:02 2017 -0600 Include lint in Scenery builds, see https://github.com/phetsims/scenery/issues/598 commit 7fa24cf8cb69c8d4bd990ebf0bf582138b36c6de Author: samreid Date: Thu Feb 9 22:19:05 2017 -0700 Fixes for todo-should-have-issue, see https://github.com/phetsims/joist/issues/380 commit 240a62d467073cfb29e1200976c67e4d0a7ce36e Author: Jesse Greenberg Date: Thu Feb 9 18:28:49 2017 -0700 allow url or issue number reference, see #380 jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ cd ../build-an-atom jon@Jonathans-MacBook-Pro:~/phet/git/build-an-atom$ grunt lint Running "eslint:repoFiles" (eslint) task Done. jon@Jonathans-MacBook-Pro:~/phet/git/build-an-atom$ cd ../chipper jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ git log commit f71755acb5c8e7418e397240bae7613141b541cb (HEAD) Author: Jonathan Olson Date: Thu Aug 9 23:08:59 2018 -0600 Adding ga and gaPage query parameters for https://github.com/phetsims/phetcommon/issues/46 commit 45a91e49365da54aab05d9eaf77ddb45672882cc (origin/build-an-atom-1.4-phetio, build-an-atom-1.4-phetio) Author: Jonathan Olson Date: Tue Jul 24 22:59:30 2018 -0600 Patch for Open Graph metadata, see https://github.com/phetsims/chipper/issues/677 commit 7d13086062f7f704943dcd44fd0b849ae24f06b1 Author: Jonathan Olson Date: Sat Feb 25 04:03:10 2017 -0700 Adding twixt as an active runnable for the demo for https://github.com/phetsims/twixt/issues/3 commit 662543c770a5dedbb66b8a5d525d900b92f1436f Merge: 75e719b be93c66 Author: mattpen Date: Mon Feb 20 14:37:49 2017 -0700 Merge branch 'master' of https://github.com/phetsims/chipper commit 75e719ba386ca45a9c48812a3f31ba06853aac58 Author: mattpen Date: Mon Feb 20 14:37:44 2017 -0700 Renamed ipad app repo, added android repo to active-repos phetsims/phet-app#279 commit be93c66d1c932d4859b3969a8cb305458de1e2ae Author: Jesse Greenberg Date: Fri Feb 17 18:21:14 2017 -0700 add coulombs-law to sim lists commit 4033acc65e9745b9f806b497616d3b5839cc7ed2 Author: Jesse Greenberg Date: Thu Feb 16 11:06:14 2017 -0700 grunt task to generate accessibility visualization html, see #547 commit 72a9db00c170ce439e4207e71639823e9cb5f3ef Author: Jonathan Olson Date: Sun Feb 12 18:22:02 2017 -0600 Include lint in Scenery builds, see https://github.com/phetsims/scenery/issues/598 commit 7fa24cf8cb69c8d4bd990ebf0bf582138b36c6de Author: samreid Date: Thu Feb 9 22:19:05 2017 -0700 Fixes for todo-should-have-issue, see https://github.com/phetsims/joist/issues/380 commit 240a62d467073cfb29e1200976c67e4d0a7ce36e Author: Jesse Greenberg Date: Thu Feb 9 18:28:49 2017 -0700 allow url or issue number reference, see #380 commit 01bfbbe6ee9508194c5370fb8eacb7154214a0d4 Author: zepumph Date: Tue Feb 7 13:59:24 2017 -0700 copyright date commit fae6082dcdad841fef3ec67899cc6debacad67b8 Author: Jesse Greenberg Date: Tue Feb 7 09:44:47 2017 -0700 remove hidden attribute from aria-live elements in sim templates, see phetsims/john-travoltage#180 commit 1a52da286cb0e025485155f5ace7448c0f9efefe Author: samreid Date: Mon Feb 6 23:23:45 2017 -0700 Added john-travoltage, see https://github.com/phetsims/john-travoltage/issues/182 commit a31b8a5e88b89835f895301c51a42db6b27ae467 Author: samreid Date: Mon Feb 6 10:08:41 2017 -0700 Replaced TandemText with Text, see https://github.com/phetsims/phet-io/issues/926 commit b4d2803f8319e6524bc145f958ce33fb898fa106 Author: samreid Date: Fri Feb 3 15:55:21 2017 -0700 Updated to lodash 4.17.4, see https://github.com/phetsims/sherpa/issues/58 commit 635b23e7e3d3127b559828dd8acbcfd055e0db5f Author: Jonathan Olson Date: Thu Feb 2 09:56:19 2017 -0600 Fixing typo, see #509 commit cf7d7ef1046d53bbefb485a2b64f439b994a4333 Author: Jonathan Olson Date: Wed Feb 1 20:12:19 2017 -0600 Only allow --allHTML flag if the brand is 'phet', see https://github.com/phetsims/chipper/issues/509 commit 52e9b503c1c581495f0d21bc68e539e58fa42f03 Author: zepumph Date: Wed Feb 1 14:44:26 2017 -0700 styled and conventional code, https://github.com/phetsims/chipper/issues/542 commit edcb8b38566156014134723a04d5b380a89433cb Author: zepumph Date: Wed Feb 1 14:43:36 2017 -0700 styled and conventional code, https://github.com/phetsims/chipper/issues/542 commit 23001a7a63fcc6d3233f145e22174f8d62c48949 Author: samreid Date: Tue Jan 31 00:14:15 2017 -0700 Reverted hacks (should have been in a branch), see https://github.com/phetsims/joist/issues/349 commit 66e9b9eb3bbbc1a8933bca3cdca1d305b2e16680 Author: samreid Date: Tue Jan 31 00:11:18 2017 -0700 Hacks to investigate showing animation during download, see https://github.com/phetsims/joist/issues/349 commit f4cd39bfd3865b29e8f87da62e39f24d1fb9b335 Author: zepumph Date: Tue Jan 24 18:06:31 2017 -0700 remove log statements, https://github.com/phetsims/phet-io/issues/971 commit a598d5c849928dbec57e32d3916b9dd6ca7f92ea Author: zepumph Date: Tue Jan 24 18:05:07 2017 -0700 validate getPreloadForBrand, https://github.com/phetsims/phet-io/issues/971 commit 8de8dd03d2049ffba724cf5def38e1b3d23158f2 Author: zepumph Date: Tue Jan 24 18:02:47 2017 -0700 getPreloadForBrand now adds from package.json, https://github.com/phetsims/phet-io/issues/971 commit 061e4edf3981590ce1390a58298c45878589b5cf Merge: 35530b5 48927dd Author: zepumph Date: Tue Jan 24 16:05:34 2017 -0700 Merge remote-tracking branch 'origin/master' jon@Jonathans-MacBook-Pro:~/phet/git/chipper$ cd ../acid-base-solutions/ jon@Jonathans-MacBook-Pro:~/phet/git/acid-base-solutions$ grunt Running "eslint:allFiles" (eslint) task Running "clean" task Running "requirejs:build" (requirejs) task >> RequireJS optimizer finished /Users/jon/phet/git/acid-base-solutions/build/acid-base-solutions.min.js Uncompressed size: 2105255 bytes. Compressed size: 366505 bytes gzipped. (993265 bytes minified) Running "after-requirejs-build" task Running "create-together-files" task Done, without errors. jon@Jonathans-MacBook-Pro:~/phet/git/acid-base-solutions$ grunt Running "eslint:allFiles" (eslint) task Running "clean" task Running "requirejs:build" (requirejs) task >> RequireJS optimizer finished /Users/jon/phet/git/acid-base-solutions/build/acid-base-solutions.min.js Uncompressed size: 2105255 bytes. Compressed size: 366505 bytes gzipped. (993265 bytes minified) Running "after-requirejs-build" task Running "create-together-files" task Done, without errors. jon@Jonathans-MacBook-Pro:~/phet/git/acid-base-solutions$ cd ../perennial/ jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: js/common/ReleaseBranch.js no changes added to commit (use "git add" and/or "git commit -a") jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ git add js/analytics/google-analytics.js fatal: pathspec 'js/analytics/google-analytics.js' did not match any files jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ cd ../phetcommon jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git add js/analytics/google-analytics.js jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git commit -m "Providing external tracking with ga/gaPage query parameters, see https://github.com/phetsims/phetcommon/issues/46" [detached HEAD 0f78f7e] Providing external tracking with ga/gaPage query parameters, see https://github.com/phetsims/phetcommon/issues/46 1 file changed, 9 insertions(+) jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ git log commit 0f78f7ebca9331dab6972da4dbd663631579d183 (HEAD) Author: Jonathan Olson Date: Fri Aug 10 01:27:21 2018 -0600 Providing external tracking with ga/gaPage query parameters, see https://github.com/phetsims/phetcommon/issues/46 commit 4f2a293183a9a644834332dd969c3824a09c3b3c (origin/acid-base-solutions-1.2, acid-base-solutions-1.2) Author: Jonathan Olson Date: Thu Mar 2 11:17:57 2017 -0700 Include the brand directly in Yotta messages. See https://github.com/phetsims/phetcommon/issues/37 commit 99b1ceb6bd126fac3e067c7cca0dfa620f6e326e Author: Jonathan Olson Date: Thu Mar 30 10:56:39 2017 -0600 Change the load type for the phet-android-app query parameter, see https://github.com/phetsims/phet-android-app/issues/16 Conflicts: js/analytics/google-analytics.js commit 290468164c47ce05f2d3e937caa7004fd074845a Author: Jonathan Olson Date: Thu Apr 6 11:20:03 2017 -0600 acid-base-solutions fix for https://github.com/phetsims/special-ops/issues/68 commit d86e8b32788d1780527ee2f1e2033674ae42d53b Author: Jonathan Olson Date: Tue Dec 6 12:23:23 2016 -0700 Applying changes for Yotta statistics messages, see https://github.com/phetsims/yotta/issues/30 commit 6699666ca7ec449a458d1a4b8871fb7fa3f4e94a Author: jbphet Date: Fri Jun 10 14:05:13 2016 -0600 fixed an issue where embedded simulations weren't being reported to Google analytics, see https://github.com/phetsims/chipper/issues/50, this particular commit was done to ease the bulk maintenance release process commit de21f644ec7701e6d8597b0aefcdb3742a5c27ed Author: mattpen Date: Tue Mar 8 23:05:15 2016 -0700 GA script now tracks hits fromphet-app and embedded sims phetsims/phet-app#17 phetsims/chipper#50 (cherry picked from commit 5fa7fe642700c156ba9a412d8e1a0d80bf9e61fa) commit eff6a3ded6bcb498d544da6133f594c1d06abe5b Author: mattpen Date: Fri Feb 26 21:58:14 2016 -0700 Added check for file protocol for phet and phetio trackers phetsims/chipper#429 (cherry picked from commit 380b1fb5f15d097133bfceaf119d3eaf40a3a2d4) commit 85b70897a659e03af24c5ef6293b263e78205e27 Author: Jonathan Olson Date: Fri Feb 5 12:17:39 2016 -0700 jon@Jonathans-MacBook-Pro:~/phet/git/phetcommon$ cd ../charges-and-fields/ jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ git checkout 1.0 Switched to branch '1.0' Your branch is up to date with 'origin/1.0'. jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ vi package.json jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ git add package.json jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ git commit -m "Manual bump for maintenance release" [1.0 142f32d] Manual bump for maintenance release 1 file changed, 2 insertions(+), 2 deletions(-) jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ git push origin 1.0 Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 311 bytes | 311.00 KiB/s, done. Total 3 (delta 2), reused 0 (delta 0) remote: Resolving deltas: 100% (2/2), completed with 2 local objects. To https://github.com/phetsims/charges-and-fields.git f53b541..142f32d 1.0 -> 1.0 jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ git checkout c jon@Jonathans-MacBook-Pro:~/phet/git/charges-and-fields$ cd ../plinko-probability/ jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ git checkout 1.1 Switched to branch '1.1' Your branch is up to date with 'origin/1.1'. jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ vi package.json jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ git add package.json jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ git commit -m "Manual version bump due to conflict for maintenance releases" [1.1 8bff51f] Manual version bump due to conflict for maintenance releases 1 file changed, 2 insertions(+), 2 deletions(-) jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ git push origin 1.1 Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 334 bytes | 334.00 KiB/s, done. Total 3 (delta 2), reused 0 (delta 0) remote: Resolving deltas: 100% (2/2), completed with 2 local objects. To https://github.com/phetsims/plinko-probability.git 624c1c7..8bff51f 1.1 -> 1.1 jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ cat ~/.phet/ .credentials build-local.json print-shas.out jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ cat ~/.phet/build-local.json { "devUsername": "olsonjb", "devPassword": "iqu0chu$", "buildServerAuthorizationCode": "d!8-A3fBvG2Jd#HV^SkW", "brand": "phet", "brands": [ "phet", "phet-io" ], "buildServerNotifyEmail": "jonathan.olson@colorado.edu", "websiteAuthorizationCode": "3450d882c1e8d3976909e1ebc1" }jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ cat ~/.phet/.credentials jonathanolson:73*112di jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ nc phet-server.int.colorado.edu 80 HTTP/1.0 GET / ^C jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ nc phet-server.int.colorado.edu 80 HTTP/1.1 Host:^C jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ ping -c 1 phet-server.int.colorado.edu PING phet-server.int.colorado.edu (172.20.5.70): 56 data bytes 64 bytes from 172.20.5.70: icmp_seq=0 ttl=61 time=11.636 ms --- phet-server.int.colorado.edu ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 11.636/11.636/11.636/0.000 ms jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ echo $? 0 jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ ping -c 1 phet-server.int.colorado.edu ping: cannot resolve phet-server.int.colorado.edu: Unknown host jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ echo $? 68 jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ node > const dns = require( 'dns' ); undefined > dns.resolve( 'phet-server.int.colorado.edu', err => console.log( err ) ) QueryReqWrap { bindingName: 'queryA', callback: [Function], hostname: 'phet-server.int.colorado.edu', oncomplete: [Function: onresolve], ttl: false, domain: Domain { domain: null, _events: { removeListener: [Function: updateExceptionCapture], newListener: [Function: updateExceptionCapture], error: [Function: debugDomainError] }, _eventsCount: 3, _maxListeners: undefined, members: [] }, channel: ChannelWrap {} } > { Error: queryA ESERVFAIL phet-server.int.colorado.edu at QueryReqWrap.onresolve [as oncomplete] (dns.js:213:19) message: 'queryA ESERVFAIL phet-server.int.colorado.edu', errno: 'ESERVFAIL', code: 'ESERVFAIL', syscall: 'queryA', hostname: 'phet-server.int.colorado.edu' } > dns.resolve( 'phet-server.int.colorado.edu', err => console.log( err ) ) QueryReqWrap { bindingName: 'queryA', callback: [Function], hostname: 'phet-server.int.colorado.edu', oncomplete: [Function: onresolve], ttl: false, domain: Domain { domain: null, _events: { removeListener: [Function: updateExceptionCapture], newListener: [Function: updateExceptionCapture], error: [Function: debugDomainError] }, _eventsCount: 3, _maxListeners: undefined, members: [] }, channel: ChannelWrap {} } > > { Error: queryA ETIMEOUT phet-server.int.colorado.edu at QueryReqWrap.onresolve [as oncomplete] (dns.js:213:19) message: 'queryA ETIMEOUT phet-server.int.colorado.edu', errno: 'ETIMEOUT', code: 'ETIMEOUT', syscall: 'queryA', hostname: 'phet-server.int.colorado.edu' } jon@Jonathans-MacBook-Pro:~/phet/git/plinko-probability$ cd ../perennial/ jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ node > const vpnCheck = require( './js/common/vpnCheck' ); undefined > vpnCheck().then( console.log ) Promise { , domain: Domain { domain: null, _events: { removeListener: [Function: updateExceptionCapture], newListener: [Function: updateExceptionCapture], error: [Function: debugDomainError] }, _eventsCount: 3, _maxListeners: undefined, members: [] } } > false > > jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ node > const vpnCheck = require( './js/common/vpnCheck' ); undefined > vpnCheck().then( console.log ) Promise { , domain: Domain { domain: null, _events: { removeListener: [Function: updateExceptionCapture], newListener: [Function: updateExceptionCapture], error: [Function: debugDomainError] }, _eventsCount: 3, _maxListeners: undefined, members: [] } } > true > vpnCheck().then( console.log ) Promise { , domain: Domain { domain: null, _events: { removeListener: [Function: updateExceptionCapture], newListener: [Function: updateExceptionCapture], error: [Function: debugDomainError] }, _eventsCount: 3, _maxListeners: undefined, members: [] } } > false jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ grunt lint Running "lint" task Running "lint" task Done. Done. jon@Jonathans-MacBook-Pro:~/phet/git/perennial$ cd ../chains jon@Jonathans-MacBook-Pro:~/phet/git/chains$ git pull Already up to date. jon@Jonathans-MacBook-Pro:~/phet/git/chains$ grunt dev --brands=phet Running "dev" task (Forwarding task to perennial) Running "dev" task Fatal error: VPN or being on campus is required for this build. Ensure VPN is enabled, or that you have access to phet-server.int.colorado.edu Fatal error: perennial grunt "--repo=chains" "dev" "--brands=phet" failed with code 1 jon@Jonathans-MacBook-Pro:~/phet/git/chains$ grunt dev --brands=phet Running "dev" task (Forwarding task to perennial) Running "dev" task info: linting chains info: running [[ -d "/data/web/htdocs/dev/html/chains" ]] && echo exists || echo not remotely on bayes.colorado.edu info: running [[ -d "/data/web/htdocs/dev/html/chains/1.22.0-dev.1" ]] && echo exists || echo not remotely on bayes.colorado.edu Deploy 1.22.0-dev.1 to bayes.colorado.edu [y/N]?b Fatal error: Aborted dev deploy Fatal error: perennial grunt "--repo=chains" "dev" "--brands=phet" failed with code 1 jon@Jonathans-MacBook-Pro:~/phet/git/chains$ cd .. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/status.sh acid-base-solutions master aqua master area-builder master area-model-algebra master area-model-common master area-model-decimals master area-model-introduction master area-model-multiplication master arithmetic master assert master atomic-interactions master axon master babel master balancing-act master balancing-chemical-equations master balloons-and-static-electricity master beers-law-lab master bending-light master binder master blackbody-spectrum master blast master blue-rain master brand master build-a-fraction master build-a-molecule master build-an-atom master bumper master calculus-grapher master capacitor-lab-basics master chains master charges-and-fields master chipper master circuit-construction-ios-app master circuit-construction-kit-black-box-study master circuit-construction-kit-common master circuit-construction-kit-dc master circuit-construction-kit-dc-virtual-lab master color-vision master concentration master coulombs-law master curve-fitting master dot master energy-forms-and-changes master energy-skate-park master energy-skate-park-basics master equality-explorer master equality-explorer-basics master equality-explorer-two-variables master estimation master example-sim master expression-exchange master faradays-law master fluid-pressure-and-flow master forces-and-motion-basics master fraction-comparison master fraction-matcher master fractions-common master fractions-equality master fractions-intro master fractions-mixed-numbers master friction master function-builder master function-builder-basics master gas-properties master gene-expression-essentials master graphing-lines master graphing-quadratics master graphing-slope-intercept master gravity-and-orbits master gravity-force-lab master gravity-force-lab-basics master griddle master hookes-law master installer-builder master interaction-dashboard master inverse-square-law-common master isotopes-and-atomic-mass master john-travoltage master joist master kite master least-squares-regression master make-a-ten master masses-and-springs master mobius master models-of-the-hydrogen-atom master molarity master molecule-polarity master molecule-shapes master molecule-shapes-basics master molecules-and-light master neuron master nitroglycerin master ohms-law master optics-lab master pendulum-lab master perennial master ph-scale master ph-scale-basics master phet-android-app master phet-core master phet-info master phet-io master phet-io-website master phet-io-wrapper-classroom-activity master phet-io-wrapper-hookes-law-energy master phet-io-wrapper-lab-book master phet-io-wrapper-sonification master phet-io-wrappers master phet-ios-app master phetcommon master phetmarks master plinko-probability master projectile-motion master proportion-playground master protein-synthesis master query-string-machine master reactants-products-and-leftovers master resistance-in-a-wire master rosetta master rutherford-scattering master scenery master scenery-phet master sherpa master shred master simula-rasa master slater master smithers master states-of-matter master states-of-matter-basics master sugar-and-salt-solutions master sun master tambo master tandem master tasks master trig-tour master twixt master under-pressure master unit-rates master vegas master vibe master wave-interference master wave-on-a-string master wilder master yotta master jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel remote: Counting objects: 60, done. remote: Compressing objects: 100% (60/60), done. remote: Total 60 (delta 52), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (60/60), done. From https://github.com/phetsims/babel e3bfa308..34f59d0e master -> origin/master Updating e3bfa308..34f59d0e Fast-forward equality-explorer-basics/equality-explorer-basics-strings_nl.json | 9 ++- joist/joist-strings_nl.json | 42 +++++++++++++ make-a-ten/make-a-ten-strings_nl.json | 79 ++++++++++++----------- scenery-phet/scenery-phet-strings_nn.json | 24 +++++++ states-of-matter/states-of-matter-strings_nn.json | 704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vegas/vegas-strings_nl.json | 62 +++++++++++------- 6 files changed, 859 insertions(+), 61 deletions(-) create mode 100644 states-of-matter/states-of-matter-strings_nn.json Current branch master is up to date. balancing-act Already up to date. Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum remote: Counting objects: 41, done. remote: Compressing objects: 100% (39/39), done. remote: Total 41 (delta 29), reused 14 (delta 2), pack-reused 0 Unpacking objects: 100% (41/41), done. From https://github.com/phetsims/blackbody-spectrum 29ab4ed..3f0827d master -> origin/master Updating 29ab4ed..3f0827d Fast-forward js/blackbody-spectrum/model/BlackbodyBodyModel.js | 15 +++++++-------- js/blackbody-spectrum/view/BlackBodySpectrumControlPanel.js | 8 ++------ js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- js/blackbody-spectrum/view/GenericCurveShape.js | 31 +++++++++++++++++++++++++++++++ js/blackbody-spectrum/view/GraphDrawingNode.js | 72 +++++++++++++++--------------------------------------------------------- 5 files changed, 116 insertions(+), 79 deletions(-) create mode 100644 js/blackbody-spectrum/view/GenericCurveShape.js Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction remote: Counting objects: 4, done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/build-a-fraction 46e7c36..7f91953 master -> origin/master Updating 46e7c36..7f91953 Fast-forward js/build-a-fraction-main.js | 1 - 1 file changed, 1 deletion(-) Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom Already up to date. Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics Already up to date. Current branch master is up to date. chains Already up to date. Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes Already up to date. Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim Already up to date. Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law Already up to date. Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics Already up to date. Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction Already up to date. Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties Already up to date. Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics remote: Counting objects: 192, done. remote: Compressing objects: 100% (69/69), done. remote: Total 192 (delta 87), reused 86 (delta 53), pack-reused 70 Receiving objects: 100% (192/192), 39.06 KiB | 1.12 MiB/s, done. Resolving deltas: 100% (134/134), completed with 14 local objects. From https://github.com/phetsims/graphing-quadratics 4e6760b..1d10d5a master -> origin/master Updating 4e6760b..1d10d5a Fast-forward TODO.txt | 15 ++++++++++++--- graphing-quadratics-strings_en.json | 10 ++++++++-- js/common/model/Quadratic.js | 11 ++++++++++- js/common/view/EquationAccordionBox.js | 2 +- js/common/view/GQGraphNode.js | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- js/common/view/GQSceneNode.js | 20 +++++++++++--------- js/common/view/GQViewProperties.js | 62 +++++++++++++++++++++++++++++--------------------------------- js/common/view/HideCurvesCheckbox.js | 44 ++++++++++++++++++++++++++++++++++++++++++++ js/common/view/PointToolNode.js | 42 +++++++++++++----------------------------- js/common/view/QuadraticNode.js | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------- js/standardform/view/DecimalsGraphControls.js | 32 ++++++++++++-------------------- js/standardform/view/DecimalsSceneNode.js | 43 +++++++++++++++++++++++++++++++++++++++++++ js/standardform/view/IntegersGraphControls.js | 28 ++++++++++++---------------- js/standardform/view/IntegersSceneNode.js | 43 +++++++++++++++++++++++++++++++++++++++++++ js/standardform/view/StandardFormEquationNode.js | 14 ++++++++++---- js/standardform/view/StandardFormScreenView.js | 65 +++++++++++------------------------------------------------------ js/vertexform/view/VertexFormEquationNode.js | 14 ++++++++++---- js/vertexform/view/VertexFormScreenView.js | 26 ++++---------------------- js/vertexform/view/VertexGraphControls.js | 22 ++++++++++------------ js/vertexform/view/VertexSceneNode.js | 43 +++++++++++++++++++++++++++++++++++++++++++ 20 files changed, 433 insertions(+), 301 deletions(-) create mode 100644 js/common/view/HideCurvesCheckbox.js create mode 100644 js/standardform/view/DecimalsSceneNode.js create mode 100644 js/standardform/view/IntegersSceneNode.js create mode 100644 js/vertexform/view/VertexSceneNode.js Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle Already up to date. Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard Already up to date. Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage remote: Counting objects: 6, done. remote: Compressing objects: 100% (2/2), done. remote: Total 6 (delta 4), reused 6 (delta 4), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/john-travoltage a1d0fa9..11379ba master -> origin/master Updating a1d0fa9..11379ba Fast-forward js/john-travoltage/view/JohnTravoltageKeyboardDragListener.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 js/john-travoltage/view/JohnTravoltageKeyboardDragListener.js Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs Already up to date. Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity remote: Counting objects: 6, done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/molarity b02b7e9..ba3fec7 master -> origin/master Updating b02b7e9..ba3fec7 Fast-forward js/molarity/view/PrecipitateNode.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law Already up to date. Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab Already up to date. Current branch master is up to date. perennial Already up to date. Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app remote: Counting objects: 1077, done. remote: Compressing objects: 100% (786/786), done. remote: Total 1077 (delta 246), reused 1077 (delta 246), pack-reused 0 Receiving objects: 100% (1077/1077), 32.82 MiB | 5.16 MiB/s, done. Resolving deltas: 100% (246/246), completed with 12 local objects. From https://github.com/phetsims/phet-ios-app * [new branch] noThumbnailsScrollsPerfectly -> origin/noThumbnailsScrollsPerfectly Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info remote: Counting objects: 12, done. remote: Compressing objects: 100% (9/9), done. remote: Total 12 (delta 9), reused 4 (delta 3), pack-reused 0 Unpacking objects: 100% (12/12), done. From https://github.com/phetsims/phet-info 17f394a..760f235 master -> origin/master Updating 17f394a..760f235 Fast-forward checklists/code_review_checklist.md | 16 ++++++++++------ checklists/updating_metadata.md | 16 +++++++++------- 2 files changed, 19 insertions(+), 13 deletions(-) Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io remote: Counting objects: 8, done. remote: Compressing objects: 100% (2/2), done. remote: Total 8 (delta 6), reused 8 (delta 6), pack-reused 0 Unpacking objects: 100% (8/8), done. From https://github.com/phetsims/phet-io 11ed7c7f..1c58af91 master -> origin/master Updating 11ed7c7f..1c58af91 Fast-forward js/types/PhETIO.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Current branch master is up to date. phet-io-wrappers remote: Counting objects: 23, done. remote: Compressing objects: 100% (11/11), done. remote: Total 23 (delta 14), reused 21 (delta 12), pack-reused 0 Unpacking objects: 100% (23/23), done. From https://github.com/phetsims/phet-io-wrappers 490db1e..c1dd4aa master -> origin/master Updating 490db1e..c1dd4aa Fast-forward index/index.html | 9 +++++---- index/index.js | 4 ++++ studio/createInstanceDiv.js | 2 +- studio/studio.css | 8 ++++++++ 4 files changed, 18 insertions(+), 5 deletions(-) Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification remote: Counting objects: 22, done. remote: Compressing objects: 100% (8/8), done. remote: Total 22 (delta 14), reused 22 (delta 14), pack-reused 0 Unpacking objects: 100% (22/22), done. From https://github.com/phetsims/phet-io-wrapper-sonification c40df55..bddf96b master -> origin/master Updating c40df55..bddf96b Fast-forward faradays-law/js/sonificationDefault.js | 15 +++++++-------- gravity-force-lab-basics/audio/Force-ToyGlass-Loop1.wav | Bin 0 -> 712 bytes gravity-force-lab-basics/js/sonificationDefault.js | 9 ++------- 3 files changed, 9 insertions(+), 15 deletions(-) create mode 100644 gravity-force-lab-basics/audio/Force-ToyGlass-Loop1.wav Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta Already up to date. Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery Already up to date. Current branch master is up to date. scenery-phet Already up to date. Current branch master is up to date. sherpa Already up to date. Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun Already up to date. Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem Already up to date. Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference error: cannot pull with rebase: You have unstaged changes. error: please commit or stash them. wave-on-a-string Already up to date. Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ cd wave- -bash: cd: wave-: No such file or directory jon@Jonathans-MacBook-Pro:~/phet/git$ cd wave-interference/ jon@Jonathans-MacBook-Pro:~/phet/git/wave-interference$ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean jon@Jonathans-MacBook-Pro:~/phet/git/wave-interference$ cd .. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/status.sh acid-base-solutions master aqua master area-builder master area-model-algebra master area-model-common master area-model-decimals master area-model-introduction master area-model-multiplication master arithmetic master assert master atomic-interactions master axon master babel master balancing-act master balancing-chemical-equations master balloons-and-static-electricity master beers-law-lab master bending-light master binder master blackbody-spectrum master blast master blue-rain master brand master build-a-fraction master build-a-molecule master build-an-atom master bumper master calculus-grapher master capacitor-lab-basics master chains master charges-and-fields master chipper master circuit-construction-ios-app master circuit-construction-kit-black-box-study master circuit-construction-kit-common master circuit-construction-kit-dc master circuit-construction-kit-dc-virtual-lab master color-vision master concentration master coulombs-law master curve-fitting master dot master energy-forms-and-changes master energy-skate-park master energy-skate-park-basics master equality-explorer master equality-explorer-basics master equality-explorer-two-variables master estimation master example-sim master expression-exchange master faradays-law master fluid-pressure-and-flow master forces-and-motion-basics master fraction-comparison master fraction-matcher master fractions-common master fractions-equality master fractions-intro master fractions-mixed-numbers master friction master function-builder master function-builder-basics master gas-properties master gene-expression-essentials master graphing-lines master graphing-quadratics master graphing-slope-intercept master gravity-and-orbits master gravity-force-lab master gravity-force-lab-basics master griddle master hookes-law master installer-builder master interaction-dashboard master inverse-square-law-common master isotopes-and-atomic-mass master john-travoltage master joist master kite master least-squares-regression master make-a-ten master masses-and-springs master mobius master models-of-the-hydrogen-atom master molarity master molecule-polarity master molecule-shapes master molecule-shapes-basics master molecules-and-light master neuron master nitroglycerin master ohms-law master optics-lab master pendulum-lab master perennial master ph-scale master ph-scale-basics master phet-android-app master phet-core master phet-info master phet-io master phet-io-website master phet-io-wrapper-classroom-activity master phet-io-wrapper-hookes-law-energy master phet-io-wrapper-lab-book master phet-io-wrapper-sonification master phet-io-wrappers master phet-ios-app master phetcommon master phetmarks master plinko-probability master projectile-motion master proportion-playground master protein-synthesis master query-string-machine master reactants-products-and-leftovers master resistance-in-a-wire master rosetta master rutherford-scattering master scenery master scenery-phet master sherpa master shred master simula-rasa master slater master smithers master states-of-matter master states-of-matter-basics master sugar-and-salt-solutions master sun master tambo master tandem master tasks master trig-tour master twixt master under-pressure master unit-rates master vegas master vibe master wave-interference master wave-on-a-string master wilder master yotta master jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel Already up to date. Current branch master is up to date. balancing-act Already up to date. Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum Already up to date. Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction Already up to date. Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom Already up to date. Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics Already up to date. Current branch master is up to date. chains Already up to date. Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes remote: Counting objects: 12, done. remote: Compressing objects: 100% (2/2), done. remote: Total 12 (delta 10), reused 12 (delta 10), pack-reused 0 Unpacking objects: 100% (12/12), done. From https://github.com/phetsims/energy-forms-and-changes f9685cf..5892d49 master -> origin/master Updating f9685cf..5892d49 Fast-forward js/common/model/EnergyChunkDistributor.js | 61 ++++++++++++++++++++++++++++--------------------------------- 1 file changed, 28 insertions(+), 33 deletions(-) Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim Already up to date. Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law Already up to date. Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics Already up to date. Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction Already up to date. Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties Already up to date. Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics Already up to date. Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle Already up to date. Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard Already up to date. Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage Already up to date. Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs Already up to date. Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity Already up to date. Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law Already up to date. Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab Already up to date. Current branch master is up to date. perennial Already up to date. Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info Already up to date. Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io Already up to date. Current branch master is up to date. phet-io-wrappers remote: Counting objects: 4, done. remote: Compressing objects: 100% (1/1), done. remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/phet-io-wrappers c1dd4aa..9489931 master -> origin/master Updating c1dd4aa..9489931 Fast-forward studio/studio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification Already up to date. Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta Already up to date. Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery Already up to date. Current branch master is up to date. scenery-phet Already up to date. Current branch master is up to date. sherpa Already up to date. Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun Already up to date. Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem Already up to date. Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference remote: Counting objects: 185, done. remote: Compressing objects: 100% (82/82), done. remote: Total 185 (delta 126), reused 153 (delta 95), pack-reused 1 Receiving objects: 100% (185/185), 35.20 KiB | 1.00 MiB/s, done. Resolving deltas: 100% (126/126), completed with 50 local objects. From https://github.com/phetsims/wave-interference 9a44d6a..ec8fdb0 master -> origin/master Updating 9a44d6a..ec8fdb0 Fast-forward dependencies.json | 40 ++++++++++++++++++++-------------------- js/common/WaveInterferenceConstants.js | 2 +- js/common/WaveInterferenceUtils.js | 2 +- js/common/model/IncomingWaveType.js | 2 +- js/common/model/IntensitySample.js | 2 +- js/common/model/Lattice.js | 2 +- js/common/model/PlaySpeedEnum.js | 2 +- js/common/model/Scene.js | 2 +- js/common/model/ViewType.js | 2 +- js/common/model/WaterDrop.js | 44 -------------------------------------------- js/common/view/DashedLineNode.js | 2 +- js/common/view/DoubleHeadedArrowWithBarsNode.js | 6 ++---- js/common/view/EmitterNode.js | 38 +++++++++++++++++++++----------------- js/common/view/InputTypeIconNode.js | 2 +- js/common/view/IntensityGraphPanel.js | 12 +++++------- js/common/view/LatticeCanvasNode.js | 2 +- js/common/view/LengthScaleIndicatorNode.js | 2 +- js/common/view/LightEmitterNode.js | 7 ++++--- js/common/view/Perspective3DNode.js | 2 +- js/common/view/PulseContinuousRadioButtonGroup.js | 2 +- js/common/view/SceneToggleNode.js | 12 ++++-------- js/common/view/ScreenNode.js | 2 +- js/common/view/SoundEmitterNode.js | 7 ++++--- js/common/view/TimeControlPanel.js | 2 +- js/common/view/ToolboxPanel.js | 4 ++-- js/common/view/ViewRadioButtonGroup.js | 2 +- js/common/view/WaterDropNode.js | 37 ------------------------------------- js/common/view/WaterEmitterNode.js | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- js/common/view/WaterSideViewNode.js | 2 +- js/common/view/WaveAreaGraphNode.js | 2 +- js/common/view/WaveAreaNode.js | 2 +- js/common/view/WaveDetectorToolNode.js | 4 ++-- js/common/view/WaveDetectorToolProbeNode.js | 2 +- js/common/view/WaveInterferenceControlPanel.js | 2 +- js/common/view/WaveInterferencePanel.js | 2 +- js/common/view/WaveInterferenceSlider.js | 2 +- js/common/view/WaveInterferenceText.js | 2 +- js/common/view/WaveInterferenceTimerNode.js | 3 +-- js/common/view/WaveInterferenceVerticalAquaRadioButtonGroup.js | 2 +- js/diffraction/DiffractionScreen.js | 7 ++++--- js/diffraction/model/DiffractionModel.js | 2 +- js/diffraction/view/DiffractionScreenView.js | 2 +- js/interference/InterferenceScreen.js | 2 +- js/interference/model/InterferenceScreenModel.js | 2 +- js/interference/view/InterferenceScreenView.js | 6 ++---- js/slits/SlitsScreen.js | 6 +++--- js/slits/model/BarrierTypeEnum.js | 2 +- js/slits/model/SlitsScreenModel.js | 2 +- js/slits/view/BarriersNode.js | 14 ++++++-------- js/slits/view/SlitsControlPanel.js | 11 +++++------ js/slits/view/SlitsScreenView.js | 2 +- js/wave-interference-main.js | 4 ++-- js/waveInterference.js | 2 +- js/waves/WavesScreen.js | 22 ++++++++++------------ js/waves/model/WavesScreenModel.js | 46 ++++------------------------------------------ js/waves/view/WavesScreenView.js | 31 ++++++++++++++++--------------- package.json | 2 +- testgpujs.html | 22 ---------------------- 58 files changed, 234 insertions(+), 306 deletions(-) delete mode 100644 js/common/model/WaterDrop.js delete mode 100644 js/common/view/WaterDropNode.js delete mode 100644 testgpujs.html Current branch master is up to date. wave-on-a-string Already up to date. Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ cd fractions-common jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/FractionLevel.js 18:9 error 'UnitCollection' is assigned a value but never used no-unused-vars ✖ 1 problem (1 error, 0 warnings) Fatal error: 1 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ cd ../dot jon@Jonathans-MacBook-Pro:~/phet/git/dot$ git pull Already up to date. jon@Jonathans-MacBook-Pro:~/phet/git/dot$ grunt lint Running "lint" task /Users/jon/phet/git/dot/js/Util.js 868:7 error Unexpected constant condition no-constant-condition ✖ 1 problem (1 error, 0 warnings) Fatal error: 1 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/dot$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/dot$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/dot$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/dot$ grun jon@Jonathans-MacBook-Pro:~/phet/git/dot$ cd ../fractions-common jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/common/model/Primes.js 16:7 error 'computedPrimes' is assigned a value but never used no-unused-vars 17:7 error 'computedPrimesUpTo' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars ✖ 3 problems (3 errors, 0 warnings) Fatal error: 3 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars ✖ 1 problem (1 error, 0 warnings) Fatal error: 1 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars ✖ 1 problem (1 error, 0 warnings) Fatal error: 1 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/common/model/PrimeFactor.js 67:70 error Missing semicolon semi /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 12:9 error 'Fraction' is assigned a value but never used no-unused-vars 16:9 error 'UnitCollection' is assigned a value but never used no-unused-vars 17:9 error 'Util' is assigned a value but never used no-unused-vars 82:15 error 'constraintDivisor' is assigned a value but never used no-unused-vars 109:9 error 'denominators' is assigned a value but never used no-unused-vars 121:13 error 'targetFactorization' is assigned a value but never used no-unused-vars 121:83 error 'lcm' is not defined no-undef 123:41 error 'lcm' is not defined no-undef /Users/jon/phet/git/fractions-common/js/game/model/FractionLevel.js 13:9 error 'CollectionFinder' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 16:9 error 'Util' is assigned a value but never used no-unused-vars 77:13 error 'orderedDenominators' is assigned a value but never used no-unused-vars 79:16 error 'findMinConstraintIndex' is defined but never used no-unused-vars 82:16 error 'sortConstraints' is defined but never used no-unused-vars 90:13 error 'targetFactorization' is assigned a value but never used no-unused-vars 92:41 error 'lcm' is not defined no-undef ✖ 16 problems (16 errors, 0 warnings) Fatal error: 16 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/common/model/PrimeFactor.js 67:70 error Missing semicolon semi /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 12:9 error 'Fraction' is assigned a value but never used no-unused-vars 16:9 error 'UnitCollection' is assigned a value but never used no-unused-vars 17:9 error 'Util' is assigned a value but never used no-unused-vars 82:15 error 'constraintDivisor' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/FractionLevel.js 13:9 error 'CollectionFinder' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 16:9 error 'Util' is assigned a value but never used no-unused-vars 77:13 error 'orderedDenominators' is assigned a value but never used no-unused-vars 79:16 error 'findMinConstraintIndex' is defined but never used no-unused-vars 82:16 error 'sortConstraints' is defined but never used no-unused-vars 90:13 error 'targetFactorization' is assigned a value but never used no-unused-vars 92:41 error 'lcm' is not defined no-undef ✖ 12 problems (12 errors, 0 warnings) Fatal error: 12 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/common/model/PrimeFactor.js 67:70 error Missing semicolon semi /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 12:9 error 'Fraction' is assigned a value but never used no-unused-vars 16:9 error 'UnitCollection' is assigned a value but never used no-unused-vars 17:9 error 'Util' is assigned a value but never used no-unused-vars 82:15 error 'constraintDivisor' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/FractionLevel.js 13:9 error 'CollectionFinder' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactor' is assigned a value but never used no-unused-vars 15:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars 16:9 error 'Util' is assigned a value but never used no-unused-vars ✖ 9 problems (9 errors, 0 warnings) Fatal error: 9 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/common/model/PrimeFactor.js 67:70 error Missing semicolon semi /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 12:9 error 'Fraction' is assigned a value but never used no-unused-vars 16:9 error 'UnitCollection' is assigned a value but never used no-unused-vars 17:9 error 'Util' is assigned a value but never used no-unused-vars 82:15 error 'constraintDivisor' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/FractionLevel.js 13:9 error 'CollectionFinder' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactor' is assigned a value but never used no-unused-vars 15:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars 16:9 error 'Util' is assigned a value but never used no-unused-vars ✖ 9 problems (9 errors, 0 warnings) Fatal error: 9 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/FractionLevel.js 13:9 error 'CollectionFinder' is assigned a value but never used no-unused-vars /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactor' is assigned a value but never used no-unused-vars 15:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars 16:9 error 'Util' is assigned a value but never used no-unused-vars ✖ 4 problems (4 errors, 0 warnings) Fatal error: 4 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/UnitCollection.js 14:9 error 'PrimeFactor' is assigned a value but never used no-unused-vars 15:9 error 'PrimeFactorization' is assigned a value but never used no-unused-vars 16:9 error 'Util' is assigned a value but never used no-unused-vars ✖ 3 problems (3 errors, 0 warnings) Fatal error: 3 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ cd ../chains jon@Jonathans-MacBook-Pro:~/phet/git/chains$ git pull Already up to date. jon@Jonathans-MacBook-Pro:~/phet/git/chains$ grunt dev --brands=phet Running "dev" task (Forwarding task to perennial) Running "dev" task Fatal error: VPN or being on campus is required for this build. Ensure VPN is enabled, or that you have access to phet-server.int.colorado.edu Fatal error: perennial grunt "--repo=chains" "dev" "--brands=phet" failed with code 1 jon@Jonathans-MacBook-Pro:~/phet/git/chains$ grunt dev --brands=phet Running "dev" task (Forwarding task to perennial) Running "dev" task info: linting chains info: running [[ -d "/data/web/htdocs/dev/html/chains" ]] && echo exists || echo not remotely on bayes.colorado.edu info: running [[ -d "/data/web/htdocs/dev/html/chains/1.22.0-dev.1" ]] && echo exists || echo not remotely on bayes.colorado.edu Deploy 1.22.0-dev.1 to bayes.colorado.edu [y/N]?n Fatal error: Aborted dev deploy Fatal error: perennial grunt "--repo=chains" "dev" "--brands=phet" failed with code 1 jon@Jonathans-MacBook-Pro:~/phet/git/chains$ cd .. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/status.sh acid-base-solutions master aqua master area-builder master area-model-algebra master area-model-common master area-model-decimals master area-model-introduction master area-model-multiplication master arithmetic master assert master atomic-interactions master axon master babel master balancing-act master balancing-chemical-equations master balloons-and-static-electricity master beers-law-lab master bending-light master binder master blackbody-spectrum master blast master blue-rain master brand master build-a-fraction master build-a-molecule master build-an-atom master bumper master calculus-grapher master capacitor-lab-basics master chains master charges-and-fields master chipper master circuit-construction-ios-app master circuit-construction-kit-black-box-study master circuit-construction-kit-common master circuit-construction-kit-dc master circuit-construction-kit-dc-virtual-lab master color-vision master concentration master coulombs-law master curve-fitting master dot master energy-forms-and-changes master energy-skate-park master energy-skate-park-basics master equality-explorer master equality-explorer-basics master equality-explorer-two-variables master estimation master example-sim master expression-exchange master faradays-law master fluid-pressure-and-flow master forces-and-motion-basics master fraction-comparison master fraction-matcher master fractions-common master fractions-equality master fractions-intro master fractions-mixed-numbers master friction master function-builder master function-builder-basics master gas-properties master gene-expression-essentials master graphing-lines master graphing-quadratics master graphing-slope-intercept master gravity-and-orbits master gravity-force-lab master gravity-force-lab-basics master griddle master hookes-law master installer-builder master interaction-dashboard master inverse-square-law-common master isotopes-and-atomic-mass master john-travoltage master joist master kite master least-squares-regression master make-a-ten master masses-and-springs master mobius master models-of-the-hydrogen-atom master molarity master molecule-polarity master molecule-shapes master molecule-shapes-basics master molecules-and-light master neuron master nitroglycerin master ohms-law master optics-lab master pendulum-lab master perennial master ph-scale master ph-scale-basics master phet-android-app master phet-core master phet-info master phet-io master phet-io-website master phet-io-wrapper-classroom-activity master phet-io-wrapper-hookes-law-energy master phet-io-wrapper-lab-book master phet-io-wrapper-sonification master phet-io-wrappers master phet-ios-app master phetcommon master phetmarks master plinko-probability master projectile-motion master proportion-playground master protein-synthesis master query-string-machine master reactants-products-and-leftovers master resistance-in-a-wire master rosetta master rutherford-scattering master scenery master scenery-phet master sherpa master shred master simula-rasa master slater master smithers master states-of-matter master states-of-matter-basics master sugar-and-salt-solutions master sun master tambo master tandem master tasks master trig-tour master twixt master under-pressure master unit-rates master vegas master vibe master wave-interference master wave-on-a-string master wilder master yotta master jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel remote: Counting objects: 48, done. remote: Compressing objects: 100% (48/48), done. remote: Total 48 (delta 43), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (48/48), done. From https://github.com/phetsims/babel 34f59d0e..a5f1af79 master -> origin/master Updating 34f59d0e..a5f1af79 Fast-forward equality-explorer-basics/equality-explorer-basics-strings_ar.json | 38 ++++++++++++++++++++++++++ equality-explorer-two-variables/equality-explorer-two-variables-strings_ar.json | 26 ++++++++++++++++++ equality-explorer/equality-explorer-strings_ar.json | 285 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ joist/joist-strings_pt_BR.json | 85 +++++++++++++++++++++++++++++++-------------------------- make-a-ten/make-a-ten-strings_ar.json | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ proportion-playground/proportion-playground-strings_ar.json | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rutherford-scattering/rutherford-scattering-strings_pt_BR.json | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------- trig-tour/trig-tour-strings_ar.json | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vegas/vegas-strings_ar.json | 120 ++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------- 9 files changed, 1216 insertions(+), 164 deletions(-) create mode 100644 equality-explorer-basics/equality-explorer-basics-strings_ar.json create mode 100644 equality-explorer-two-variables/equality-explorer-two-variables-strings_ar.json create mode 100644 equality-explorer/equality-explorer-strings_ar.json create mode 100644 make-a-ten/make-a-ten-strings_ar.json create mode 100644 proportion-playground/proportion-playground-strings_ar.json create mode 100644 trig-tour/trig-tour-strings_ar.json Current branch master is up to date. balancing-act Already up to date. Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum remote: Counting objects: 23, done. remote: Compressing objects: 100% (18/18), done. remote: Total 23 (delta 20), reused 8 (delta 5), pack-reused 0 Unpacking objects: 100% (23/23), done. From https://github.com/phetsims/blackbody-spectrum 3f0827d..0dc788f master -> origin/master Updating 3f0827d..0dc788f Fast-forward js/blackbody-spectrum/view/BlackBodySpectrumControlPanel.js | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js | 97 +++++++++++++++++-------------------------------------------------------------------------------- js/blackbody-spectrum/view/GenericCurveShape.js | 2 +- js/blackbody-spectrum/view/GraphDrawingNode.js | 1 - js/blackbody-spectrum/view/TriangleSliderThumb.js | 2 +- js/blackbodySpectrum.js | 2 +- 6 files changed, 93 insertions(+), 94 deletions(-) Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction Already up to date. Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom Already up to date. Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics Already up to date. Current branch master is up to date. chains Already up to date. Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes remote: Counting objects: 16, done. remote: Compressing objects: 100% (8/8), done. remote: Total 16 (delta 9), reused 15 (delta 8), pack-reused 0 Unpacking objects: 100% (16/16), done. From https://github.com/phetsims/energy-forms-and-changes 5892d49..09e3a51 master -> origin/master Updating 5892d49..09e3a51 Fast-forward images/iron_texture_front.png | Bin 22803 -> 4227 bytes images/iron_texture_right.png | Bin 12678 -> 4446 bytes images/iron_texture_top.png | Bin 12067 -> 2878 bytes images/license.json | 12 ++++++------ js/intro/model/EFACIntroModel.js | 22 ++++++++++++++++++---- 5 files changed, 24 insertions(+), 10 deletions(-) Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim Already up to date. Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law remote: Counting objects: 22, done. remote: Compressing objects: 100% (6/6), done. remote: Total 22 (delta 17), reused 21 (delta 16), pack-reused 0 Unpacking objects: 100% (22/22), done. From https://github.com/phetsims/faradays-law 8339a24..b882416 jump -> origin/jump Already up to date. Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics Already up to date. Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction remote: Counting objects: 57, done. remote: Compressing objects: 100% (36/36), done. remote: Total 57 (delta 45), reused 33 (delta 21), pack-reused 0 Unpacking objects: 100% (57/57), done. From https://github.com/phetsims/friction 0997162..c9de036 master -> origin/master Updating 0997162..c9de036 Fast-forward dependencies.json | 36 ++++++++++++++++++------------------ js/friction/FrictionA11yStrings.js | 12 ++++++------ js/friction/view/FrictionKeyboardDragHandler.js | 12 ++++++++---- js/friction/view/FrictionScreenView.js | 21 ++++++++++----------- js/friction/view/magnifier/MagnifierNode.js | 2 -- package.json | 2 +- 6 files changed, 43 insertions(+), 42 deletions(-) Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties remote: Counting objects: 11, done. remote: Compressing objects: 100% (2/2), done. remote: Total 11 (delta 8), reused 11 (delta 8), pack-reused 0 Unpacking objects: 100% (11/11), done. From https://github.com/phetsims/gas-properties b93575d..1505423 master -> origin/master Updating b93575d..1505423 Fast-forward js/common/view/TimeControls.js | 8 ++++---- js/intro/model/IntroModel.js | 7 ++++--- js/intro/view/IntroScreenView.js | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics Already up to date. Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle Already up to date. Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard Already up to date. Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage Already up to date. Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs remote: Counting objects: 35, done. remote: Compressing objects: 100% (15/15), done. remote: Total 35 (delta 21), reused 33 (delta 19), pack-reused 0 Unpacking objects: 100% (35/35), done. From https://github.com/phetsims/masses-and-springs 521509e..3036fa7 master -> origin/master Updating 521509e..3036fa7 Fast-forward js/common/MassesAndSpringsConstants.js | 2 +- js/common/view/OneSpringScreenView.js | 2 +- js/common/view/ToolboxPanel.js | 6 +++--- js/intro/model/IntroModel.js | 2 +- js/vectors/view/IndicatorVisibilityControlNode.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity remote: Counting objects: 20, done. remote: Compressing objects: 100% (10/10), done. remote: Total 20 (delta 12), reused 18 (delta 10), pack-reused 0 Unpacking objects: 100% (20/20), done. From https://github.com/phetsims/molarity 43610e8..f770ce7 1.4 -> origin/1.4 Already up to date. Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law Already up to date. Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab Already up to date. Current branch master is up to date. perennial Already up to date. Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app remote: Counting objects: 64, done. remote: Compressing objects: 100% (45/45), done. remote: Total 64 (delta 19), reused 64 (delta 19), pack-reused 0 Unpacking objects: 100% (64/64), done. From https://github.com/phetsims/phet-ios-app a6ddbda..7a083ee noThumbnailsScrollsPerfectly -> origin/noThumbnailsScrollsPerfectly Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remote: Total 13 (delta 9), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (13/13), done. From https://github.com/phetsims/phet-info 760f235..c911dda master -> origin/master Updating 760f235..c911dda Fast-forward checklists/updating_metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io remote: Counting objects: 7, done. remote: Compressing objects: 100% (3/3), done. remote: Total 7 (delta 5), reused 6 (delta 4), pack-reused 0 Unpacking objects: 100% (7/7), done. From https://github.com/phetsims/phet-io 1c58af91..e7a433d6 master -> origin/master Updating 1c58af91..e7a433d6 Fast-forward doc/partners.md | 17 ++++++++++++++++- package.json | 3 ++- 2 files changed, 18 insertions(+), 2 deletions(-) Current branch master is up to date. phet-io-wrappers Already up to date. Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification Already up to date. Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 9 (delta 4), reused 9 (delta 4), pack-reused 0 Unpacking objects: 100% (9/9), done. From https://github.com/phetsims/reactants-products-and-leftovers e16c0e7..6c2b341 1.2 -> origin/1.2 Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta Already up to date. Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery Already up to date. Current branch master is up to date. scenery-phet remote: Counting objects: 12, done. remote: Total 12 (delta 9), reused 10 (delta 9), pack-reused 2 Unpacking objects: 100% (12/12), done. From https://github.com/phetsims/scenery-phet f963105..9bc4657 master -> origin/master Updating f963105..9bc4657 Fast-forward js/accessibility/listeners/KeyboardDragListener.js | 2 +- js/buttons/PlayPauseButton.js | 16 ++++++++-------- js/buttons/StepButton.js | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) Current branch master is up to date. sherpa Already up to date. Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun Already up to date. Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem Already up to date. Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas remote: Counting objects: 4, done. remote: Compressing objects: 100% (3/3), done. remote: Total 4 (delta 2), reused 3 (delta 1), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/vegas * [new branch] reactants-products-and-leftovers-1.2 -> origin/reactants-products-and-leftovers-1.2 Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference remote: Counting objects: 67, done. remote: Compressing objects: 100% (32/32), done. remote: Total 67 (delta 55), reused 43 (delta 31), pack-reused 0 Unpacking objects: 100% (67/67), done. From https://github.com/phetsims/wave-interference ec8fdb0..65939ee master -> origin/master Updating ec8fdb0..65939ee Fast-forward js/common/model/Scene.js | 2 +- js/common/view/LengthScaleIndicatorNode.js | 2 +- js/common/view/ToolboxPanel.js | 4 ++-- js/common/view/ViewRadioButtonGroup.js | 2 +- js/common/view/WaveDetectorToolContentNode.js | 281 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/common/view/WaveDetectorToolNode.js | 276 +++++-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- js/common/view/WaveInterferenceSlider.js | 2 +- js/common/view/WaveInterferenceTimerNode.js | 2 +- js/common/view/WaveInterferenceWaveDetectorToolNode.js | 32 +++++++++++++++++++++++++ js/slits/view/SlitsControlPanel.js | 4 ++-- js/waves/view/WavesScreenView.js | 9 ++++--- 11 files changed, 332 insertions(+), 284 deletions(-) create mode 100644 js/common/view/WaveDetectorToolContentNode.js create mode 100644 js/common/view/WaveInterferenceWaveDetectorToolNode.js Current branch master is up to date. wave-on-a-string Already up to date. Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel Already up to date. Current branch master is up to date. balancing-act Already up to date. Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum Already up to date. Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction Already up to date. Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom Already up to date. Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics Already up to date. Current branch master is up to date. chains Already up to date. Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes Already up to date. Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim Already up to date. Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law remote: Counting objects: 10, done. remote: Compressing objects: 100% (1/1), done. remote: Total 10 (delta 9), reused 10 (delta 9), pack-reused 0 Unpacking objects: 100% (10/10), done. From https://github.com/phetsims/faradays-law 923c39a..79722c4 master -> origin/master b882416..79722c4 jump -> origin/jump Updating 923c39a..79722c4 Fast-forward dependencies.json | 46 ++++++++++++++------------ faradays-law-tests.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++ js/FaradaysLawA11yStrings.js | 325 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law-test-config.js | 48 +++++++++++++++++++++++++++ js/faradays-law-tests.js | 17 ++++++++++ js/faradays-law/FaradaysLawConstants.js | 8 +++-- js/faradays-law/model/FaradaysLawModel.js | 34 ++++++++++++++++--- js/faradays-law/model/Magnet.js | 11 +++++-- js/faradays-law/model/MagnetDirectionEnum.js | 45 +++++++++++++++++++++++++ js/faradays-law/view/CircuitDescriptionNode.js | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/CoilTypeEnum.js | 3 +- js/faradays-law/view/ControlPanelNode.js | 76 +++++++++++++++++++++++++++++++++--------- js/faradays-law/view/FaradaysLawSceneSummaryNode.js | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/FaradaysLawScreenView.js | 41 +++++++++++++++++++++-- js/faradays-law/view/FlipMagnetButton.js | 7 ++-- js/faradays-law/view/JumpMagnitudeArrowNode.js | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/MagnetDescriptions.js | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/MagnetInteractionCueNode.js | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/MagnetJumpKeyboardListener.js | 182 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/MagnetNodeWithField.js | 315 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- js/faradays-law/view/MagnetRegions.js | 332 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/MagnetRegionsTests.js | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/faradays-law/view/VoltmeterNode.js | 2 +- package.json | 5 +-- 24 files changed, 2419 insertions(+), 133 deletions(-) create mode 100644 faradays-law-tests.html create mode 100644 js/FaradaysLawA11yStrings.js create mode 100644 js/faradays-law-test-config.js create mode 100644 js/faradays-law-tests.js create mode 100644 js/faradays-law/model/MagnetDirectionEnum.js create mode 100644 js/faradays-law/view/CircuitDescriptionNode.js create mode 100644 js/faradays-law/view/FaradaysLawSceneSummaryNode.js create mode 100644 js/faradays-law/view/JumpMagnitudeArrowNode.js create mode 100644 js/faradays-law/view/MagnetDescriptions.js create mode 100644 js/faradays-law/view/MagnetInteractionCueNode.js create mode 100644 js/faradays-law/view/MagnetJumpKeyboardListener.js create mode 100644 js/faradays-law/view/MagnetRegions.js create mode 100644 js/faradays-law/view/MagnetRegionsTests.js Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics Already up to date. Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction Already up to date. Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties Already up to date. Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics Already up to date. Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle Already up to date. Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard Already up to date. Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage Already up to date. Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs Already up to date. Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity Already up to date. Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law Already up to date. Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab Already up to date. Current branch master is up to date. perennial remote: Counting objects: 4, done. remote: Compressing objects: 100% (1/1), done. remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/perennial 9239423..99b6ac1 master -> origin/master Updating 9239423..99b6ac1 Fast-forward data/unit-tests | 1 + 1 file changed, 1 insertion(+) Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info Already up to date. Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io Already up to date. Current branch master is up to date. phet-io-wrappers Already up to date. Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification Already up to date. Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta Already up to date. Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery Already up to date. Current branch master is up to date. scenery-phet Already up to date. Current branch master is up to date. sherpa Already up to date. Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun Already up to date. Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem Already up to date. Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference Already up to date. Current branch master is up to date. wave-on-a-string Already up to date. Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel Already up to date. Current branch master is up to date. balancing-act Already up to date. Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum Already up to date. Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction Already up to date. Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom Already up to date. Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics Already up to date. Current branch master is up to date. chains Already up to date. Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes Already up to date. Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim Already up to date. Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law remote: Counting objects: 3, done. remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 Unpacking objects: 100% (3/3), done. From https://github.com/phetsims/faradays-law 79722c4..9d29e9b master -> origin/master Updating 79722c4..9d29e9b Fast-forward package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics Already up to date. Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction Already up to date. Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties Already up to date. Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics Already up to date. Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle Already up to date. Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard Already up to date. Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage Already up to date. Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs Already up to date. Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity Already up to date. Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law Already up to date. Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab Already up to date. Current branch master is up to date. perennial Already up to date. Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info Already up to date. Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io Already up to date. Current branch master is up to date. phet-io-wrappers Already up to date. Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification Already up to date. Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta Already up to date. Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery Already up to date. Current branch master is up to date. scenery-phet Already up to date. Current branch master is up to date. sherpa Already up to date. Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun Already up to date. Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem Already up to date. Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference Already up to date. Current branch master is up to date. wave-on-a-string Already up to date. Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel remote: Counting objects: 32, done. remote: Compressing objects: 100% (13/13), done. remote: Total 32 (delta 12), reused 7 (delta 7), pack-reused 12 Unpacking objects: 100% (32/32), done. From https://github.com/phetsims/babel a5f1af79..32af3d91 master -> origin/master Updating a5f1af79..32af3d91 Fast-forward atomic-interactions/atomic-interactions-strings_mn.json | 14 +++++++++ balancing-act/balancing-act-strings_mn.json | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------- bending-light/bending-light-strings_mn.json | 350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ joist/joist-strings_mn.json | 308 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------- scenery-phet/scenery-phet-strings_mn.json | 14 +++++++++ states-of-matter/states-of-matter-strings_mn.json | 326 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vegas/vegas-strings_mn.json | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------ 7 files changed, 1135 insertions(+), 270 deletions(-) create mode 100644 atomic-interactions/atomic-interactions-strings_mn.json create mode 100644 bending-light/bending-light-strings_mn.json create mode 100644 scenery-phet/scenery-phet-strings_mn.json create mode 100644 states-of-matter/states-of-matter-strings_mn.json Current branch master is up to date. balancing-act Already up to date. Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum remote: Counting objects: 39, done. remote: Compressing objects: 100% (36/36), done. remote: Total 39 (delta 30), reused 12 (delta 3), pack-reused 0 Unpacking objects: 100% (39/39), done. From https://github.com/phetsims/blackbody-spectrum 0dc788f..55dbcc3 master -> origin/master Updating 0dc788f..55dbcc3 Fast-forward dependencies.json | 46 +++++++++++++++++++++++++++------------------- js/blackbody-spectrum/view/BlackBodySpectrumControlPanel.js | 18 ++++-------------- js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js | 52 +++++++--------------------------------------------- js/blackbody-spectrum/view/SavedGraphInformationPanel.js | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 5 files changed, 164 insertions(+), 79 deletions(-) create mode 100644 js/blackbody-spectrum/view/SavedGraphInformationPanel.js Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction Already up to date. Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom Already up to date. Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics Already up to date. Current branch master is up to date. chains remote: Counting objects: 12, done. remote: Compressing objects: 100% (7/7), done. remote: Total 12 (delta 5), reused 12 (delta 5), pack-reused 0 Unpacking objects: 100% (12/12), done. From https://github.com/phetsims/chains 6cb98b0..f9c742d master -> origin/master Updating 6cb98b0..f9c742d Fast-forward dependencies.json | 44 ++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 25 insertions(+), 21 deletions(-) Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes Already up to date. Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim remote: Counting objects: 6, done. remote: Compressing objects: 100% (4/4), done. remote: Total 6 (delta 2), reused 6 (delta 2), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/example-sim 259fc58..2a44a63 master -> origin/master Updating 259fc58..2a44a63 Fast-forward package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law remote: Counting objects: 6, done. remote: Compressing objects: 100% (4/4), done. remote: Total 6 (delta 2), reused 6 (delta 2), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/faradays-law 9d29e9b..f172a28 master -> origin/master Updating 9d29e9b..f172a28 Fast-forward package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics Already up to date. Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction remote: Counting objects: 3, done. remote: Compressing objects: 100% (1/1), done. remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 Unpacking objects: 100% (3/3), done. From https://github.com/phetsims/friction c9de036..63b9d19 master -> origin/master Updating c9de036..63b9d19 Fast-forward package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties Already up to date. Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics remote: Counting objects: 9, done. remote: Compressing objects: 100% (2/2), done. remote: Total 9 (delta 7), reused 9 (delta 7), pack-reused 0 Unpacking objects: 100% (9/9), done. From https://github.com/phetsims/graphing-quadratics 1d10d5a..c7e0653 master -> origin/master Updating 1d10d5a..c7e0653 Fast-forward TODO.txt | 2 +- js/common/view/GQSceneNode.js | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle Already up to date. Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard Already up to date. Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage Already up to date. Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs remote: Counting objects: 6, done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/masses-and-springs 3036fa7..92321d7 master -> origin/master Updating 3036fa7..92321d7 Fast-forward js/common/view/GravityAndDampingControlNode.js | 69 ++++++++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 40 insertions(+), 29 deletions(-) Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity Already up to date. Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law Already up to date. Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab Already up to date. Current branch master is up to date. perennial remote: Counting objects: 19, done. remote: Compressing objects: 100% (6/6), done. remote: Total 19 (delta 14), reused 18 (delta 13), pack-reused 0 Unpacking objects: 100% (19/19), done. From https://github.com/phetsims/perennial 99b6ac1..b5dd0e0 master -> origin/master Updating 99b6ac1..b5dd0e0 Fast-forward js/common/build.js | 3 ++- js/common/writeFile.js | 6 +++++- js/common/writePhetioHtaccess.js | 43 ++++++++++++++++++++++++------------------- js/grunt/dev.js | 5 ++--- 4 files changed, 33 insertions(+), 24 deletions(-) Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info Already up to date. Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io Already up to date. Current branch master is up to date. phet-io-wrappers Already up to date. Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification remote: Counting objects: 17, done. remote: Compressing objects: 100% (7/7), done. remote: Total 17 (delta 13), reused 14 (delta 10), pack-reused 0 Unpacking objects: 100% (17/17), done. From https://github.com/phetsims/phet-io-wrapper-sonification bddf96b..0d18c31 master -> origin/master Updating bddf96b..0d18c31 Fast-forward dependencies.json | 16 ++++++++-------- faradays-law/js/faradays-law-sonification-main.js | 2 +- faradays-law/js/sonificationDefault.js | 2 +- friction/js/friction-sonification-main.js | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers remote: Counting objects: 8, done. remote: Compressing objects: 100% (4/4), done. remote: Total 8 (delta 4), reused 8 (delta 4), pack-reused 0 Unpacking objects: 100% (8/8), done. From https://github.com/phetsims/reactants-products-and-leftovers 6c2b341..19f9183 1.2 -> origin/1.2 Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta Already up to date. Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery Already up to date. Current branch master is up to date. scenery-phet Already up to date. Current branch master is up to date. sherpa Already up to date. Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun Already up to date. Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem Already up to date. Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference remote: Counting objects: 113, done. remote: Compressing objects: 100% (67/67), done. remote: Total 113 (delta 90), reused 67 (delta 44), pack-reused 0 Receiving objects: 100% (113/113), 17.45 KiB | 993.00 KiB/s, done. Resolving deltas: 100% (90/90), completed with 14 local objects. From https://github.com/phetsims/wave-interference 65939ee..226d3c6 master -> origin/master Updating 65939ee..226d3c6 Fast-forward js/common/view/{WaveDetectorToolContentNode.js => ScrollingChartNode.js} | 97 +++++++++++++++++++++++++++++++++---------------------------------------------------------------- js/common/view/WaveDetectorToolNode.js | 89 ++++++++++++++++------------------------------------------------------------------------- js/common/view/WaveDetectorToolProbeNode.js | 6 ++---- js/common/view/WaveInterferenceControlPanel.js | 4 ++-- js/common/view/WaveInterferenceWaveDetectorToolNode.js | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- js/diffraction/view/DiffractionScreenView.js | 4 +--- js/interference/InterferenceScreen.js | 4 ++-- js/slits/view/SlitsScreenView.js | 2 +- js/waves/model/WavesScreenModel.js | 6 +++--- js/waves/view/WavesScreenView.js | 24 ++++++++++-------------- 10 files changed, 174 insertions(+), 170 deletions(-) rename js/common/view/{WaveDetectorToolContentNode.js => ScrollingChartNode.js} (68%) Current branch master is up to date. wave-on-a-string Already up to date. Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ cat ~/.ssh/ bayes_rsa bayes_rsa.pub config known_hosts jon@Jonathans-MacBook-Pro:~/phet/git$ cat ~/.ssh/config Host bayes HostName bayes.colorado.edu User olsonjb Port 22 IdentityFile ~/.ssh/bayes_rsa #Host * # UseKeychain yes Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/bayes_rsa jon@Jonathans-MacBook-Pro:~/phet/git$ jon@Jonathans-MacBook-Pro:~/phet/git$ jon@Jonathans-MacBook-Pro:~/phet/git$ cd fractions-common jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 27:60 error 'maxQuantity' is not defined no-undef 28:65 error 'maxTotalQuantity' is not defined no-undef 75:59 error 'lcd' is not defined no-undef 92:57 error 'lcd' is not defined no-undef 99:18 error 'lcd' is not defined no-undef ✖ 5 problems (5 errors, 0 warnings) Fatal error: 5 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 72:59 error 'lcd' is not defined no-undef 89:57 error 'lcd' is not defined no-undef 96:18 error 'lcd' is not defined no-undef ✖ 3 problems (3 errors, 0 warnings) Fatal error: 3 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 96:18 error 'lcd' is not defined no-undef ✖ 1 problem (1 error, 0 warnings) Fatal error: 1 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt update Running "update" task Running "generate-test-html" task Running "generate-test-config" task ../fractions-common/js/fractions-common-test-config.js, updated with // Copyright , University of Colorado Boulder Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/fractions-common-test-config.js 1:1 error Incorrect copyright statement in first comment copyright /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinder.js 226:44 error 'Fraction' is not defined no-undef 234:53 error 'Fraction' is not defined no-undef 235:37 error 'Fraction' is not defined no-undef 251:54 error 'Fraction' is not defined no-undef /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinderTests.js 18:11 error 'finder' is assigned a value but never used no-unused-vars ✖ 6 problems (6 errors, 0 warnings) Fatal error: 6 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/fractions-common-test-config.js 1:1 error Incorrect copyright statement in first comment copyright /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinderTests.js 18:11 error 'finder' is assigned a value but never used no-unused-vars ✖ 2 problems (2 errors, 0 warnings) Fatal error: 2 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/game/model/CollectionFinderTests.js 18:11 error 'finder' is assigned a value but never used no-unused-vars ✖ 1 problem (1 error, 0 warnings) Fatal error: 1 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task /Users/jon/phet/git/fractions-common/js/common/model/PrimeFactorizationTests.js 37:41 error Missing semicolon semi 49:15 error Strings must use singlequote quotes 60:15 error Strings must use singlequote quotes 71:15 error Strings must use singlequote quotes 82:15 error Strings must use singlequote quotes 93:15 error Strings must use singlequote quotes ✖ 6 problems (6 errors, 0 warnings) Fatal error: 6 Lint Errors jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ cd .. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/status.sh acid-base-solutions master aqua master area-builder master area-model-algebra master area-model-common master area-model-decimals master area-model-introduction master area-model-multiplication master arithmetic master assert master atomic-interactions master axon master babel master balancing-act master balancing-chemical-equations master balloons-and-static-electricity master beers-law-lab master bending-light master binder master blackbody-spectrum master blast master blue-rain master brand master build-a-fraction master build-a-molecule master build-an-atom master bumper master calculus-grapher master capacitor-lab-basics master chains master charges-and-fields master chipper master circuit-construction-ios-app master circuit-construction-kit-black-box-study master circuit-construction-kit-common master circuit-construction-kit-dc master circuit-construction-kit-dc-virtual-lab master color-vision master concentration master coulombs-law master curve-fitting master dot master energy-forms-and-changes master energy-skate-park master energy-skate-park-basics master equality-explorer master equality-explorer-basics master equality-explorer-two-variables master estimation master example-sim master expression-exchange master faradays-law master fluid-pressure-and-flow master forces-and-motion-basics master fraction-comparison master fraction-matcher master fractions-common master fractions-equality master fractions-intro master fractions-mixed-numbers master friction master function-builder master function-builder-basics master gas-properties master gene-expression-essentials master graphing-lines master graphing-quadratics master graphing-slope-intercept master gravity-and-orbits master gravity-force-lab master gravity-force-lab-basics master griddle master hookes-law master installer-builder master interaction-dashboard master inverse-square-law-common master isotopes-and-atomic-mass master john-travoltage master joist master kite master least-squares-regression master make-a-ten master masses-and-springs master mobius master models-of-the-hydrogen-atom master molarity master molecule-polarity master molecule-shapes master molecule-shapes-basics master molecules-and-light master neuron master nitroglycerin master ohms-law master optics-lab master pendulum-lab master perennial master ph-scale master ph-scale-basics master phet-android-app master phet-core master phet-info master phet-io master phet-io-website master phet-io-wrapper-classroom-activity master phet-io-wrapper-hookes-law-energy master phet-io-wrapper-lab-book master phet-io-wrapper-sonification master phet-io-wrappers master phet-ios-app master phetcommon master phetmarks master plinko-probability master projectile-motion master proportion-playground master protein-synthesis master query-string-machine master reactants-products-and-leftovers master resistance-in-a-wire master rosetta master rutherford-scattering master scenery master scenery-phet master sherpa master shred master simula-rasa master slater master smithers master states-of-matter master states-of-matter-basics master sugar-and-salt-solutions master sun master tambo master tandem master tasks master trig-tour master twixt master under-pressure master unit-rates master vegas master vibe master wave-interference master wave-on-a-string master wilder master yotta master jon@Jonathans-MacBook-Pro:~/phet/git$ grunt jon@Jonathans-MacBook-Pro:~/phet/git$ cd fractions-common jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ grunt lint Running "lint" task Done. jon@Jonathans-MacBook-Pro:~/phet/git/fractions-common$ cd .. jon@Jonathans-MacBook-Pro:~/phet/git$ perennial/bin/pull-all.sh acid-base-solutions Already up to date. Current branch master is up to date. aqua Already up to date. Current branch master is up to date. area-builder Already up to date. Current branch master is up to date. area-model-algebra Already up to date. Current branch master is up to date. area-model-common Already up to date. Current branch master is up to date. area-model-decimals Already up to date. Current branch master is up to date. area-model-introduction Already up to date. Current branch master is up to date. area-model-multiplication Already up to date. Current branch master is up to date. arithmetic Already up to date. Current branch master is up to date. assert Already up to date. Current branch master is up to date. atomic-interactions Already up to date. Current branch master is up to date. axon Already up to date. Current branch master is up to date. babel remote: Counting objects: 16, done. remote: Compressing objects: 100% (16/16), done. remote: Total 16 (delta 12), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (16/16), done. From https://github.com/phetsims/babel 32af3d91..cc7e3cab master -> origin/master Updating 32af3d91..cc7e3cab Fast-forward capacitor-lab-basics/capacitor-lab-basics-strings_mn.json | 249 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ charges-and-fields/charges-and-fields-strings_mn.json | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ joist/joist-strings_mn.json | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- 3 files changed, 510 insertions(+), 43 deletions(-) create mode 100644 capacitor-lab-basics/capacitor-lab-basics-strings_mn.json create mode 100644 charges-and-fields/charges-and-fields-strings_mn.json Current branch master is up to date. balancing-act remote: Counting objects: 6, done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/balancing-act eb0397b..3846509 master -> origin/master Updating eb0397b..3846509 Fast-forward js/common/view/BasicBalanceScreenView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Current branch master is up to date. balancing-chemical-equations Already up to date. Current branch master is up to date. balloons-and-static-electricity Already up to date. Current branch master is up to date. beers-law-lab Already up to date. Current branch master is up to date. bending-light Already up to date. Current branch master is up to date. binder Already up to date. Current branch master is up to date. blackbody-spectrum Already up to date. Current branch master is up to date. blast Already up to date. Current branch master is up to date. brand Already up to date. Current branch master is up to date. build-a-fraction Already up to date. Current branch master is up to date. build-a-molecule Already up to date. Current branch master is up to date. build-an-atom remote: Counting objects: 6, done. remote: Compressing objects: 100% (2/2), done. remote: Total 6 (delta 4), reused 6 (delta 4), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/build-an-atom a4571f9..d9ff9a1 master -> origin/master Updating a4571f9..d9ff9a1 Fast-forward js/common/view/AtomView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Current branch master is up to date. bumper Already up to date. Current branch master is up to date. calculus-grapher Already up to date. Current branch master is up to date. capacitor-lab-basics remote: Counting objects: 7, done. remote: Total 7 (delta 6), reused 7 (delta 6), pack-reused 0 Unpacking objects: 100% (7/7), done. From https://github.com/phetsims/capacitor-lab-basics 89c1402..fc7a046 master -> origin/master Updating 89c1402..fc7a046 Fast-forward js/common/view/control/CLBViewControlPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Current branch master is up to date. chains Already up to date. Current branch master is up to date. charges-and-fields Already up to date. Current branch master is up to date. chipper Already up to date. Current branch master is up to date. circuit-construction-kit-common Already up to date. Current branch master is up to date. circuit-construction-kit-black-box-study Already up to date. Current branch master is up to date. circuit-construction-kit-dc Already up to date. Current branch master is up to date. circuit-construction-kit-dc-virtual-lab Already up to date. Current branch master is up to date. color-vision Already up to date. Current branch master is up to date. concentration Already up to date. Current branch master is up to date. coulombs-law Already up to date. Current branch master is up to date. curve-fitting Already up to date. Current branch master is up to date. dot Already up to date. Current branch master is up to date. energy-forms-and-changes remote: Counting objects: 14, done. remote: Compressing objects: 100% (7/7), done. remote: Total 14 (delta 11), reused 10 (delta 7), pack-reused 0 Unpacking objects: 100% (14/14), done. From https://github.com/phetsims/energy-forms-and-changes 09e3a51..1aed1c7 master -> origin/master Updating 09e3a51..1aed1c7 Fast-forward js/common/EFACConstants.js | 6 +++++- js/common/view/PerspectiveWaterNode.js | 132 ++++++++++++++---------------------------------------------------------------------------------------------------------------------- js/common/view/SteamCanvasNode.js | 207 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 226 insertions(+), 119 deletions(-) create mode 100644 js/common/view/SteamCanvasNode.js Current branch master is up to date. energy-skate-park Already up to date. Current branch master is up to date. energy-skate-park-basics Already up to date. Current branch master is up to date. equality-explorer Already up to date. Current branch master is up to date. equality-explorer-basics Already up to date. Current branch master is up to date. equality-explorer-two-variables Already up to date. Current branch master is up to date. estimation Already up to date. Current branch master is up to date. example-sim Already up to date. Current branch master is up to date. expression-exchange Already up to date. Current branch master is up to date. faradays-law remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 9 (delta 4), reused 9 (delta 4), pack-reused 0 Unpacking objects: 100% (9/9), done. From https://github.com/phetsims/faradays-law f172a28..1e529ce master -> origin/master Updating f172a28..1e529ce Fast-forward dependencies.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Current branch master is up to date. fluid-pressure-and-flow Already up to date. Current branch master is up to date. forces-and-motion-basics remote: Counting objects: 6, done. remote: Compressing objects: 100% (2/2), done. remote: Total 6 (delta 4), reused 6 (delta 4), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/forces-and-motion-basics 9b45618..35c392a master -> origin/master Updating 9b45618..35c392a Fast-forward js/netforce/view/NetForceControlPanel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Current branch master is up to date. fraction-comparison Already up to date. Current branch master is up to date. fraction-matcher Already up to date. Current branch master is up to date. fractions-common Already up to date. Current branch master is up to date. fractions-equality Already up to date. Current branch master is up to date. fractions-intro Already up to date. Current branch master is up to date. fractions-mixed-numbers Already up to date. Current branch master is up to date. friction Already up to date. Current branch master is up to date. function-builder Already up to date. Current branch master is up to date. function-builder-basics Already up to date. Current branch master is up to date. gas-properties Already up to date. Current branch master is up to date. gene-expression-essentials Already up to date. Current branch master is up to date. graphing-lines Already up to date. Current branch master is up to date. graphing-quadratics remote: Counting objects: 75, done. remote: Compressing objects: 100% (44/44), done. remote: Total 75 (delta 56), reused 50 (delta 31), pack-reused 0 Unpacking objects: 100% (75/75), done. From https://github.com/phetsims/graphing-quadratics c7e0653..375b0a6 master -> origin/master Updating c7e0653..375b0a6 Fast-forward TODO.txt | 2 -- graphing-quadratics-strings_en.json | 3 +++ js/common/GQConstants.js | 4 ++-- js/common/view/CoefficientSlider.js | 9 +++++++-- js/{standardform => common}/view/SceneControl.js | 0 js/focusanddirectrix/FocusAndDirectrixScreen.js | 43 +++++++++++++++++++++++++++++++++++++++++++ js/focusanddirectrix/model/FocusAndDirectrixModel.js | 26 ++++++++++++++++++++++++++ js/focusanddirectrix/model/FocusAndDirectrixScene.js | 45 +++++++++++++++++++++++++++++++++++++++++++++ js/{vertexform/view/VertexGraphControls.js => focusanddirectrix/view/FocusAndDirectrixGraphControls.js} | 19 +++++++++---------- js/focusanddirectrix/view/FocusAndDirectrixSceneNode.js | 43 +++++++++++++++++++++++++++++++++++++++++++ js/focusanddirectrix/view/FocusAndDirectrixScreenView.js | 30 ++++++++++++++++++++++++++++++ js/graphing-quadratics-main.js | 4 +++- js/standardform/view/DecimalsSceneNode.js | 4 ++-- js/standardform/view/IntegersSceneNode.js | 4 ++-- js/standardform/view/{DecimalsGraphControls.js => StandardFormGraphControls.js} | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ js/standardform/view/StandardFormScreenView.js | 2 +- js/vertexform/model/VertexFormModel.js | 6 +----- js/{standardform/view/IntegersGraphControls.js => vertexform/view/VertexFormGraphControls.js} | 36 ++++++++++++------------------------ js/vertexform/view/{VertexInteractiveEquationNode.js => VertexFormInteractiveEquationNode.js} | 6 +++--- js/vertexform/view/{VertexSceneNode.js => VertexFormSceneNode.js} | 12 ++++++------ js/vertexform/view/VertexFormScreenView.js | 8 ++++---- 21 files changed, 307 insertions(+), 70 deletions(-) rename js/{standardform => common}/view/SceneControl.js (100%) create mode 100644 js/focusanddirectrix/FocusAndDirectrixScreen.js create mode 100644 js/focusanddirectrix/model/FocusAndDirectrixModel.js create mode 100644 js/focusanddirectrix/model/FocusAndDirectrixScene.js rename js/{vertexform/view/VertexGraphControls.js => focusanddirectrix/view/FocusAndDirectrixGraphControls.js} (82%) create mode 100644 js/focusanddirectrix/view/FocusAndDirectrixSceneNode.js create mode 100644 js/focusanddirectrix/view/FocusAndDirectrixScreenView.js rename js/standardform/view/{DecimalsGraphControls.js => StandardFormGraphControls.js} (52%) rename js/{standardform/view/IntegersGraphControls.js => vertexform/view/VertexFormGraphControls.js} (70%) rename js/vertexform/view/{VertexInteractiveEquationNode.js => VertexFormInteractiveEquationNode.js} (95%) rename js/vertexform/view/{VertexSceneNode.js => VertexFormSceneNode.js} (65%) Current branch master is up to date. graphing-slope-intercept Already up to date. Current branch master is up to date. gravity-and-orbits Already up to date. Current branch master is up to date. gravity-force-lab Already up to date. Current branch master is up to date. gravity-force-lab-basics Already up to date. Current branch master is up to date. griddle remote: Counting objects: 10, done. remote: Compressing objects: 100% (1/1), done. remote: Total 10 (delta 9), reused 10 (delta 9), pack-reused 0 Unpacking objects: 100% (10/10), done. From https://github.com/phetsims/griddle bd4fd88..f4fea0d master -> origin/master Updating bd4fd88..f4fea0d Fast-forward js/BarNode.js | 2 +- js/VerticalBarChart.js | 6 +++--- js/VerticalBarNode.js | 2 +- js/VerticalCompositeBarNode.js | 10 +++++++--- js/XYDataSeriesNode.js | 10 +++++----- js/demo/XYPlotScreen.js | 2 +- 6 files changed, 18 insertions(+), 14 deletions(-) Current branch master is up to date. hookes-law Already up to date. Current branch master is up to date. installer-builder Already up to date. Current branch master is up to date. interaction-dashboard remote: Counting objects: 6, done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/interaction-dashboard 135c7c3..2b65881 master -> origin/master Updating 135c7c3..2b65881 Fast-forward js/events-over-time/view/EventsOverTimeScreenView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Current branch master is up to date. inverse-square-law-common Already up to date. Current branch master is up to date. isotopes-and-atomic-mass Already up to date. Current branch master is up to date. john-travoltage remote: Counting objects: 8, done. remote: Compressing objects: 100% (1/1), done. remote: Total 8 (delta 7), reused 8 (delta 7), pack-reused 0 Unpacking objects: 100% (8/8), done. From https://github.com/phetsims/john-travoltage 11379ba..b2cf3b7 master -> origin/master Updating 11379ba..b2cf3b7 Fast-forward js/john-travoltage/model/Appendage.js | 6 +----- js/john-travoltage/view/AppendageNode.js | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------- 2 files changed, 59 insertions(+), 57 deletions(-) Current branch master is up to date. joist Already up to date. Current branch master is up to date. kite Already up to date. Current branch master is up to date. least-squares-regression Already up to date. Current branch master is up to date. make-a-ten Already up to date. Current branch master is up to date. masses-and-springs remote: Counting objects: 16, done. remote: Compressing objects: 100% (8/8), done. remote: Total 16 (delta 8), reused 16 (delta 8), pack-reused 0 Unpacking objects: 100% (16/16), done. From https://github.com/phetsims/masses-and-springs 92321d7..cfe71e2 master -> origin/master Updating 92321d7..cfe71e2 Fast-forward js/common/view/LineVisibilityNode.js | 6 +++--- js/common/view/MassNode.js | 2 ++ js/vectors/view/IndicatorVisibilityControlNode.js | 14 +++++++------- js/vectors/view/VectorVisibilityControlNode.js | 8 ++++---- 4 files changed, 16 insertions(+), 14 deletions(-) Current branch master is up to date. mobius Already up to date. Current branch master is up to date. models-of-the-hydrogen-atom Already up to date. Current branch master is up to date. molarity remote: Counting objects: 11, done. remote: Compressing objects: 100% (6/6), done. remote: Total 11 (delta 6), reused 10 (delta 5), pack-reused 0 Unpacking objects: 100% (11/11), done. From https://github.com/phetsims/molarity f770ce7..d457417 1.4 -> origin/1.4 Already up to date. Current branch master is up to date. molecules-and-light Already up to date. Current branch master is up to date. molecule-polarity Already up to date. Current branch master is up to date. molecule-shapes Already up to date. Current branch master is up to date. molecule-shapes-basics Already up to date. Current branch master is up to date. neuron Already up to date. Current branch master is up to date. nitroglycerin Already up to date. Current branch master is up to date. ohms-law remote: Counting objects: 25, done. remote: Compressing objects: 100% (4/4), done. remote: Total 25 (delta 21), reused 25 (delta 21), pack-reused 0 Unpacking objects: 100% (25/25), done. From https://github.com/phetsims/ohms-law 7fdeb07..cff3b62 master -> origin/master Updating 7fdeb07..cff3b62 Fast-forward js/ohms-law/OhmsLawA11yStrings.js | 4 ++-- js/ohms-law/view/{OhmsLawSceneSummaryNode.js => OhmsLawScreenSummaryNode.js} | 29 ++++++++--------------------- js/ohms-law/view/OhmsLawScreenView.js | 10 +++++++--- 3 files changed, 17 insertions(+), 26 deletions(-) rename js/ohms-law/view/{OhmsLawSceneSummaryNode.js => OhmsLawScreenSummaryNode.js} (76%) Current branch master is up to date. optics-lab Already up to date. Current branch master is up to date. pendulum-lab remote: Counting objects: 6, done. remote: Compressing objects: 100% (1/1), done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 100% (6/6), done. From https://github.com/phetsims/pendulum-lab 9ce270e..8aaf260 master -> origin/master Updating 9ce270e..8aaf260 Fast-forward js/common/view/ToolsPanel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Current branch master is up to date. perennial Already up to date. Current branch master is up to date. ph-scale Already up to date. Current branch master is up to date. ph-scale-basics Already up to date. Current branch master is up to date. phet-ios-app Already up to date. Current branch master is up to date. phet-android-app Already up to date. Current branch master is up to date. phet-core Already up to date. Current branch master is up to date. phet-info remote: Counting objects: 4, done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/phet-info 3b8cda1..c91dc6e master -> origin/master Updating 3b8cda1..c91dc6e Fast-forward deployment-info/chipper-2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Current branch master is up to date. phetcommon Already up to date. Current branch master is up to date. phetmarks Already up to date. Current branch master is up to date. phet-io Already up to date. Current branch master is up to date. phet-io-wrappers remote: Counting objects: 5, done. remote: Compressing objects: 100% (1/1), done. remote: Total 5 (delta 4), reused 5 (delta 4), pack-reused 0 Unpacking objects: 100% (5/5), done. From https://github.com/phetsims/phet-io-wrappers 9489931..93e2da9 master -> origin/master Updating 9489931..93e2da9 Fast-forward js/tests/SimTests.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) Current branch master is up to date. phet-io-wrapper-classroom-activity Already up to date. Current branch master is up to date. phet-io-wrapper-hookes-law-energy Already up to date. Current branch master is up to date. phet-io-wrapper-lab-book Already up to date. Current branch master is up to date. phet-io-wrapper-sonification remote: Counting objects: 15, done. remote: Compressing objects: 100% (7/7), done. remote: Total 15 (delta 9), reused 14 (delta 8), pack-reused 0 Unpacking objects: 100% (15/15), done. From https://github.com/phetsims/phet-io-wrapper-sonification 0d18c31..1694f8a master -> origin/master Updating 0d18c31..1694f8a Fast-forward gravity-force-lab-basics/audio/Force-C3-4-Pad2-Glass-128kbps.mp3 | Bin 0 -> 334366 bytes gravity-force-lab-basics/audio/Force-C3-4-Pad2-Glass-320kbps.mp3 | Bin 0 -> 835917 bytes gravity-force-lab-basics/audio/General_Button.mp3 | Bin 0 -> 6731 bytes gravity-force-lab-basics/js/sonificationDefault.js | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------- sonification.html | 12 ++++++++++++ 5 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 gravity-force-lab-basics/audio/Force-C3-4-Pad2-Glass-128kbps.mp3 create mode 100644 gravity-force-lab-basics/audio/Force-C3-4-Pad2-Glass-320kbps.mp3 create mode 100644 gravity-force-lab-basics/audio/General_Button.mp3 Current branch master is up to date. phet-io-website Already up to date. Current branch master is up to date. plinko-probability Already up to date. Current branch master is up to date. projectile-motion Already up to date. Current branch master is up to date. proportion-playground Already up to date. Current branch master is up to date. protein-synthesis Already up to date. Current branch master is up to date. query-string-machine Already up to date. Current branch master is up to date. reactants-products-and-leftovers Already up to date. Current branch master is up to date. resistance-in-a-wire Already up to date. Current branch master is up to date. rosetta remote: Counting objects: 4, done. remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/rosetta cbe2240..6883133 master -> origin/master Updating cbe2240..6883133 Fast-forward js/routeHandlers.js | 1 + 1 file changed, 1 insertion(+) Current branch master is up to date. rutherford-scattering Already up to date. Current branch master is up to date. scenery remote: Counting objects: 5, done. remote: Compressing objects: 100% (1/1), done. remote: Total 5 (delta 4), reused 5 (delta 4), pack-reused 0 Unpacking objects: 100% (5/5), done. From https://github.com/phetsims/scenery efe2d4c2..111cbbad master -> origin/master Updating efe2d4c2..111cbbad Fast-forward js/accessibility/AccessibilityTests.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Current branch master is up to date. scenery-phet Already up to date. Current branch master is up to date. sherpa remote: Counting objects: 3, done. remote: Compressing objects: 100% (1/1), done. remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 Unpacking objects: 100% (3/3), done. From https://github.com/phetsims/sherpa fe42c8c..ce9e4bb master -> origin/master Updating fe42c8c..ce9e4bb Fast-forward third-party-licenses.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) Current branch master is up to date. shred Already up to date. Current branch master is up to date. simula-rasa Already up to date. Current branch master is up to date. slater Already up to date. Current branch master is up to date. smithers Already up to date. Current branch master is up to date. states-of-matter Already up to date. Current branch master is up to date. states-of-matter-basics Already up to date. Current branch master is up to date. sugar-and-salt-solutions Already up to date. Current branch master is up to date. sun remote: Counting objects: 45, done. remote: Compressing objects: 100% (23/23), done. remote: Total 45 (delta 34), reused 32 (delta 22), pack-reused 0 Unpacking objects: 100% (45/45), done. From https://github.com/phetsims/sun 2906e9a..53ac71a master -> origin/master Updating 2906e9a..53ac71a Fast-forward js/AquaRadioButton.js | 12 +++++++++--- js/VerticalAquaRadioButtonGroup.js | 9 +++++---- js/VerticalCheckboxGroup.js | 7 +++---- js/accessibility/AccessibleSlider.js | 9 ++++++++- js/buttons/ButtonModel.js | 5 +++++ js/buttons/RadioButtonGroup.js | 9 +++++---- 6 files changed, 35 insertions(+), 16 deletions(-) Current branch master is up to date. tambo Already up to date. Current branch master is up to date. tandem remote: Counting objects: 4, done. remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 Unpacking objects: 100% (4/4), done. From https://github.com/phetsims/tandem 1162d41..c9b5327 master -> origin/master Updating 1162d41..c9b5327 Fast-forward js/PhetioObject.js | 1 - 1 file changed, 1 deletion(-) Current branch master is up to date. tasks Already up to date. Current branch master is up to date. trig-tour Already up to date. Current branch master is up to date. twixt Already up to date. Current branch master is up to date. under-pressure Already up to date. Current branch master is up to date. unit-rates Already up to date. Current branch master is up to date. vegas Already up to date. Current branch master is up to date. vibe Already up to date. Current branch master is up to date. wave-interference remote: Counting objects: 198, done. remote: Compressing objects: 100% (31/31), done. remote: Total 198 (delta 118), reused 120 (delta 103), pack-reused 62 Receiving objects: 100% (198/198), 27.19 KiB | 2.09 MiB/s, done. Resolving deltas: 100% (149/149), completed with 25 local objects. From https://github.com/phetsims/wave-interference 226d3c6..4949abe master -> origin/master Updating 226d3c6..4949abe Fast-forward js/common/model/IncomingWaveType.js | 2 +- js/common/model/Lattice.js | 2 +- js/common/model/PlaySpeedEnum.js | 2 +- js/common/model/Scene.js | 4 ++-- js/common/model/ViewType.js | 2 +- js/common/view/{WaveDetectorToolNode.js => MeterNode.js} | 11 ++++++----- js/common/view/ScreenNode.js | 2 +- js/common/view/ScrollingChartNode.js | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------- js/common/view/ToolboxPanel.js | 18 +++++++++--------- js/common/view/WaterEmitterNode.js | 2 +- js/common/view/WaveInterferenceWaveDetectorToolNode.js | 132 ------------------------------------------------------------------------------------------------------------------------------------ js/common/view/WaveMeterNode.js | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/common/view/{WaveDetectorToolProbeNode.js => WaveMeterProbeNode.js} | 6 +++--- js/diffraction/DiffractionScreen.js | 2 +- js/diffraction/model/DiffractionModel.js | 2 +- js/diffraction/view/DiffractionScreenView.js | 2 +- js/interference/InterferenceScreen.js | 2 +- js/slits/SlitsScreen.js | 2 +- js/slits/model/BarrierTypeEnum.js | 2 +- js/slits/model/SlitsScreenModel.js | 6 +++--- js/wave-interference-main.js | 2 +- js/waveInterference.js | 2 +- js/waves/WavesScreen.js | 2 +- js/waves/model/WavesScreenModel.js | 31 ++++++++++++++++--------------- js/waves/view/WavesScreenView.js | 8 ++++---- 25 files changed, 301 insertions(+), 293 deletions(-) rename js/common/view/{WaveDetectorToolNode.js => MeterNode.js} (82%) delete mode 100644 js/common/view/WaveInterferenceWaveDetectorToolNode.js create mode 100644 js/common/view/WaveMeterNode.js rename js/common/view/{WaveDetectorToolProbeNode.js => WaveMeterProbeNode.js} (79%) Current branch master is up to date. wave-on-a-string remote: Counting objects: 7, done. remote: Total 7 (delta 6), reused 7 (delta 6), pack-reused 0 Unpacking objects: 100% (7/7), done. From https://github.com/phetsims/wave-on-a-string 440bf8e..f1188ed master -> origin/master Updating 440bf8e..f1188ed Fast-forward js/wave-on-a-string/view/control/BottomControlPanel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Current branch master is up to date. wilder Already up to date. Current branch master is up to date. yotta Already up to date. Current branch master is up to date. jon@Jonathans-MacBook-Pro:~/phet/git$ ssh olsonjb@bayes.colorado.edu Last login: Thu Aug 9 15:54:46 2018 from vpn-priv39-dhcp-232.int.colorado.edu bayes:~ # su phet-admin PPassword: ^C bayes:~ # su phet-admin Password: [phet-admin@bayes olsonjb]$ pm2 logs [TAILING] Tailing last 10 lines for [all] processes (change the value with --lines option) /home/phet-admin/.pm2/pm2.log last 10 lines: PM2 | 2018-08-15 11:41:30: App name:ga-server id:0 online PM2 | 2018-08-15 11:42:02: App [ga-server] with id [0] and pid [150723], exited with code [0] via signal [SIGINT] PM2 | 2018-08-15 11:42:02: Starting execution sequence in -fork mode- for app name:ga-server id:0 PM2 | 2018-08-15 11:42:02: App name:ga-server id:0 online PM2 | 2018-08-15 11:42:14: App [grunt] with id [2] and pid [148331], exited with code [0] via signal [SIGINT] PM2 | 2018-08-15 11:42:14: Starting execution sequence in -fork mode- for app name:grunt id:2 PM2 | 2018-08-15 11:42:14: App name:grunt id:2 online PM2 | 2018-08-15 11:42:33: App [ga-server] with id [0] and pid [152707], exited with code [0] via signal [SIGINT] PM2 | 2018-08-15 11:42:33: Starting execution sequence in -fork mode- for app name:ga-server id:0 PM2 | 2018-08-15 11:42:33: App name:ga-server id:0 online /home/phet-admin/.pm2/logs/yotta-server-error-1.log last 10 lines: /home/phet-admin/.pm2/logs/grunt-error-2.log last 10 lines: /home/phet-admin/.pm2/logs/ga-server-error-0.log last 10 lines: /home/phet-admin/.pm2/logs/continuous-server-error-3.log last 10 lines: /home/phet-admin/.pm2/logs/yotta-server-out-1.log last 10 lines: 1|yotta-se | 'YYYY-MM' ) as year_month, sum(jnlp_bot) as jnlp_bot, sum(jnlp_not_bot) as jnlp_not_bot, sum(jar_bot) as jar_bot, sum(jar_not_bot) as jar_not_bot, sum(flash_bot) as flash_bot, sum(flash_not_bot) as flash_not_bot, sum(html_bot) as html_bot, sum(html_not_bot) as html_not_bot, sum(html_yotta_duplicate_bot) as html_yotta_duplicate_bot, sum(html_yotta_duplicate_not_bot) as html_yotta_duplicate_not_bot, sum(html_download_bot) as html_download_bot, sum(html_download_not_bot) as html_download_not_bot, sum(yotta_default_bot) as yotta_default_bot, sum(yotta_default_not_bot) as yotta_default_not_bot, sum(yotta_ios_app_bot) as yotta_ios_app_bot, sum(yotta_ios_app_not_bot) as yotta_ios_app_not_bot, sum(yotta_android_app_bot) as yotta_android_app_bot, sum(yotta_android_app_not_bot) as yotta_android_app_not_bot, sum(yotta_embedded_bot) as yotta_embedded_bot, sum(yotta_embedded_not_bot) as yotta_embedded_not_bot, sum(yotta_local_bot) as yotta_local_bot, sum(yotta_local_not_bot) as yotta_local_not_bot, sum(yotta_installer_bot) as yotta_installer_bot, sum(yotta_installer_not_bot) as yotta_installer_not_bot, sum(yotta_third_party_bot) as yotta_third_party_bot, sum(yotta_third_party_not_bot) as yotta_third_party_not_bot, sum(yotta_embedded_third_party_bot) as yotta_embedded_third_party_bot, sum(yotta_embedded_third_party_not_bot) as yotta_embedded_third_party_not_bot, sum(yotta_received) as yotta_received, sum(yotta_loaded) as yotta_loaded, sum(yotta_errored) as yotta_errored, sum(ga_flash) as ga_flash, sum(ga_html) as ga_html, sum(offline_jar) as offline_jar, sum(offline_installer) as offline_installer, sum(offline_website) as offline_website from sim_monthly_aggregate_entry, simulation, localized_simulation where localized_simulation.simulation_id = simulation.id and sim_monthly_aggregate_entry.localized_simulation_id = localized_simulation.id and sim_monthly_aggregate_entry.date >= '2018-06-01' and sim_monthly_aggregate_entry.date <= '2018-06-30' group by simulation.id, year_month /home/phet-admin/.pm2/logs/ga-server-out-0.log last 10 lines: 0|ga-serve | processing {"duration":"day","sim":66,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":65,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":64,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":63,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":62,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":61,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":60,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":59,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":58,"day":"2018-08-13"} 0|ga-serve | processing {"duration":"day","sim":57,"day":"2018-08-13"} /home/phet-admin/.pm2/logs/continuous-server-out-3.log last 10 lines: 3|continuo | 2018-08-15T17:39:29.237Z [INFO] [PASS] snapshot-1534353217495 circuit-construction-kit-dc,build,phet: undefined 3|continuo | 2018-08-15T17:39:29.238Z [INFO] build passed: snapshot-1534353217495/circuit-construction-kit-dc 3|continuo | 2018-08-15T17:39:31.060Z [INFO] [PASS] snapshot-1534353217495 unit-rates,build,phet: undefined 3|continuo | 2018-08-15T17:39:31.060Z [INFO] build passed: snapshot-1534353217495/unit-rates 3|continuo | 2018-08-15T17:39:40.246Z [INFO] [PASS] snapshot-1534353217495 gene-expression-essentials,build,phet: undefined 3|continuo | 2018-08-15T17:39:40.247Z [INFO] build passed: snapshot-1534353217495/gene-expression-essentials 3|continuo | 2018-08-15T17:39:51.658Z [INFO] [PASS] snapshot-1534353217495 bumper,build,phet-io: undefined 3|continuo | 2018-08-15T17:39:51.658Z [INFO] build passed: snapshot-1534353217495-phet-io/bumper 3|continuo | 2018-08-15T17:40:40.214Z [INFO] [PASS] snapshot-1534353217495 hookes-law,build,phet-io: undefined 3|continuo | 2018-08-15T17:40:40.214Z [INFO] build passed: snapshot-1534353217495-phet-io/hookes-law /home/phet-admin/.pm2/logs/grunt-out-2.log last 10 lines: 2|grunt | info: git pull on equality-explorer-basics 2|grunt | info: git pull on equality-explorer-two-variables 2|grunt | info: git pull on estimation 2|grunt | info: git pull on example-sim 2|grunt | info: git pull on expression-exchange 2|grunt | info: git pull on faradays-law 2|grunt | info: git pull on fluid-pressure-and-flow 2|grunt | info: git pull on forces-and-motion-basics 2|grunt | info: git pull on fraction-comparison 2|grunt | info: git pull on fraction-matcher [STREAMING] Now streaming realtime logs for [all] processes 2|grunt | info: git pull on fractions-common 2|grunt | info: git pull on fractions-equality 2|grunt | info: git pull on fractions-intro 2|grunt | info: git pull on fractions-mixed-numbers 2|grunt | info: git pull on friction 2|grunt | info: git pull on function-builder 2|grunt | info: git pull on function-builder-basics PM2 | App [ga-server] with id [0] and pid [154306], exited with code [0] via signal [SIGINT] PM2 | Starting execution sequence in -fork mode- for app name:ga-server id:0 PM2 | App name:ga-server id:0 online 2|grunt | info: git pull on gas-properties 2|grunt | info: git pull on gene-expression-essentials 2|grunt | info: git pull on graphing-lines 2|grunt | info: git pull on graphing-quadratics 2|grunt | info: git pull on graphing-slope-intercept 2|grunt | info: git pull on gravity-and-orbits 2|grunt | info: git pull on gravity-force-lab 2|grunt | info: git pull on gravity-force-lab-basics 2|grunt | info: git pull on griddle 2|grunt | info: git pull on hookes-law 2|grunt | info: git pull on installer-builder 2|grunt | info: git pull on interaction-dashboard ^C [phet-admin@bayes olsonjb]$ [phet-admin@bayes olsonjb]$ cat /home/phet-admin/.pm2/logs/continuous-server-out-3.log | grep Delivering | tail 2018-08-13T23:41:57.056Z [INFO] Delivering test: { 2018-08-13T23:42:37.944Z [INFO] Delivering test: { 2018-08-13T23:43:19.197Z [INFO] Delivering test: { 2018-08-13T23:44:00.737Z [INFO] Delivering test: { 2018-08-13T23:44:43.759Z [INFO] Delivering test: { 2018-08-13T23:45:25.029Z [INFO] Delivering test: { 2018-08-13T23:46:06.742Z [INFO] Delivering test: { 2018-08-13T23:46:11.564Z [INFO] Delivering test: { 2018-08-13T23:46:52.747Z [INFO] Delivering test: { 2018-08-13T23:46:56.891Z [INFO] Delivering test: { [phet-admin@bayes olsonjb]$ less ~/.pm2/logs/continuous-server-out-3.log 2018-08-13T23:46:56.891Z ESC[32m[INFO] Delivering test: { "count": 1, "snapshotName": "snapshot-1534195587822", "test": [ "isotopes-and-atomic-mass", "fuzz", "require.js" ], "url": "sim-test.html?url=..%2F..%2Fsnapshot-1534195587822%2Fisotopes-and-atomic-mass%2Fisotopes-and-atomic-mass_en.html&simQueryParameters=brand%3Dphet%26ea%26fuzzMouse%26fuzzTouch" } ```

I'll restart the Chrome processes and we'll see if it stalls on this in the future.

jonathanolson commented 6 years ago

Chrome processes restarted.

It looks like all browser-based testing stopped, which presumably affected almost every repo's testing.

pixelzoom commented 3 years ago

@KatieWoe is this still a problem? If so, please assign to @ariel-phet for prioritization. If not, please close.