Li Junchen
Li Junchen
``` $ moon test error: Failed to load "/xxx/src/lib/a/moon.pkg.json" Caused by: 0: Failed to parse "/xxx/src/lib/a/moon.pkg.json" 1: EOF while parsing a value at line 1 column 0 ``` add a...
Fix https://github.com/moonbitlang/moon/issues/472 Related Rust issue, https://github.com/rust-lang/rust/issues/46016
the execution order of a module's postadd script is not the same as the dependencies between modules
# Feature Request add a flag to disable all cc compilations ## Motivation Currently, `moon build` requires all external C functions to be defined in `native-stub` and generates an executable....