Skip to content

To make an apple pie you must first... #219

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

To make an apple pie you must first... #219

wants to merge 1 commit into from

Conversation

apaolillo
Copy link
Collaborator

... invent the universe.

This patch introduces a more formal system to represent commands and their arguments.
Eventually, it is meant to replace the shell_out function and its variants, that are all based on text to represent commands, whereas we aim at a representation approaching an AST (or IR) for shell commands, which would support concatenating, executing in parallel, recursion (wrappers of commands that contain commands) and, more generally, composition of command constructs.

This implementation is not mature and must be seen as a draft for further discussing the roadmapped implementation.

... invent the universe.

This patch introduces a more formal system to represent commands and
their arguments.
Eventually, it is meant to replace the `shell_out` function and its
variants, that are all based on text to represent commands, whereas we
aim at a representation approaching an AST (or IR) for shell commands,
which would support concatenating, executing in parallel, recursion
(wrappers of commands that contain commands) and, more generally,
composition of command constructs.

This implementation is not mature and must be seen as a draft for
further discussing the roadmapped implementation.

Signed-off-by: Antonio Paolillo <[email protected]>
@apaolillo apaolillo added enhancement New feature or request shellout Changes to the internal of executing something on the shell; planned support requested labels Mar 30, 2025
@apaolillo apaolillo requested a review from aaronbog March 30, 2025 22:39
@apaolillo apaolillo self-assigned this Mar 30, 2025
@apaolillo apaolillo marked this pull request as draft March 30, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned shellout Changes to the internal of executing something on the shell; support requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant