-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of the realdisplaysizemm C-Extension #444
Get rid of the realdisplaysizemm C-Extension #444
Conversation
…related utility classes and functions.
… at `DisplayCAL.argyll`.
…DisplaySizeMM` module. This needs a redesign and better implementation. But is a good proof of concept.
… `-d0` argument in `DisplayCAL.RealDisplaySizeMM`.
… to get the `xrandr` executable path under Linux.
…oses of GitHub actions.
….mocks` for a possible bug.
…the mocked `xrandr` output.
…` and `DisplayCAL.RealDisplaySizeMM._enumerate_displays()` for ArgyllCMS<3.3.0 style output.
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.
Tested and runs on linux.
Seems to be running fine under Windows too, and although you reported it is running fine under Linux, I'll be testing it in Fedora too, just for fun 😄 |
The only issue I seem to find is that the wheel name is |
That just indicates that the wheels isn't cpython specific anymore. |
Got rid of the C-Extension. Tested on MacOS, where it is working fine. Need more tests for other OSes before we merge this. Creating the PR just to start running the builds on GitHub.