LMMilewski
Results
2
issues of
LMMilewski
Full example: https://gopherjs.github.io/playground/#/6geYC_5FAf In the following code: ` x[f()] = g() ` `f` should be called before `g` but isn't. This matters in presence of side-effects. Spec: https://golang.org/ref/spec#Assignments https://golang.org/ref/spec#Order_of_evaluation cc...
bug
NeedsFix
NeedsHelp
Consider the "Play Random Computer" example from https://www.chessboardjs.com/examples#5001 First, the following bug can be easily reproduced locally by exaggerating the effect with the following changes: - reduce the makeRandomMove delay...