Skip to content

Remove TargetInterner #643

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

Closed
detrumi opened this issue Oct 30, 2020 · 1 comment · Fixed by #648
Closed

Remove TargetInterner #643

detrumi opened this issue Oct 30, 2020 · 1 comment · Fixed by #648
Assignees
Labels
good first issue A good issue to start working on Chalk with

Comments

@detrumi
Copy link
Member

detrumi commented Oct 30, 2020

The TargetInterner in the Fold traits is problematic for the shared type library, so we should remove it.

  • Remove the TargetInterner trait
  • Traits that take a TargetInterner as argument should use the Interner instead (so Fold<I: Interner, TI: TargetInterner<I> = I> becomes Fold<I: Interner>)
  • Comments mentioning TargetInterner/TI should be simplified
  • The derive_fold macro should not generate TargetInterner bounds any more
@detrumi detrumi added the good first issue A good issue to start working on Chalk with label Oct 30, 2020
@LeSeulArtichaut
Copy link
Contributor

@rustbot claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue to start working on Chalk with
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants