Skip to content

Commit

Permalink
Remove goof closure stuff from lib. Causes problems for Bob with comp…
Browse files Browse the repository at this point in the history
…leting the long modifications.

Signed-off-by: Brad Miller <bonelake@gmail.com>
  • Loading branch information
bnmnetp committed Dec 27, 2012
1 parent 4eb986f commit 71ca096
Show file tree
Hide file tree
Showing 16 changed files with 564 additions and 240 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist/
support/tmp/
doc/static/builtin.js
doc/static/skulpt.js
Expand Down
1 change: 1 addition & 0 deletions dist/builtin.js

Large diffs are not rendered by default.

563 changes: 563 additions & 0 deletions dist/skulpt.js

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions test/closure-cmd/t00.py

This file was deleted.

2 changes: 0 additions & 2 deletions test/closure-cmd/t00.py.real

This file was deleted.

5 changes: 0 additions & 5 deletions test/closure-cmd/t01.py

This file was deleted.

1 change: 0 additions & 1 deletion test/closure-cmd/t01.py.real

This file was deleted.

15 changes: 0 additions & 15 deletions test/closure-cmd/t02.py

This file was deleted.

3 changes: 0 additions & 3 deletions test/closure-cmd/t02.py.real

This file was deleted.

50 changes: 0 additions & 50 deletions test/closure-cmd/t03.py

This file was deleted.

20 changes: 0 additions & 20 deletions test/closure-cmd/t03.py.real

This file was deleted.

22 changes: 0 additions & 22 deletions test/closure-cmd/t04.py

This file was deleted.

11 changes: 0 additions & 11 deletions test/closure-cmd/t04.py.real

This file was deleted.

50 changes: 0 additions & 50 deletions test/closure-cmd/t05.py

This file was deleted.

20 changes: 0 additions & 20 deletions test/closure-cmd/t05.py.real

This file was deleted.

11 changes: 0 additions & 11 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,6 @@ function testsMain()
}
print(sprintf("run: %d/%d (+%d disabled)", runpass, runpass + runfail, rundisabled));

{
var origrunfail = runfail;
runpass = runfail = rundisabled = 0;
for (i = 0; i <= 20; ++i)
{
testRun(sprintf("test/closure-cmd/t%02d", i));
}
print(sprintf("closure-cmd: %d/%d", runpass, runpass + runfail));
runfail += origrunfail; // for exit code
}

if (Sk.inBrowser)
{
var origrunfail = runfail;
Expand Down

0 comments on commit 71ca096

Please sign in to comment.