Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

full package does not build when file names are uppercase #464

Closed GassaFM closed 3 years ago

GassaFM commented 3 years ago

We had GEN.CPP and VAL.CPP in a problem. Building a full package produced the following error: PackageException: Can't create or save package files: begin 0, end -1, length 7 After we renamed them to lowercase, the issue vanished. If that was indeed the issue, I would like a more clear error message.

MikeMirzayanov commented 3 years ago

Thanks, fixed. Also added cautions on files with uppercase letters in extensions.