Skip to content

fix: module graph lack modules#1403

Merged
yifancong merged 2 commits intomainfrom
fix/module-graph-lack-modules
Nov 13, 2025
Merged

fix: module graph lack modules#1403
yifancong merged 2 commits intomainfrom
fix/module-graph-lack-modules

Conversation

@yifancong
Copy link
Contributor

Summary

fix: module graph lack some modules in rspeedy

Related Links

Copilot AI review requested due to automatic review settings November 13, 2025 03:57
@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit 5f5896d
🔍 Latest deploy log https://app.netlify.com/projects/rsdoctor/deploys/6915573f67170500087e79d8
😎 Deploy Preview https://deploy-preview-1403--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an issue where the module graph was missing some modules when using the lynx compiler in rspeedy. The fix introduces conditional logic to use full stats serialization for the lynx compiler instead of the selective field approach used for other compilers.

  • Adds compiler name check to differentiate lynx from other compilers
  • Uses stats.toJson() without parameters for lynx to include all stats data
  • Maintains the existing selective stats serialization for non-lynx compilers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yifancong yifancong requested a review from JSerFeng November 13, 2025 04:05
@fi3ework fi3ework changed the title Fix/module graph lack modules hotfix: module graph lack modules Nov 13, 2025
@yifancong yifancong merged commit 140af52 into main Nov 13, 2025
16 checks passed
@yifancong yifancong deleted the fix/module-graph-lack-modules branch November 13, 2025 05:05
@yifancong yifancong mentioned this pull request Nov 13, 2025
@yifancong yifancong changed the title hotfix: module graph lack modules fix: module graph lack modules Nov 17, 2025
yifancong added a commit that referenced this pull request Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants