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
In #79 a new ExecName() string method has been added to the Exec interface to improve the way how RunnerExec handles the name of the executable file, but it turns out that this is not useful at all and also breaks the separation of concern between the Task and Runner interfaces.
Therefore the method will be removed again.
The text was updated successfully, but these errors were encountered:
In #79 a new
ExecName() string
method has been added to theExec
interface to improve the way howRunnerExec
handles the name of the executable file, but it turns out that this is not useful at all and also breaks the separation of concern between theTask
andRunner
interfaces.Therefore the method will be removed again.
The text was updated successfully, but these errors were encountered: