Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How are .files handled #332

Closed
niemela opened this issue Aug 20, 2024 · 3 comments
Closed

How are .files handled #332

niemela opened this issue Aug 20, 2024 · 3 comments

Comments

@niemela
Copy link
Member

niemela commented Aug 20, 2024

Comments from @gkreitz (translated from Swedish):

.files should be copied into the working directory (of the submission and output validators...). When should that happen? Specifically, before or after static validation runs?

@Tagl
Copy link
Contributor

Tagl commented Aug 20, 2024

The .files functionality is irrelevant for static validation since either those files you need for the test case would be included in the submission by the submitter, or with include, or provided with the static validator.
The static validation test case is defined in the testdata.yaml so no .files can be provided either.
Therefore, there is no before or after to consider.

We should probably clarify this though.

@niemela
Copy link
Member Author

niemela commented Aug 20, 2024

The .files functionality is irrelevant for static validation

Right, .files is part of the "input", i.e. for the "dynamic" validation.

@Tagl
Copy link
Contributor

Tagl commented Aug 23, 2024

Can this be closed then or is there something else unanswered here? Due to #329 being present

@niemela niemela closed this as completed Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants