zen0wu / topcoder-greed

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

Temporary fix to #139. #140

Closed vexorian closed 10 years ago

vexorian commented 10 years ago

Topcoder arena regression removed the getExecutionTimeLimit() method from ProblemComponent. This is causing issue #139. The PR detects the NoSuchMethodError and in that case uses DEFAULT_TIME_LIMIT (2000). Hopefully, when the arena maintainers re-add the time limit method, Greed will once again be able to correctly detect the time limit.

wookayin commented 10 years ago

Superseded by #141 :)