Closed Nateb1121 closed 10 months ago
@miransar, is there an explanation for how changes got introduces between source and build time? The concern here is that someone could introduce changes (as happened in this case) without those changes being reflected in the public source.
@Nateb1121 Thanks for bringing this to attention. It might have been a build time fix, I will see if it makes sense to bring in some checks on this repo.
In #50 code was introduces into the repo that causes it to no longer compile due to a missing semi-colon.
In release 0.6.2 a zip of the source is included which has the same issue.
I've attempted to compile this using
Are changes being introduced at build time that aren't being reflected in source control?