Li Junchen

Results 18 issues of 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...

area/ux

low priority
area/misc
missing-feature

``` test { inspect!("\x00") } ```

area/ux

Fix https://github.com/moonbitlang/moon/issues/472 Related Rust issue, https://github.com/rust-lang/rust/issues/46016

# 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....