Skip to content
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

【DEBUG】Add a test demo: for debugging goroutine scheduling issues with igop on the web platform. #478

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Add a test demo: for debugging goroutine scheduling issues with igop …

ed72ea4
Select commit
Loading
Failed to load commit list.
Draft

【DEBUG】Add a test demo: for debugging goroutine scheduling issues with igop on the web platform. #478

Add a test demo: for debugging goroutine scheduling issues with igop …
ed72ea4
Select commit
Loading
Failed to load commit list.
qiniu-x / shellcheck completed Dec 11, 2024 in 9s

shellcheck found 7 issues related to your changes

This is the detailed log.

If you have any questions about this comment, feel free to raise an issue here.

Details

🔍 Check Results Details

The following shows all issues found related to your changes:

cmd/ispx/runweb.sh:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148]
tutorial/05-Animation/runweb.sh:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148]
tutorial/05-Animation/runweb.sh:5: note: Use ./*glob* or -- *glob* so names with dashes won't become options. [SC2035]
tutorial/05-Animation/runweb.sh:7: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164]
tutorial/05-Animation/runweb.sh:10: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164]
tutorial/06-CoroDebug/run.sh:1: error: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148]
tutorial/06-CoroDebug/run.sh:5: note: Use ./*glob* or -- *glob* so names with dashes won't become options. [SC2035]

🔄 How to Handle?

  1. Fix the issues above and submit your code again
  2. Or click the Re-run button to run the check again
  3. If you think this is a false positive, please contact your support team

ℹ️ Notes

  • To avoid too many comments, only the top 10 issues will be shown in PR comments
  • For any other issues, feel free to create an issue in reviewbot repository