jarrod roberson

Show:

What's happening?

  • SmcPythonGenerator.java creates bad code

    when python code is generated it creates code that throws import errors inside SmcPythonGenerator.java 155: _source.println( " raise TransitionUndefinedException, msg" ); should read 155: _source.println( " raise statemap.TransitionUndefinedException(msg)" ); This will actually fix to things, the import error and the correct way to raise exceptions.

    2006-08-16 16:49:53 UTC in SMC - The State Machine Compiler

About Me

  • 2002-05-22 (7 years ago)
  • 551108
  • jarrodhroberson (My Site)
  • jarrod roberson

Send me a message