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

syscall.StartProcess Support #2

Open
linden opened this issue Nov 24, 2023 · 0 comments
Open

syscall.StartProcess Support #2

linden opened this issue Nov 24, 2023 · 0 comments
Assignees

Comments

@linden
Copy link
Owner

linden commented Nov 24, 2023

unlike most syscalls which call node's fs and process packages, syscall.StartProcess is a stub so we can't simply mock the node packages (like #1).

until either Go implements a call from syscall.StartProcess to node or we find a way to overwrite the function as //go:linkname used to do, this is blocked.

@linden linden self-assigned this Nov 24, 2023
linden added a commit to linden/neutrino that referenced this issue Feb 18, 2024
linden added a commit to linden/neutrino that referenced this issue Feb 18, 2024
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

No branches or pull requests

1 participant