Skip to content

yajirobee/airframe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter Chat CI Status codecov scala-index maven central Scala.js

logo

Airframe https://wvlet.org/airframe is a collection of lightweight building blocks for Scala.

Resources

Framework

rpc

logo

For Developers

Dotty (Scala 3)

For developing with Dotty (Scala 3), use DOTTY=true environment variable:

$ DOTTY=true ./sbt
> logJVM/test

Or use ++ 3 in the sbt console:

# Switch to Scala 3
> ++ 3

For starting a migration of some project to Scala 3, create a PR that removes .settings(scala2Only) from build.sbt to use Scala 3 in the project, and add the project to projectDotty. After all tests pass, the PR can be merged.

Here is the list of milestones for Dotty support: #1077

Releasing

For every commit merged to the master branch, a draft of the release note will be updated with release-drafter.

To publish a new version, first, create a new release tag as follows:

$ git switch master
$ git pull
$ ruby ./scripts/release.rb

This step will update docs/release-noteds.md and push a new git tag to the GitHub. After that, GitHub actions for releading artifacts to Sonatype will be triggered automatically.

Next, edit and publish the draft of the release note. If necessary, adjust the version number and target tag.

Do not create a new tag from GitHub release pages, because it will not trigger the GitHub Actions for the release.

LICENSE

Apache v2

About

Lightweight Building Blocks for Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 96.2%
  • Shell 1.5%
  • Java 0.8%
  • ANTLR 0.7%
  • JavaScript 0.6%
  • CSS 0.1%
  • Other 0.1%