https://github.com/openbankproject/scala-macros
https://github.com/openbankproject/scala-macros
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbankproject/scala-macros
- Owner: OpenBankProject
- License: agpl-3.0
- Created: 2018-05-09T13:20:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T07:39:20.000Z (about 8 years ago)
- Last Synced: 2025-01-16T07:57:14.083Z (over 1 year ago)
- Language: Scala
- Size: 18.6 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### An example SBT project which uses macros (Scala 2.12, SBT 0.13)
To verify that everything works fine, do `sbt run`.
Note that currently SBT doesn't support recompilation of macro clients if the dependencies of the macro implementation have changed - macro clients are only recompiled when the macro definition itself is: https://github.com/sbt/sbt/issues/399.