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

check/test failed on module that contains . in its name #499

Open
1 task done
tonyfettes opened this issue Dec 2, 2024 · 0 comments
Open
1 task done

check/test failed on module that contains . in its name #499

tonyfettes opened this issue Dec 2, 2024 · 0 comments

Comments

@tonyfettes
Copy link

Bug Report

Environment

OS

Operating System: macOS

MoonBit CLI Tools Version

moon 0.1.20241125 (6fe6396 2024-11-25) ~/Library/MoonBit/bin/moon
moonc v0.1.20241125+34a5d819a ~/Library/MoonBit/bin/moonc
moonrun 0.1.20241125 (6fe6396 2024-11-25) ~/Library/MoonBit/bin/moonrun

Steps to Reproduce

$ moon new .
Created .
$ rm -rf src/lib
$ rm -rf src/main
$ cat > src/moon.pkg.json << EOF
{}
EOF
$ cat > src/hello_test.mbt << EOF
test {
}
EOF
$ moon check
error: check:0: input ./target/wasm-gc/release/check/hello.cpp.mi missing

Expected Behavior

moon check passes.

Actual Behavior

moon check failed.

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

No branches or pull requests

1 participant