You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main implementation follows
[com-lihaoyi/unroll](https://github.com/com-lihaoyi/unroll) but with
some changes:
- `@unroll` annotation is `@experimental`
- run before pickling
- increase validation checks for incorrect usage of `@unroll`
- `Underscore` not `EmptyTree` in pattern match default case
- ensure correct spans in TASTy
- ensure symbols are correctly substituted in types
There is one main library addition: `scala.annotation.unroll`, i.e. the
`@unroll` annotation that appears on parameters,
fixes#21728
0 commit comments