Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type checking for contract explicit storage base location #15528

Draft
wants to merge 10 commits into
base: storageLocationsParserSupport
Choose a base branch
from

Conversation

matheusaaguiar
Copy link
Collaborator

@matheusaaguiar matheusaaguiar self-assigned this Oct 21, 2024
@matheusaaguiar matheusaaguiar changed the base branch from develop to storageLocationsParserSupport October 21, 2024 13:08
Copy link

github-actions bot commented Nov 5, 2024

This pull request is stale because it has been open for 14 days with no activity.
It will be closed in 7 days unless the stale label is removed.

@github-actions github-actions bot added the stale The issue/PR was marked as stale because it has been open for too long. label Nov 5, 2024
@matheusaaguiar matheusaaguiar removed the stale The issue/PR was marked as stale because it has been open for too long. label Nov 8, 2024
@matheusaaguiar matheusaaguiar force-pushed the storageLocationsParserSupport branch from bf640be to 666b499 Compare November 21, 2024 13:57
@matheusaaguiar matheusaaguiar force-pushed the storageLocationsTypeChecking branch from d3cd13a to 5645314 Compare November 21, 2024 14:25
);
return;
}

Choose a reason for hiding this comment

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

Coding style error

std::optional<ConstantEvaluator::TypedRational> value = ConstantEvaluator::evaluate(m_errorReporter, *baseLocation);
if (!value)
m_errorReporter.typeError(43_error, baseLocation->location(), "Could not evaluate expression");

Choose a reason for hiding this comment

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

Coding style error

@matheusaaguiar matheusaaguiar force-pushed the storageLocationsParserSupport branch from fb75168 to 2579486 Compare December 3, 2024 17:11
@matheusaaguiar matheusaaguiar force-pushed the storageLocationsTypeChecking branch from 038b819 to 7f4eb69 Compare December 3, 2024 17:14
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.

3 participants