You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows does not support signal(2). Instead, use `TerminateProcess` to
terminate the process. We will not properly handle the termination of
child processes for the preview process, which should be handled by the
construction of a job object that all child processes are attached to
such that when the parent process is terminated, the children will be
properly reaped. This is required to enable building the plugin on
Windows which is a dependency for swift-syntax.
0 commit comments