sway/forc-plugins
Daniel Frederico Lins Leite 7d876d1be6
Some checks are pending
Codspeed Benchmarks / benchmarks (push) Waiting to run
CI / cargo-clippy (push) Waiting to run
CI / forc-unit-tests (push) Waiting to run
CI / verifications-complete (push) Blocked by required conditions
CI / check-dependency-version-formats (push) Waiting to run
CI / check-forc-manifest-version (push) Waiting to run
CI / get-fuel-core-version (push) Waiting to run
CI / build-sway-lib-std (push) Waiting to run
CI / build-sway-examples (push) Waiting to run
CI / build-reference-examples (push) Waiting to run
CI / forc-fmt-check-sway-lib-std (push) Waiting to run
CI / forc-fmt-check-sway-examples (push) Waiting to run
CI / forc-fmt-check-panic (push) Waiting to run
CI / check-sdk-harness-test-suite-compatibility (push) Waiting to run
CI / build-mdbook (push) Waiting to run
CI / build-forc-doc-sway-lib-std (push) Waiting to run
CI / build-forc-test-project (push) Waiting to run
CI / cargo-build-workspace (push) Waiting to run
CI / cargo-toml-fmt-check (push) Waiting to run
CI / cargo-fmt-check (push) Waiting to run
CI / cargo-run-e2e-test (push) Blocked by required conditions
CI / cargo-run-e2e-test-release (push) Blocked by required conditions
CI / cargo-test-lib-std (push) Waiting to run
CI / forc-run-benchmarks (push) Waiting to run
CI / forc-pkg-fuels-deps-check (push) Waiting to run
CI / Build and test various forc tools (push) Blocked by required conditions
CI / cargo-unused-deps-check (push) Waiting to run
CI / notify-slack-on-failure (push) Blocked by required conditions
CI / pre-publish-check (push) Waiting to run
CI / publish (push) Blocked by required conditions
CI / publish-sway-lib-std (push) Blocked by required conditions
CI / Build and upload forc binaries to release (push) Blocked by required conditions
github pages / deploy (push) Waiting to run
Improve diff between generic argument generic type argument (#7453)
## Description

This PR is a continuation of https://github.com/FuelLabs/sway/pull/7391.
It also changes from `GenericArgument` to `GenericTypeArgument`.

The rationale is that `GenericArgument` should only be used where we can
have types and const generics. And it a lot of cases, we only accept
types.

## Checklist

- [x] I have linked to any relevant issues.
- [x] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [x] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] 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.
2025-10-20 07:51:33 -03:00
..
forc-client Excute E2E tests in parallel (#7456) 2025-10-14 10:22:11 +11:00
forc-crypto chore: bumpt rust version to 1.90 (#7427) 2025-10-02 22:28:51 +13:00
forc-debug chore: bumpt rust version to 1.90 (#7427) 2025-10-02 22:28:51 +13:00
forc-doc Improve diff between generic argument generic type argument (#7453) 2025-10-20 07:51:33 -03:00
forc-fmt chore: bumpt rust version to 1.90 (#7427) 2025-10-02 22:28:51 +13:00
forc-lsp chore: bumpt rust version to 1.90 (#7427) 2025-10-02 22:28:51 +13:00
forc-mcp chore: bumpt rust version to 1.90 (#7427) 2025-10-02 22:28:51 +13:00
forc-migrate Improve diff between generic argument generic type argument (#7453) 2025-10-20 07:51:33 -03:00
forc-node forc-node wasm32 removal (#7436) 2025-10-03 10:17:49 +04:00
forc-publish Revert feat: introduce fuel-telemetry macros (#7295) (#7451) 2025-10-09 19:27:37 +11:00
forc-tx chore: bumpt rust version to 1.90 (#7427) 2025-10-02 22:28:51 +13:00