Skip to content

Conversation

@szhorvat
Copy link
Contributor

@szhorvat szhorvat commented Jul 28, 2025

This PR removed an fprintf(stderr, ...), which seems accidentally left in, and also unnecessary.

Some projects have a hard requirement that all printing must go through overridable interfaces instead of writing directly to stdio/stderr. For example, CRAN would reject packages that use stderr directly.

While we could patch this out on our side (in igraph), it seemed appropriate to submit this change upstream. Let me know if it is acceptable.

@jlblancoc
Copy link
Owner

jlblancoc commented Jul 29, 2025

Sounds good.

@jlblancoc jlblancoc merged commit a4fba6d into jlblancoc:master Jul 29, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants