Open Animeshz opened 3 years ago
Any updates on this?
@MrManiacc Nope 👀, the first two issues are as is, opened. The K/N compiler is now getting a gc finally, hence frozen concepts will be deprecated and mutable memory can be shared removing the use of stately library completely (3rd issue).
If you want to test or use it for personal use, you can build 0.3.x in mavenLocal()
repository as stated in the footnotes in above comment. Docs are currently still up to 0.3.x so should not have problem going through it 😃.
Three blocking issues:
Tracking them to release 0.4.x directly on Sonatype/MavenCentral.
A few major breaking changes will be happening, so don't want to publish the 0.3.x for creating confusions 1:
io.github.animeshz
instead ofcom.github.animeshz
becausecom.github.*
have became invalid group id coordinates now.Footnotes: 1. For geeky peoples who want to use the library at 0.3.x, the current master branch at 2d17241a61179c29f2dd1f48137cfbb1bc1d12f4 commit is ready to build, with requirement of a docker container already published on dockerhub of ~420Mb compressed size that will be automatically picked when
./gradlew assemble
or./gradlew build
will run for the first time. Run./gradlew publishToMavenLocal
to get artifacts built and published at<UserHome>/.m2/repository/com/github/animeshz
.