Now that wxGetLinuxDistributionInfo() primarily obtains its data from /etc/os-release, there is nothing fundamentally Linux-specific about the implementation.
FreeBSD comes with /etc/os-release since FreeBSD 13.
https://github.com/wxWidgets/wxWidgets/pull/26227
(5 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz requested changes on this pull request.
Sorry, I don't understand how can you say that there is nothing Linux-specific about this function when it has "Linux" in its name (and also in the name of the struct returned by it).
If it makes sense to extend this to other Unix systems, we need to rename both the function and the struct (keeping the old names for compatibility, of course), otherwise this would be very confusing.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Is this replaced by #26231?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Is this replaced by #26231?
No, these two are unrelated.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()