Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guarantee kernelize #681

Merged
merged 3 commits into from
Jul 1, 2021
Merged

Guarantee kernelize #681

merged 3 commits into from
Jul 1, 2021

Conversation

Odomontois
Copy link
Member

@Odomontois Odomontois commented Jul 1, 2021

This one is tricky.
We had to use whitebox macros to allow optional instance to derive type that may be unconstructable in the using code and shapeless Aux encoding for intermediate carrier .

object types {
object types extends KernelTypes

trait KernelTypes extends Any {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean extends Any part

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

universal trait

@Odomontois Odomontois merged commit bb6784f into master Jul 1, 2021
@Odomontois Odomontois mentioned this pull request Jul 1, 2021
@Odomontois Odomontois deleted the encore-bracket branch July 2, 2021 08:26
@catostrophe catostrophe added the enhancement New feature or request label Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants