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

Restore start_index option #19

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

pavelkryukov
Copy link
Contributor

@pavelkryukov pavelkryukov commented Apr 15, 2020

Usual case for emulation programs, like sde or gdb, is to pass first
arguments to the emulator, and let the guest application handle latter
arguments. To support this behavior, we introduce an option to choose
index of the first argument to be handled by POPL. By default it is 1,
as it is usually corresponds to the binary name.

Looks like the option was dropped during tab2space conversion.
Add unit tests to be sure it is not dropped again.

badaix and others added 12 commits June 26, 2018 14:10
Usual case for emulation programs, like sde or gdb, is to pass first
arguments to the emulator, and let the guest application handle latter
arguments. To support this behavior, we introduce an option to choose
index of the first argument to be handled by POPL. By default it is 1,
as it is usually corresponds to the binary name.
Add start_index argument to 'parse' function
Replace Visibility with Attribute
@badaix badaix force-pushed the develop branch 2 times, most recently from 3dd879d to bda5f43 Compare August 2, 2021 20:22
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.

2 participants