Li Junchen
Li Junchen
We will add these features, stay tuned.
Fix coverage
Thanks. At this stage, we prefer to write clear scripts directly rather than introducing a black box. If you can help write these CI scripts, we would also appreciate it.
> What should we do with the current `compare` in `string.mbt` though. It seems that it is not used anywhere else and this should probably align with other languages. @bobzhang
also need to consider `rev_each`, `rev_eachi` etc.
The array spread's location info looks lost; I've filed an issue in moonc repo.
In the stable release, it is indeed non-terminating. The bleeding is required.
### Potential Issue Assume we already have `expect!` working as expected: ```rust struct P { x: Int, y: Int } derive(Show) test { expect!({ x: 1, y: 2 }) }...
Some thoughts: - After splitting, actually, it becomes harder to add new test cases. We should provide a helper function in xtask to generate test templates. - One advantage of...
@lynzrand You can write a test to demonstrate the new approach. Then I can help migrate some of the tests. cc @Young-Flash