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

lattices: Bimorphisms using impl From instead of fn new() can create some type inference issues #1228

Closed
MingweiSamuel opened this issue May 23, 2024 · 0 comments
Assignees

Comments

@MingweiSamuel
Copy link
Member

due to the From<T> for T blanket impl

@MingweiSamuel MingweiSamuel self-assigned this May 24, 2024
@MingweiSamuel MingweiSamuel changed the title lattices: using impl From instead of fn new() can create some type inference issues lattices: Bimorphisms using impl From instead of fn new() can create some type inference issues May 24, 2024
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue May 24, 2024
…ism` to prevent bad type inference, fix hydro-project#1228

BREAKING CHANGE: use `KeyedBimorphism::new` instead of `KeyedBimorphism::from`
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue May 24, 2024
…ism` to prevent bad type inference, fix hydro-project#1228

BREAKING CHANGE: use `KeyedBimorphism::new` instead of `KeyedBimorphism::from`
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this issue May 24, 2024
…ism` to prevent bad type inference, fix hydro-project#1228

BREAKING CHANGE: use `KeyedBimorphism::new` instead of `KeyedBimorphism::from`
rohitkulshreshtha pushed a commit that referenced this issue May 24, 2024
…ism` to prevent bad type inference, fix #1228 (#1234)

BREAKING CHANGE: use `KeyedBimorphism::new` instead of `KeyedBimorphism::from`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant