You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you have noted, our grading script only copies a predefined list of files. We’re sorry, but we plan to keep this policy to ensure that important files—such as those containing unit tests—aren’t replaced by the user before running the tests.
Uh oh!
There was an error while loading. Please reload this page.
I am solving #544 and encountered a problem.
The mod.rs file is getting too long, so I tried splitting it into several modules. It works well in local tests.
However, on gg.kaist.ac.kr, as stated in the notice, the test only considers the original mod.rs file.
Therefore, I suggest allowing students to freely add modules in the iregen directory. This would improve code readability and maintainability.
The text was updated successfully, but these errors were encountered: