You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
On a Debian Sid amd64 environment, test_xmin_too_low now emits some disturbing messages towards stderr but it exits successfully: is it expected ?
The messages are:
Testing smallest x less than 1 but there are enough distinct values in the remainder after skipping them...
Testing smallest x less than 1 and there are not enough distinct values in the remainder after skipping them (1)...
Testing smallest x less than 1 and there are not enough distinct values in the remainder after skipping them (2)...
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your reply. I manage this by sending the label message to stdin instead to stderr so that tests do not trigger a failure because of an non-empty stderr log file.
The reason will be displayed to describe this comment to others. Learn more.
May I suggest to install the headers in a plfit folder as igraph installs its headers in igraph folder ?
This may simplify the integration of codes to build igraph against an external plfit library.
c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a Debian Sid amd64 environment,
test_xmin_too_low
now emits some disturbing messages towards stderr but it exits successfully: is it expected ?The messages are:
Testing smallest x less than 1 but there are enough distinct values in the remainder after skipping them...
Testing smallest x less than 1 and there are not enough distinct values in the remainder after skipping them (1)...
Testing smallest x less than 1 and there are not enough distinct values in the remainder after skipping them (2)...
c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's fine, the
RUN_TEST_CASE()
macro prints a title for the test case being executed. You can ignore it.c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your reply. I manage this by sending the
label
message tostdin
instead tostderr
so that tests do not trigger a failure because of an non-emptystderr
log file.c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I suggest to install the headers in a
plfit
folder asigraph
installs its headers inigraph
folder ?This may simplify the integration of codes to build
igraph
against an externalplfit
library.c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6cfe999 now redirects 'normal' (i.e. expected) test case output to
stdout
.d41ffd7 installs headers in
${includedir}/plfit
.I also bumped the version number to 1.0.0 as I think it's time to commit myself to a stable API/API :) (Not committed yet).
Before I make 1.0.0 official: would you like me to bump the
SOVERSION
to 1 or is it easier for you to keep it at 0 for the time being?c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to give a try to a version 0.9.2 version. Concerning the ABI/API, bumping to
SOVERSION
1 will not complicate my task.c8c2a3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.9.2 is now tagged.
SOVERSION
is still at zero; I'll bump it to 1 when the version number is bumped to 1.0.0.