refactor(fspy): own macOS shared-memory mapping#526
Merged
Conversation
This was referenced Jul 9, 2026
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2ee5a9c to
a7e9506
Compare
53d767e to
fe06fe8
Compare
a7e9506 to
41e4c55
Compare
fe06fe8 to
dfa0cde
Compare
4190b5e to
b38ebb3
Compare
dfa0cde to
c681ad5
Compare
b38ebb3 to
daf99c3
Compare
c681ad5 to
3b57093
Compare
daf99c3 to
a9b45dc
Compare
3b57093 to
e37f423
Compare
a9b45dc to
0de39b7
Compare
e37f423 to
95914e5
Compare
0de39b7 to
6df5e61
Compare
502b269 to
e3b0be7
Compare
91edb14 to
fd848aa
Compare
e3b0be7 to
e7f900f
Compare
fd848aa to
c21af71
Compare
313a952 to
9506028
Compare
d9c88f3 to
e476b9c
Compare
Co-authored-by: GPT-5.6 <gpt-5.6@openai.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
Co-authored-by: GPT-5 Codex <codex@openai.com>
9506028 to
9b5d7a2
Compare
f2337e4 to
17fe597
Compare
Co-authored-by: GPT-5 Codex <codex@openai.com>
9b5d7a2 to
d4719a8
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Motivation
Replace the last
shared_memorybackend and remove the dependency from the workspace.Changes
shm_openandmemmap2.open.shared_memoryand its unused transitive dependencies.