status-im / nim-chronos

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

chronos is not available in Nim Playground? #436

Closed adokitkat closed 1 year ago

adokitkat commented 1 year ago

chronos is available in the Nim Playground

This doesn't seem to be true at the moment.

I get this output for Nim v2.0 and latest:

Hint: used config file '/playground/nim/config/nim.cfg' [Conf]
Hint: used config file '/playground/nim/config/config.nims' [Conf]
...................................................................................................................................................Killed

and this output with v1.6.14:

Hint: used config file '/playground/nim/config/nim.cfg' [Conf]
Hint: used config file '/playground/nim/config/config.nims' [Conf]
..........................................................
/usercode/in.nim(1, 8) Error: cannot open file: chronos
Menduist commented 1 year ago

Seems like this issue belongs on the playground repo: https://github.com/PMunch/nim-playground AFAIK, chronos is still included in the list of packages: https://github.com/PMunch/nim-playground/blob/efae1579cf9ad486fa91daf8833fbd33e001da91/docker/packages.nimble#L23

adokitkat commented 1 year ago

Thanks, reposted there.