Show More
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
File last commit:
Show/Diff file:
Action:
lib/initializer.rb | 13 lines | 151 B | text/x-ruby | RubyLexer |
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22
module Grader
class Initializer
def self.run(&block)
config = Grader::Configuration.get_instance
yield config
end
end
end