Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Obsolete
-
Affects Version/s: Current Version
-
Fix Version/s: Near Future
-
Component/s: OIOIOI
-
Labels:None
Description
Right now all extra compilation files are passed to sioworkers as a list under the 'extra_files' key: https://github.com/sio2project/oioioi/blob/master/oioioi/sinolpack/controllers.py#L24
This means that when a program needs a library, both *.c and *.pas versions need to be downloaded to the compilation directory.
However, compilers accept also extension -> file dictionaries as 'additional_includes' and 'additional_sources' environ keys.
This means that when a program needs a library, both *.c and *.pas versions need to be downloaded to the compilation directory.
However, compilers accept also extension -> file dictionaries as 'additional_includes' and 'additional_sources' environ keys.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Feel free to reopen it or create a new one if it's still relevant.