You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Passing constructor args when writing [[create]] directives is painstaking and error-prone. You have to zero-pad and append the args to the raw bytecode. This makes updating the bytecode later very tedious.
Describe the solution you'd like
add a new args = [...] field to the [[create]] directive; same design as setup/spam directives.
zero-pad args automatically
append passed args to bytecode
Describe alternatives you've considered
perpetual suffering
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Passing constructor args when writing
[[create]]
directives is painstaking and error-prone. You have to zero-pad and append the args to the raw bytecode. This makes updating the bytecode later very tedious.Describe the solution you'd like
args = [...]
field to the[[create]]
directive; same design as setup/spam directives.Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: