-
- Downloads
BugFix: Italian contest exporter and communication tasks (#1196)
* BugFix: Italian contest exporter and communication tasks When the task is a communication task and it has no stubs, exporter assumes "alone" and "std_io". It only changes its mind to "stub" and "fifo_io" when a stub of any language is found. * Yaml format extended with user_io option This option overrides the default asumption of User I/O option in communication tasks (stdin/stdout in tasks without stubs and fifos in tasks with stubs). * Formatting (maximum line length)
Please sign in to comment