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
It seems operating system name is same with distro name.
Isn't it better to remove GeneralReadout::distribution() and replace it by GeneralReadout::os_name()?
The text was updated successfully, but these errors were encountered:
I made that distinction in the API to accommodate the differences in semantics between operating systems. Operating systems built on Linux refer to themselves as distributions and the API reflects that, whether that was the right choice is debatable. I just don't think it's worth breaking backwards-compatibility for such a minor problem.
It seems operating system name is same with distro name.
Isn't it better to remove GeneralReadout::distribution() and replace it by GeneralReadout::os_name()?
The text was updated successfully, but these errors were encountered: