shim--scala-async--dotty-cps-async

shim for scala2 async/await in dotty via dotty-cps-async

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.rssh
ArtifactId

ArtifactId

shim-scala-async-dotty-cps-async_0.27
Last Version

Last Version

0.2.1-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

shim--scala-async--dotty-cps-async
shim for scala2 async/await in dotty via dotty-cps-async
Project URL

Project URL

https://github.com/rssh/shim--scala-async--dotty-cps-async
Project Organization

Project Organization

rssh
Source Code Management

Source Code Management

https://github.com/rssh/shim--scala-async--dotty-cps-async

Download shim-scala-async-dotty-cps-async_0.27

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rssh/shim-scala-async-dotty-cps-async_0.27/ -->
<dependency>
    <groupId>com.github.rssh</groupId>
    <artifactId>shim-scala-async-dotty-cps-async_0.27</artifactId>
    <version>0.2.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rssh/shim-scala-async-dotty-cps-async_0.27/
implementation 'com.github.rssh:shim-scala-async-dotty-cps-async_0.27:0.2.1-RC1'
// https://jarcasting.com/artifacts/com.github.rssh/shim-scala-async-dotty-cps-async_0.27/
implementation ("com.github.rssh:shim-scala-async-dotty-cps-async_0.27:0.2.1-RC1")
'com.github.rssh:shim-scala-async-dotty-cps-async_0.27:jar:0.2.1-RC1'
<dependency org="com.github.rssh" name="shim-scala-async-dotty-cps-async_0.27" rev="0.2.1-RC1">
  <artifact name="shim-scala-async-dotty-cps-async_0.27" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rssh', module='shim-scala-async-dotty-cps-async_0.27', version='0.2.1-RC1')
)
libraryDependencies += "com.github.rssh" % "shim-scala-async-dotty-cps-async_0.27" % "0.2.1-RC1"
[com.github.rssh/shim-scala-async-dotty-cps-async_0.27 "0.2.1-RC1"]

Dependencies

compile (2)

Group / Artifact Type Version
ch.epfl.lamp : dotty-library_0.27 jar 0.27.0-RC1
com.github.rssh : dotty-cps-async_0.27 jar 0.2.1-RC1

test (1)

Group / Artifact Type Version
com.novocode : junit-interface jar 0.11

Project Modules

There are no modules declared in this project.

shim--scala-async--dotty-cps-async

shim which allows to compile scala program which use scala-async on dotty with dotty-cps-async

i.e. if you want port you program to dotty without changing source code, then you can replace scala-async dependecy to this shim for building with dotty.

   libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.3.4-M2",

['--' in github project name changed to '-' ]

Supported dotty version is 3.0.0-M2, 3.0.0-M1 (version 0.3.3-M1), 0.27.0-RC1 (version 0.2.1-RC1)

Note, that if you want bug-to-bug compatibility with scala2, than you probably want wait for official port of scala-async compiler plugin.

Versions

Version
0.2.1-RC1
0.2.0-RC1