status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/
Apache License 2.0
362 stars 51 forks source link

Support implicit returns #401

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago

supercedes #349 & #328

cheatfate commented 1 year ago

I think test suite is not complete, i wish to see case, block, try/except/finally in tests. Also it would be interesting how it works with things like this:

return
  case value
  of A:
    1
  of B:
    2
  of C:
    return 2023
arnetheduck commented 1 year ago

i wish to see

ffd6005d085acc3d8ffaf9cc76d5c7fb227e460a

Also it would be interesting

added a variation without one of the returns