Interesting bug. If you call a previously invoked function with a missing argument...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 24 Jul 2009 19:03:08 +0000 (19:03 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 24 Jul 2009 19:03:08 +0000 (19:03 +0000)
commit2e8e478639720ebb8f599eabf1470a8f4b2af735
tree171bc2fb1989aefc2b7443ca5e9a8db0a4c25d26
parent4bfad922a62b5782224598da4a17bd9419b744b1
Interesting bug. If you call a previously invoked function with a missing argument, then instead of using the
default value provided in the def, it uses the last value bound to the variable.
run-nightlies.py