Found a possible bug with Nim asyncCheck, tiny sample app inside.

2020-07-19 Thread sergio
[https://github.com/nim-lang/Nim/issues/15019](https://github.com/nim-lang/Nim/issues/15019) I used the "Bug" template on github - thanks again - feel free to lock or delete this thread if need be.

Found a possible bug with Nim asyncCheck, tiny sample app inside.

2020-07-19 Thread sergio
Will do - thank you!

Found a possible bug with Nim asyncCheck, tiny sample app inside.

2020-07-19 Thread Araq
Please report issues, real ones or glitches, to github. Thanks!

Found a possible bug with Nim asyncCheck, tiny sample app inside.

2020-07-19 Thread sergio
[https://github.com/sergiotapia/async-check](https://github.com/sergiotapia/async-check)/ This small project illustrates a bug in Nim >= 1.2.2 The code runs well on Linux and Windows, the echos in the {.async} function are seen as expected. On Mac, we see no echos, despite Jester serving respon