Änderungen

Summary

  1. Add warning if common.j hashes mismatch. (commit: 8520558) (details)
Commit 85205582e8ac9eee8b04e52e2ba325f2cc0462ce by lep.delete
Add warning if common.j hashes mismatch.

At compile time we use the Hashable instance for our Jass Ast and
store the hash. At init we take the first provided jass file and compute
hash over that files Ast aswell. Using an Ast hash will give use some
resiliance against stupid stuff like line endings but it is of course
not cryptographically secure. That shouldn't matter much as we only use
it as a potential error cause when a map doesn't start.
(commit: 8520558)
The file was modifiedMain.hs (diff)
The file was modifiedGNUmakefile (diff)
The file was modifiedconvert.hs (diff)