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
When producing a stub, Filer doesn't...
...copy empty files (documented in source code)
...copy folders, unless the folder/its subfolders contain non empty files (not documented)
Is this functionality desired? If it serves a purpose, then maybe keep it this way. We just noticed that one of our assignments in the Introduction to Algorithms course broke with the latest TMC update. Many students spent time wondering why their perfectly working code isn't passing local tests. The assignment is about reading file names in sub directories recursively. We fixed our project by inserting something into all the empty files used in testing and it works for us now.
The text was updated successfully, but these errors were encountered:
When producing a stub, Filer doesn't...
...copy empty files (documented in source code)
...copy folders, unless the folder/its subfolders contain non empty files (not documented)
Is this functionality desired? If it serves a purpose, then maybe keep it this way. We just noticed that one of our assignments in the Introduction to Algorithms course broke with the latest TMC update. Many students spent time wondering why their perfectly working code isn't passing local tests. The assignment is about reading file names in sub directories recursively. We fixed our project by inserting something into all the empty files used in testing and it works for us now.
The text was updated successfully, but these errors were encountered: