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
{{ message }}
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
Remove scalamacros/paradise from the cats build and replace it with scalagen.
Note: We should not have to touch the sourcecode at all, as the existing annotations can have their package and Type.Name's mirrored in the scalagen version.
Step 3
Ensure all cross-building tests pass.
Step 4
Profile the builds with scalamacros/paradise and scalagen and see if scalagen is faster.
In theory it should be, as the code is generated once, for the entire build matrix.
scalamacros/paradise as a compiler plugin, runs on every compile.
Step 5
🍾
The text was updated successfully, but these errors were encountered:
Step 1
Rewrite simulacrum as a generator
Step 2
Remove scalamacros/paradise from the cats build and replace it with scalagen.
Note: We should not have to touch the sourcecode at all, as the existing annotations can have their package and Type.Name's mirrored in the scalagen version.
Step 3
Ensure all cross-building tests pass.
Step 4
Profile the builds with scalamacros/paradise and scalagen and see if scalagen is faster.
In theory it should be, as the code is generated once, for the entire build matrix.
scalamacros/paradise as a compiler plugin, runs on every compile.
Step 5
🍾
The text was updated successfully, but these errors were encountered: