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

[feature] Eldritch sys.exec #57

Closed
hulto opened this issue Sep 16, 2022 · 0 comments · Fixed by #90
Closed

[feature] Eldritch sys.exec #57

hulto opened this issue Sep 16, 2022 · 0 comments · Fixed by #90
Labels
feature New feature or request good first issue Good for newcomers

Comments

@hulto
Copy link
Collaborator

hulto commented Sep 16, 2022

Is your feature request related to a problem? Please describe.
Eldritch doesn't have a way to execute files.

Describe the solution you'd like
Create a function sys.exec that allows a user to execute a file on the system through the eldritch language.

  • Should take a path to the binary as a string.
  • Should receive an ordered list of strings as arguments for the binary.
  • Should take a boolean value to run the program as a child of the current process or disown it.
  • Should be thoroughly tested and work on Linux, Windows, and Mac.
@hulto hulto added feature New feature or request good first issue Good for newcomers labels Sep 16, 2022
@hulto hulto linked a pull request Jan 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant