moonbitlang / core

MoonBit's Core library
https://moonbitlang.com/
Apache License 2.0
516 stars 56 forks source link

TODO list #50

Open bobzhang opened 4 months ago

bobzhang commented 4 months ago
DiamondMofeng commented 4 months ago

How about adding BinaryHeap👀

bobzhang commented 4 months ago

@DiamondMofeng contributions are welcome

zxch3n commented 4 months ago

Just created a PR for sort https://github.com/moonbitlang/core/pull/72

Yoorkin commented 4 months ago

53 implemented some basic operations for the tree-based map.

Some methods are still missing:

peter-jerry-ye commented 4 months ago
peter-jerry-ye commented 4 months ago
He1pa commented 3 months ago

stable sort #225

fantix commented 3 months ago

Another reference for the time API: https://docs.edgedb.com/database/stdlib/datetime

lgxbslgx commented 3 months ago

If I want to claim a task you listed above, I need to read all the PRs and judge which task is been reviewing now. Also, I don't know which task has been already started by someone locally. So I suggest that all the tasks should have their own issues (so that the developers can assign them clearly) and link them in this issue. For example ( json and json5)

  • [ ] json [Its issue]() [Its PR]()
  • [ ] json5 [Its issue]() [Its PR]()
jialunzhang-psu commented 3 months ago

For full coverage, we need to resolve an issue mentioned in #223, i.e., unreachable statements for exhaustiveness of pattern matching shouldn't be counted towards missing coverage.

schizobulia commented 1 month ago

好像并没有如何debug源码的介绍?感觉这个功能还是蛮重要的 😀