Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuwei-k/scala3profile
profile scala 3 compile
https://github.com/xuwei-k/scala3profile
compiler-plugin sbt-plugin scala
Last synced: 24 days ago
JSON representation
profile scala 3 compile
- Host: GitHub
- URL: https://github.com/xuwei-k/scala3profile
- Owner: xuwei-k
- License: mit
- Created: 2022-11-12T06:47:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T22:07:47.000Z (25 days ago)
- Last Synced: 2024-10-19T06:04:10.185Z (25 days ago)
- Topics: compiler-plugin, sbt-plugin, scala
- Language: Scala
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# scala3profile
[![Latest version](https://index.scala-lang.org/xuwei-k/scala3profile/scala3profile/latest.svg)](https://index.scala-lang.org/xuwei-k/scala3profile/artifacts/scala3profile)
## Setup
### `project/plugins.sbt`
```scala
addSbtPlugin("com.github.xuwei-k" % "sbt-scala3profile" % "version")
```### `build.sbt`
set `NIGHTLY` Scala 3 version because `scala3profile` is `ResearchPlugin`.
- https://github.com/scala/scala3/blob/2fc299b6c6972733c7e1e46490fee8724acd3b7a/compiler/src/dotty/tools/dotc/plugins/Plugin.scala#L72
- https://github.com/scala/scala3/blob/2fc299b6c6972733c7e1e46490fee8724acd3b7a/docs/_docs/reference/changed-features/compiler-plugins.md?plain=1#L17-L21You can find latest `NIGHTLY` Scala 3 version here
https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/