isabelle-prover / proving-contest-backends

"proving-contest"-backends for several theorem provers
MIT License
12 stars 5 forks source link

Wrong filenames in downloaded Lean zip #25

Open kappelmann opened 5 years ago

kappelmann commented 5 years ago

This is not directly related to the backends, but the website: It is standard to name Lean files all lowercase, e.g. defs.lean, submission.lean. When downloading a Lean zip file, e.g. this one, the Lean files are automatically capitilised though, e.g. Defs.lean, Submission.lean. This causes the imports for users to fail and they have to rename the downloaded files first. See, for example, this Zulip post.