It appears that redub does not respect the targetName parameter specified in the dub.sdl file, whereas dub correctly uses this parameter to set the output target name.
Steps to Reproduce:
Set targetName in the dub.sdl configuration file.
Run redub to build the project.
Observe the output file name.
Expected Behavior: redub should respect the targetName parameter and produce an output file with the specified name, similar to how dub handles it.
Actual Behavior: redub ignores the targetName parameter, resulting in an incorrectly named output file.
It appears that redub does not respect the targetName parameter specified in the dub.sdl file, whereas dub correctly uses this parameter to set the output target name.
Steps to Reproduce:
targetName
in the dub.sdl configuration file.Expected Behavior: redub should respect the targetName parameter and produce an output file with the specified name, similar to how dub handles it.
Actual Behavior: redub ignores the targetName parameter, resulting in an incorrectly named output file.