Skip to content
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

core: remove linux support #1256

Merged
merged 1 commit into from
Aug 25, 2024
Merged

core: remove linux support #1256

merged 1 commit into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. core: remove linux support

    The `mach.Core` API needs major design changes, and every backend that it supports
    today must be updated to account for those API design changes. Unless someone is
    actively maintaining and improving the state of a given backend, it slows down our
    ability to make those critical changes.
    
    Unfortunately, the backends for X11 and Wayland today are half-baked, nobody is
    actively maintaining on or contributing to them, and the Linux CI tests have been
    broken for over a month as a result which harms overall stability of Mach.
    
    As a result, this PR removes Linux support from `mach.Core`
    
    Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
    slimsag committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    21c59b5 View commit details
    Browse the repository at this point in the history