Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.