Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use svn revision number to help diagnosticate binaries that must be recompiled #24

Closed
JulNadeauCA opened this issue Jun 12, 2019 · 1 comment

Comments

@JulNadeauCA
Copy link
Owner

Since shared library versions are only bumped on release, users using SVN sources can easily run into problems due to installed library and executable mismatch.

We could embed the SVN version number as a define, and add a sanity check to Agar initialization to make sure that Agar programs were compiled with the same library revision as the one currently installed.

@JulNadeauCA
Copy link
Owner Author

Implemented in r10339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant