Skip to content

Commit 876ec87

Browse files
committed
Add clarification about 2.13 and shapeless bug
1 parent a17b924 commit 876ec87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,9 @@ upgrade.
10101010
(After discussing this issue with [Miles](https://github.com/milessabin/) we
10111011
both agree the strict/lazy macro is not handling refinement types correctly
10121012
and that this performance penalty is a bug. This bug will most likely be fixed
1013-
in a future version of Shapeless after 2.3.3 for all its users.)
1013+
in a future version of Shapeless after 2.3.3 for all its users. Some of these
1014+
performance implications will be gone with Scala 2.13, that adds by-name
1015+
implicits to the compiler.)
10141016
10151017
#### Deduplicating more expansions
10161018

0 commit comments

Comments
 (0)