Skip to content

Releases: rssh/scala-gopher

4.0.0

12 Jun 21:00
Compare
Choose a tag to compare

for Scala-3.3.0 LTS and dotty-cps-async-0.9.17

3.0.5

08 Dec 12:03
Compare
Choose a tag to compare
 3.0.5 release

3.0.4

18 Sep 06:48
Compare
Choose a tag to compare

For scala 3.2.0 and dotty-cps-async 0.9.11+

3.0.1

26 Jan 07:46
Compare
Choose a tag to compare

Version compatible with dotty-3.1.1 and dotty-cps-async 0.9.7

support of async expression inside well-known higth-order functions

18 Dec 22:42
Compare
Choose a tag to compare
  • added support for select.timeout construct
  • added support for lifting-up await in hight-order functions.
    ie in simplicified explanation:
 for(x <- 1 to n) { s += read(x) }

is translated to

 1.to(n).foreachAsync { async(s += await(aread(x))) }

details can be found in techreport: https://arxiv.org/abs/1611.00602

  • added support for select.fold construct
  • scala 2.12

0.99.7 release with fold over selector support

22 May 09:18
Compare
Choose a tag to compare

changes are described in notes/0.99.7.markdown