ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

Fix trait method selection #1001

Closed Y-Nak closed 4 months ago

Y-Nak commented 4 months ago

This PR fixes the bug that @g-r-a-n-t reported today and makes clippy(v1.78.0) happy. (I want to clean up the ty-check test; the output is really messy...). But for now, I want to keep it as is.

Y-Nak commented 4 months ago

Hmm, CI fails. It seems to be a v1 issue rather than a v2 issue. I'll look into this tomorrow.

sbillig commented 4 months ago

Hmm, CI fails. It seems to be a v1 issue rather than a v2 issue. I'll look into this tomorrow.

Fixed by @g-r-a-n-t here: #1003