zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

Add multiple process option to c++ filetest template #92

Closed vexorian closed 10 years ago

vexorian commented 10 years ago

Using Template options (#96), if the filetest template has the option RunMultipleProcesses set to true, then the c++ filetest template will run each test case in a different process. This way globals will always be in the original state. Runtime errors can also be caught.

Drawbacks:

Comments:

You know, this was started after issue #90 .

zen0wu commented 10 years ago

Let's first discuss the awesome idea of template options. I'll have this on hold for a while.

vexorian commented 10 years ago

I think breaking all the variable names is more issue than it is worth.

I prefer using camels in this feature. Template variables are already not very consistent, many times foreach uses lower case.