Mir

mir:fix-readme

Last commit made on 2022-10-18
Get this branch:
git clone -b fix-readme https://git.launchpad.net/mir

Branch merges

Branch information

Name:
fix-readme
Repository:
lp:mir

Recent commits

753def9... by Grayson Guarino <email address hidden>

Fix README copyright date

a8ee328... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2691

2691: Disconnected hardware has no modes: invent a size r=RAOF a=AlanGriffiths

In #2690, we're segfaulting trying to access the size of an output. Maybe this "fixes" it?

Marked as "draft" as it is experimental

Co-authored-by: Alan Griffiths <email address hidden>

38f5e7f... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2578

2578: ObserverMultiplexer: allow simultaneous observations/unregisters r=wmww a=wmww

Fixes #2573

Allows multiple observations to be simultaneously dispatched. This means that invoking an observer doesn't block on other observations completing, even if an immediate executor is used. Also allows unregistering an observer from different threads simultaneously. All unregisteres block until all threads currently making observations either complete or call unregister.

Co-authored-by: Sophie Winter <email address hidden>

a390304... by Sophie Winter <email address hidden>

Fix comments

a673274... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2692

2692: Clean up copy/paste messages r=wmww a=wmww

Before we were sending multiple null sections in a row, and may have been allowing clients to paste after they were unfocused. This PR cleans up that logic so that clients can only paste from the currently active offer and events are sent only as necessary.

Co-authored-by: Sophie Winter <email address hidden>

71a6ae6... by Sophie Winter <email address hidden>

Drop double semicolon

dedac93... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2706

2706: ci: bump actions/checkout version r=AlanGriffiths a=Saviq

Because Node.js 12 actions are getting deprecated:

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Co-authored-by: Michał Sawicz (Saviq) <email address hidden>

32a259f... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2704

2704: Don't use "wayland-host" as command line option example r=Saviq a=graysonguarino

Since `--wayland-host` is an option only provided by the Wayland platform, it makes more sense to present an example option that is existent on all platforms. This uses `--wayland-extensions` instead as an example. Fixes #2687

Co-authored-by: Grayson Guarino <email address hidden>

52d7023... by Michał Sawicz

ci: bump actions/checkout version

Because Node.js 12 actions are getting deprecated:

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

ce02598... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2703

2703: Add some tests for recent changes r=RAOF a=AlanGriffiths

Co-authored-by: Alan Griffiths <email address hidden>