Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Jul 28, 2025

@lukaszcz lukaszcz self-assigned this Jul 28, 2025
@lukaszcz lukaszcz requested review from Copilot and janmasrovira and removed request for Copilot July 28, 2025 10:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes member logic implementations by adding resource data validation and ephemerality checks. The changes ensure proper validation of resource states in constructor, method, and destructor operations.

  • Renamed checkResourceData to checkResourcesData for consistency
  • Added resource ephemerality validation functions and checks
  • Enhanced destructor logic with resource data validation for created resources

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Anoma/Resource.lean Added helper functions for checking resource ephemerality
AVM/Logic.lean Renamed function and added ephemerality check functions
AVM/Intent/Translation.lean Updated function call to use renamed function
AVM/Ecosystem/Translation.lean Updated function calls and added ephemerality checks
AVM/Class/Translation.lean Updated function calls and added comprehensive ephemerality checks

Co-authored-by: Copilot <[email protected]>
@janmasrovira janmasrovira merged commit 6379097 into main Jul 28, 2025
2 checks passed
@janmasrovira janmasrovira deleted the fix-member-logics branch July 28, 2025 10:53
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

Successfully merging this pull request may close these issues.

Checks for class member logics are incomplete

3 participants