-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: onCheckCode hook not working for windows #12730
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
ci broken. |
fix the ci bug |
请问何时可以合并呢 |
fix: onCheckCode hook not working for windows by sh0ckey1 ・ Pull Request #12730 ・ umijs/umi<#12730>
[https://opengraph.githubassets.com/34c9b3f9bb227c7e56e6d692d6c4853c41b9d6a156998a2d0694641b0ff94a88/umijs/umi/pull/12730]<https://github.com/umijs/umi/pull/12730>
fix: onCheckCode hook not working for windows by sh0ckey1 ・ Pull Request #12730 ・ umijs/umi<#12730>
处理window环境下因为文件路径问题,无法通过cache.has(filename)判断导致opts.onCheckCode无法触发的问题
github.com
希望可以加入umijs交流群学习
…________________________________
发件人: chencheng (云谦) ***@***.***>
发送时间: 2024年11月14日 10:27
收件人: umijs/umi ***@***.***>
抄送: sh0ckey1 ***@***.***>; Author ***@***.***>
主题: Re: [umijs/umi] fix: onCheckCode hook not working for windows (PR #12730)
Merged #12730<#12730> into master.
―
Reply to this email directly, view it on GitHub<#12730 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BJMUPR6HKULERB2YFVX2T6D2AQDB7AVCNFSM6AAAAABPSRJEWKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGI4TEMBUGY2TSMQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
处理window环境下因为文件路径问题,无法通过cache.has(filename)判断导致opts.onCheckCode无法触发的问题