Rynco Maekawa

Results 84 comments of Rynco Maekawa

This might still persist today. Need to add `moon.mod/pkg.json` as build deps.

NB: After discussing, we're aiming at this design: - Debuginfo: same as above. - Build profiles: **three levels, `0`, `1` and `2`**. - Level 0: `moonc -O0`, `tcc`. **Alias `--debug`.**...

We have encountered the same issue at https://github.com/moonbitlang/core. It sounds like a Coveralls issue. - working: https://coveralls.io/jobs/169415216 (2025-08-02, 07:06 UTC) - failed: https://coveralls.io/jobs/169439683 (2025-08-03, 03:56 UTC, pending completion)

Seems like the issue has been resolved by Coveralls.

can this be directly implemented now or does it require more changes in `moonc`?

This is because `--render-no-loc Render no-location diagnostics starting from a certain level [default: error] [possible values: info, warn, error]` does not print warning without location, but it still logs it...

It has been a desired behavior because `core` has (at some point of time) depended on it for tests to work. We can add this warning and see how it...

context: #1034 `moon test` didn't work. And longstanding issue of `moon check` didn't work either.

NB: The whole binary dependency scheme might need an overhaul. Specifically: - Version numbers in `.mooncakes/*` package paths, to support multiple versions of the same package at once. - Overhaul...