Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joan38/macro-summon-bug
Repo to highlight a potential bug in Scala 3 Macro Expr.summon
https://github.com/joan38/macro-summon-bug
Last synced: about 1 month ago
JSON representation
Repo to highlight a potential bug in Scala 3 Macro Expr.summon
- Host: GitHub
- URL: https://github.com/joan38/macro-summon-bug
- Owner: joan38
- Created: 2024-07-15T19:58:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T20:28:17.000Z (6 months ago)
- Last Synced: 2024-10-22T04:47:56.160Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macro-summon-bug
This repo is to demo a potential bug in Scala 3 Macro's Expr.summon that does not summon opaque types.
Run `./scala .` and no value for `MyOpaqueType` is collected but there are 3 (not sure why 3) for `MyCaseClass`.