René's URL Explorer Experiment


Title: fix(reactive): bound self-triggered effect re-runs instead of recursing by JosunLP · Pull Request #186 · bQuery/bQuery · GitHub

Open Graph Title: fix(reactive): bound self-triggered effect re-runs instead of recursing by JosunLP · Pull Request #186 · bQuery/bQuery

X Title: fix(reactive): bound self-triggered effect re-runs instead of recursing by JosunLP · Pull Request #186 · bQuery/bQuery

Description: Summary Fixes #166 (High). effect(() => { count.value = count.value + 1 }) re-entered its own observer synchronously (outside a batch, scheduleObserver invokes observers directly), recursing until RangeError: Maximum call stack size exceeded. Wrapping in batch() didn't help since the re-write happens during flush when batchDepth is 0. Fix The effect observer gets a re-entrancy guard (per-effect isRunning flag). A self-trigger while running sets reRunRequested and returns; the outer invocation drains re-runs in a bounded do/while loop (MAX_SYNC_RERUNS = 100, Vue-style): Effects that settle (e.g. if (count.value < 5) count.value++) converge silently — final value 5, no warning. True cycles stop after the bound and log cyclic effect update detected instead of crashing the tab. Mutually-recursive effects are covered too: nesting depth stays bounded because the inner trigger only sets a flag. Dispose-during-run semantics are preserved (cleanup still runs via the finally path). Verification Three new tests: unconditional self-write (no throw + warning), settling self-write (converges, no warning), self-write inside batch(). Full suite: 2989 pass / 0 fail. tsc --noEmit clean. 🤖 Generated with Claude Code

Open Graph Description: Summary Fixes #166 (High). effect(() => { count.value = count.value + 1 }) re-entered its own observer synchronously (outside a batch, scheduleObserver invokes observers directly), recursing unt...

X Description: Summary Fixes #166 (High). effect(() =&gt; { count.value = count.value + 1 }) re-entered its own observer synchronously (outside a batch, scheduleObserver invokes observers directly), recursing...

Opengraph URL: https://github.com/bQuery/bQuery/pull/186

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c013d326-25e4-eaab-49cb-5a7a2c0da0b1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9E38:1E086E:E300F0:14AC2CD:6A4E2DD1
html-safe-nonce8370c2595da57fa41a0ce8e1e02e4c485c654a38f8e8f99e1593f60bed6c2b10
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RTM4OjFFMDg2RTpFMzAwRjA6MTRBQzJDRDo2QTRFMkREMSIsInZpc2l0b3JfaWQiOiI1OTE5NDgwMTA3MDI2NDkyODgyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac9bd19e79da82eaef8b3797fce8413efc4bf13148a297cda7122cf3a815c3cd6c
hovercard-subject-tagpull_request:4000936968
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/bQuery/bQuery/pull/186/files
twitter:imagehttps://avatars.githubusercontent.com/u/20913954?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/20913954?s=400&v=4
og:image:altSummary Fixes #166 (High). effect(() => { count.value = count.value + 1 }) re-entered its own observer synchronously (outside a batch, scheduleObserver invokes observers directly), recursing unt...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/bQuery/bQuery git https://github.com/bQuery/bQuery.git
octolytics-dimension-user_id256381806
octolytics-dimension-user_loginbQuery
octolytics-dimension-repository_id1139284244
octolytics-dimension-repository_nwobQuery/bQuery
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1139284244
octolytics-dimension-repository_network_root_nwobQuery/bQuery
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released9dd20d38f8ae3c4cb6b597807431db300d0bd2a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/bQuery/bQuery/pull/186/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F186%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F186%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=bQuery%2FbQuery
Reloadhttps://github.com/bQuery/bQuery/pull/186/files
Reloadhttps://github.com/bQuery/bQuery/pull/186/files
Reloadhttps://github.com/bQuery/bQuery/pull/186/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/186/files
bQuery https://github.com/bQuery
bQueryhttps://github.com/bQuery/bQuery
Please reload this pagehttps://github.com/bQuery/bQuery/pull/186/files
Notifications https://github.com/login?return_to=%2FbQuery%2FbQuery
Fork 0 https://github.com/login?return_to=%2FbQuery%2FbQuery
Star 1 https://github.com/login?return_to=%2FbQuery%2FbQuery
Code https://github.com/bQuery/bQuery
Issues 0 https://github.com/bQuery/bQuery/issues
Pull requests 0 https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality 0 https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Code https://github.com/bQuery/bQuery
Issues https://github.com/bQuery/bQuery/issues
Pull requests https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
JosunLPhttps://github.com/JosunLP
devhttps://github.com/bQuery/bQuery/tree/dev
fix/166-effect-cycle-guardhttps://github.com/bQuery/bQuery/tree/fix/166-effect-cycle-guard
Conversation 1 https://github.com/bQuery/bQuery/pull/186
Commits 2 https://github.com/bQuery/bQuery/pull/186/commits
Checks 8 https://github.com/bQuery/bQuery/pull/186/checks
Files changed https://github.com/bQuery/bQuery/pull/186/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/186/files
fix(reactive): bound self-triggered effect re-runs instead of recursing https://github.com/bQuery/bQuery/pull/186/files#top
Show all changes 2 commits https://github.com/bQuery/bQuery/pull/186/files
1910f91 fix(reactive): bound self-triggered effect re-runs instead of recursing JosunLP Jul 6, 2026 https://github.com/bQuery/bQuery/pull/186/commits/1910f9117db4b1c9189e4825f8d681a4e0c016cf
3fcb416 Merge branch 'dev' into fix/166-effect-cycle-guard JosunLP Jul 6, 2026 https://github.com/bQuery/bQuery/pull/186/commits/3fcb41639aa24a44d2922ddfdbe4be4918af4361
Clear filters https://github.com/bQuery/bQuery/pull/186/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/186/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/186/files
effect.ts https://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
signal.test.ts https://github.com/bQuery/bQuery/pull/186/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
src/reactive/effect.tshttps://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
View file https://github.com/bQuery/bQuery/blob/3fcb41639aa24a44d2922ddfdbe4be4918af4361/src/reactive/effect.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/186/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
https://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
https://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
https://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
https://github.com/bQuery/bQuery/pull/186/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
tests/signal.test.tshttps://github.com/bQuery/bQuery/pull/186/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
View file https://github.com/bQuery/bQuery/blob/3fcb41639aa24a44d2922ddfdbe4be4918af4361/tests/signal.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/186/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/186/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
https://github.com/bQuery/bQuery/pull/186/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.