Closed Zeeveez closed 3 years ago
self.languages in run.py maps c++, cpp and g++ to c++ as per the runtime list (https://emkc.org/api/v2/piston/runtimes), as a result all the add_boilerplate calls with a c++ alias get called with language == 'c++' and no boilerplate gets added.
self.languages
add_boilerplate
language == 'c++'
self.languages
in run.py maps c++, cpp and g++ to c++ as per the runtime list (https://emkc.org/api/v2/piston/runtimes), as a result all theadd_boilerplate
calls with a c++ alias get called withlanguage == 'c++'
and no boilerplate gets added.