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

recursive directory (by symlink) cause moon to walk directories forever #592

Closed
1 task
tonyfettes opened this issue Feb 10, 2025 · 0 comments · Fixed by #591
Closed
1 task

recursive directory (by symlink) cause moon to walk directories forever #592

tonyfettes opened this issue Feb 10, 2025 · 0 comments · Fixed by #591

Comments

@tonyfettes
Copy link
Contributor

Bug Report

Environment

OS

Operating System: macOS

MoonBit CLI Tools Version

moon 0.1.20250209 (6a14786 2025-02-09) ~/Library/MoonBit/bin/moon
moonc v0.1.20250209+c5d485290 ~/Library/MoonBit/bin/moonc
moonrun 0.1.20250209 (6a14786 2025-02-09) ~/Library/MoonBit/bin/moonrun

Steps to Reproduce

  1. Clone moonbit-community/webgpu.mbt

    git clone [email protected]:moonbit-community/webgpu.mbt.git webgpu.mbt
  2. Install NPM dependencies

    corepack pnpm install
    (cd test && corepack pnpm install)
  3. Run moon check.

    moon check

    And it just stuck forever.

Expected Behavior

moon check properly stops.

Actual Behavior

It stucks forever.

Checklist

  • (Optional) My case is minimal enough to be reproducible.
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 a pull request may close this issue.

1 participant