Skip to content

Add memory initialisation if contract is not deployed#444

Merged
mbenke merged 1 commit into
mainfrom
issue442
Jun 17, 2026
Merged

Add memory initialisation if contract is not deployed#444
mbenke merged 1 commit into
mainfrom
issue442

Conversation

@mbenke

@mbenke mbenke commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

This is an attempt to fix #442: in a regular contract, memory initialisation is performed by dispatch code, so it does not happen for contracts with explicit main. This PR adds memory initialisation code for contracts that are not deployed (this means mostly some tests)

@mbenke mbenke requested review from d-xo and rodrigogribeiro June 9, 2026 06:15

@rodrigogribeiro rodrigogribeiro left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM.

@mbenke mbenke merged commit c59ba27 into main Jun 17, 2026
4 checks passed
@mbenke mbenke deleted the issue442 branch June 17, 2026 13:43
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.

Looping string concatenation

2 participants