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
Modd now has a built-in POSIX-like shell interpreter, which is used to execute commands by default. This means modd.conf files should now be fully portable.
Deprecate the exec shell variant. This is not needed now we have a built-in shell.
Subprocess execution has been revamped. We now send signals to process groups on all platforms, which fixes issues with runners that don't pass signals on to children (notably go run).
Deprecate the exec shell variant. This is no longer needed now we have a built-in shell.