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
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
@ynwcel Thanks for participating in the contribution. The code of gres is currently undergoing some improvement work to add support for fs.FS. This PR is expected to take a while, please be informed.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
@ynwcel Thanks for participating in the contribution. The code of gres is currently undergoing some improvement work to add support for fs.FS. This PR is expected to take a while, please be informed.
The fix won't involve gres . . Only the searchFile function of gview is involved. When trying to find the view file through gres in the previous function, gres exists but the search fails, and the search succeeds immediately. Because resouce returns nil, it will also cause the rendering to be empty. .
gqcn
changed the title
fix-gview-searchFile-faild-from-gres
fix(os/gview): searchFile faild from package gres
Dec 17, 2024
gqcn
changed the title
fix(os/gview): searchFile faild from package gres
fix(os/gview): search file faild from resource manager of package gres
Dec 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ready to mergeUsed in PR, which means this PR is reviewed.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gview:searchFile尝试从gres里搜索文件出错