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

fix: set value based on arg name #4

Open
wants to merge 2 commits into
base: bugfix/mem-dump-args-order
Choose a base branch
from

Conversation

geyslan
Copy link

@geyslan geyslan commented Feb 2, 2024

No description provided.

AlonZivony and others added 2 commits February 1, 2024 19:03
Change all places that change args values in processors to find
arguments by their names instead of index.
This way the order of the arguments received from the kernel shall not
cause bugs.
@AlonZivony
Copy link
Owner

I raise the question here - shouldn't we change the type to be "string" too?

@geyslan
Copy link
Author

geyslan commented Feb 4, 2024

I raise the question here - shouldn't we change the type to be "string" too?

Directly assigning an interface already does that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants