skyhit / arena-applet-test

0 stars 0 forks source link

Python compiler is not working properly #296

Open nithyaasworld opened 9 years ago

nithyaasworld commented 9 years ago

Env: Mac OSX 10.10.1

  1. Launch the applet and login
  2. Go to Practice Room -> SRM -> 1-16190DIV1
  3. Compile 250 point problem with unmatching class name, method name, return type and arg type Python code
  4. Observe

Actual:

Code is compiled without any error

Expected:

Python compiler should verify the class name, method name, return type and arg type of the code entered

applet3