Advertisement
Guest User

Fahhem

a guest
May 14th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.43 KB | None | 0 0
  1. *** test: 196
  2. *** SHED SKIN Python-to-C++ Compiler 0.7.1 ***
  3. Copyright 2005-2010 Mark Dufour; License GNU GPL version 3 (See LICENSE)
  4.  
  5. [analyzing types..]
  6. 0%
  7. Traceback (most recent call last):
  8.   File "/usr/local/bin/shedskin", line 3, in <module>
  9.     shedskin.main()
  10.   File "/usr/local/lib/python2.6/dist-packages/shedskin/__init__.py", line 93, in main
  11.     start()
  12.   File "/usr/local/lib/python2.6/dist-packages/shedskin/__init__.py", line 86, in start
  13.     infer.analyze(name)
  14.   File "/usr/local/lib/python2.6/dist-packages/shedskin/infer.py", line 912, in analyze
  15.     iterative_dataflow_analysis()
  16.   File "/usr/local/lib/python2.6/dist-packages/shedskin/infer.py", line 655, in iterative_dataflow_analysis
  17.     propagate()
  18.   File "/usr/local/lib/python2.6/dist-packages/shedskin/infer.py", line 144, in propagate
  19.     cpa(node, worklist)
  20.   File "/usr/local/lib/python2.6/dist-packages/shedskin/infer.py", line 372, in cpa
  21.     actuals_formals(callfunc, func, callnode, dcpa, cpa, objtype+c, worklist)
  22.   File "/usr/local/lib/python2.6/dist-packages/shedskin/infer.py", line 424, in actuals_formals
  23.     formalnode = getgx().cnode[func.vars[formal], dcpa, cpa]
  24. KeyError: ((function (class BadError, '__init__'), 'self'), 1, 1)
  25. *** failure: 196
  26. Traceback (most recent call last):
  27.   File "run.py", line 82, in run_test
  28.     assert os.system('shedskin -m Makefile.%d %d' % (test_nr, test_nr)) == 0
  29. AssertionError
  30.  
  31. *** tests failed: 1
  32. [196]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement