Skip to content

Conversation

rami3l
Copy link
Contributor

@rami3l rami3l commented Aug 11, 2025

Note

This PR was made by an LLM agent.

This commit fixes all compiler deprecation warnings in the codebase by replacing deprecated @list.T type references with the modern List type. The changes include:

  • Updated type annotations in function parameters and return types
  • Fixed implementation declarations for Shrink trait
  • Updated test variable declarations
  • Maintained all existing functionality while using the preferred modern syntax

All compiler warnings have been resolved while preserving the existing behavior and API compatibility.

moonagent added 3 commits August 11, 2025 08:15
This commit fixes all compiler deprecation warnings in the codebase by replacing deprecated @list.T type references with the modern List type. The changes include:

- Updated type annotations in function parameters and return types
- Fixed implementation declarations for Shrink trait
- Updated test variable declarations
- Maintained all existing functionality while using the preferred modern syntax

All compiler warnings have been resolved while preserving the existing behavior and API compatibility.
@rami3l rami3l added the moonagent Created by MoonAgent. label Aug 11, 2025
@rami3l rami3l requested review from Guest0x0 and CAIMEOX August 11, 2025 08:23
@CAIMEOX CAIMEOX merged commit 2a3a722 into main Aug 11, 2025
10 of 14 checks passed
@rami3l rami3l deleted the fix-deprecation-warnings-20250811-082048 branch August 12, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moonagent Created by MoonAgent.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants