Rohan Cherivirala

Results 5 comments of Rohan Cherivirala

Through testing, I have found that the error that is generated is caused in the "ProjectWorkflowRestController" in the "compileNative" class or more specifically, on line 291 "ProjectService.executeWorkflow("compilenative", httpSessionState.getRobotFactory(), project);." This...

I’m not entirely sure where the project workflows themselves are created but I believe that this may be due to the fact that WeDo uses the programs compiler itself since...

@Caffetaria The workflows themselves are stored within the "wedo.properties" in the resources file of the RobotWeDo folder. In order to add one, you just have to go to the bottom...

Oh okay so we could just run some JSON implementation tests and if they work, then the program is valid?

Oh okay that helps a lot! I just have one quick clarification, in order to run the compiler (the run program in StackMachineJsonRunner) the program takes in 3 inputs. I...