sway/forc-plugins
João Matos f4b155f337
Split processing of impl methods in two phases (part 1). (#4890)
## Description

This PR mainly refactors existing code around type checking and
processing of functions.

[Split type checking and namespace insertion for parameters and type
parameters](327deace24)

[Split processing of functions in two
phases.](e3cf148f3f)

I've split this up from the rest of the PR for fixing impl methods
calling to make it easier to review (also made it easier for me to find
and fix some regressions).

I also threw in another round of clippy fixes that my Rust toolchain was
complaining about.

## Checklist

- [x] I have linked to any relevant issues.
- [x] I have commented my code, particularly in hard-to-understand
areas.
- [x] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [x] I have added tests that prove my fix is effective or that my
feature works.
- [x] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [x] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [x] I have requested a review from the relevant team or maintainers.
2023-08-07 23:40:09 +01:00
..
forc-client feat: enable providing main arguments to a script with forc-run (#4603) 2023-08-04 14:41:33 -07:00
forc-doc Bump to v0.43.2 (#4907) 2023-08-03 18:23:32 +02:00
forc-fmt Bump to v0.43.2 (#4907) 2023-08-03 18:23:32 +02:00
forc-lsp Bump to v0.43.2 (#4907) 2023-08-03 18:23:32 +02:00
forc-tx Split processing of impl methods in two phases (part 1). (#4890) 2023-08-07 23:40:09 +01:00