Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
solidjs
/
solid
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
36k
Code
Issues
29
Pull requests
14
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
refactor(signals): move 3b — one implementation per rule for value selection; five store/signal parity fixes
- #3523
#3523
Merged
ryansolid
merged 10 commits into
next
solidjs/solid:next
from
refactor/owns-hold
solidjs/solid:refactor/owns-hold
Copy head branch name to clipboard
Sep 17, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
refactor(signals): move 3b — one implementation per rule for value selection; five store/signal parity fixes
#3523
ryansolid
merged 10 commits into
next
solidjs/solid:next
from
refactor/owns-hold
solidjs/solid:refactor/owns-hold
Copy head branch name to clipboard
Commits
Commits on Sep 17, 2026
refactor(signals): store node reads select by readerSeesCommitted (Rule 1, one implementation)
Show description for bfd6f6c
ryansolid
and
Claude via Cursor
committed
bfd6f6c
View commit details
Copy full SHA for bfd6f6c
Browse repository at this point
fix(signals): store backing paths record the stale reader's replay (Rule 1, backing-level form)
Show description for 0148d58
ryansolid
and
Claude via Cursor
committed
0148d58
View commit details
Copy full SHA for 0148d58
Browse repository at this point
fix(signals): a derivation's untracked read of a held store value is born held (A29 at the store's untracked paths)
Show description for d8e35a3
ryansolid
and
Claude via Cursor
committed
d8e35a3
View commit details
Copy full SHA for d8e35a3
Browse repository at this point
fix(signals): an optimistic store override survives its key becoming unobserved (S7; store follows signal)
Show description for 2054045
ryansolid
and
Claude via Cursor
committed
2054045
View commit details
Copy full SHA for 2054045
Browse repository at this point
refactor(signals): one ownership relation — ownsHold / ownsLane (move 3b step 6b); record the lane rulings
Show description for f329a26
ryansolid
and
Claude via Cursor
committed
f329a26
View commit details
Copy full SHA for f329a26
Browse repository at this point
refactor(signals): serve() — Rule 1's one slow selection for signals and store nodes (move 3b step 6c); A18 for untracked store reads
Show description for 7a09cd9
ryansolid
and
Claude via Cursor
committed
7a09cd9
View commit details
Copy full SHA for 7a09cd9
Browse repository at this point
chore(size): ratchet the move-3b caps over #3518/#3522 (one consolidated note per scenario)
ryansolid
committed
e9c49a1
View commit details
Copy full SHA for e9c49a1
Browse repository at this point
refactor(signals): the store's backing visibility on the shared predicates — one holdVisible for both hold kinds (move 3b, the deletion half)
Show description for 9db33cf
ryansolid
and
Claude via Cursor
committed
9db33cf
View commit details
Copy full SHA for 9db33cf
Browse repository at this point
fix(signals): an optimistic add/delete survives its only structural observer leaving (S7, structural half; review of #3523)
Show description for c410709
ryansolid
and
Claude via Cursor
committed
c410709
View commit details
Copy full SHA for c410709
Browse repository at this point
test(signals): structural store states in the visibility oracle — in / Object.keys / descriptor under a held add and optimistic add/delete
Show description for aec7ecd
ryansolid
and
Claude via Cursor
committed
aec7ecd
View commit details
Copy full SHA for aec7ecd
Browse repository at this point
You can’t perform that action at this time.