Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Created February 11, 2013 14:13
Show Gist options
  • Save pnkfelix/4754621 to your computer and use it in GitHub Desktop.
Save pnkfelix/4754621 to your computer and use it in GitHub Desktop.
semi-minimal test case
gczeal(9, 2)
function testScatterConflict() {
var p = new ParallelArray([1,2]);
function foo() true;
function bar() true;
var r = p.scatter([0,1]);
}
testScatterConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment