Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Provide API for testing OpenSlide version #156
Comments
bgilbert
added enhancement api
labels
Mar 20, 2015
bgilbert
self-assigned this
Mar 20, 2015
bgilbert
modified the milestone: v3.4.1
Mar 20, 2015
|
See #155 for an example use case. |
bgilbert
modified the milestone: v3.5.0, v3.4.1
Mar 22, 2015
|
Since issue is still open, I'd like to extend the test to compile-time detection. Eg:
So |
bgilbert
removed their assignment
Aug 31, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bgilbert commentedMar 20, 2015
Consider exposing the OpenSlide version in a machine-readable form (perhaps with a comparison function or macro) so applications can apply version-specific workarounds without parsing the output of
openslide_get_version(). Also consider how bindings will expose this information.