⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@erickzhao
Copy link
Member

@erickzhao erickzhao commented Jan 16, 2026

Due to changes in Electron 40.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 16, 2026

Deploying electron-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9a8d810
Status: ✅  Deploy successful!
Preview URL: https://4ae1128a.electron-website.pages.dev
Branch Preview URL: https://e40-pull.electron-website.pages.dev

View logs

@erickzhao erickzhao requested a review from a team as a code owner January 16, 2026 19:19
* Detects if adding a dependency from `from` to `to` would create a cycle.
* Uses DFS to check if `to` transitively depends on `from`.
*/
function wouldCreateCycle(from: string, to: string): boolean {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add cycle detection to this graph traversal 💀

@erickzhao erickzhao changed the title chore: manually pull from E40 fix(api-structure-previews): add cycle detection Jan 16, 2026
@erickzhao erickzhao merged commit 662160a into main Jan 16, 2026
7 checks passed
@erickzhao erickzhao deleted the e40-pull branch January 16, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants